07:04 <+bridge> CI failed 08:01 <+bridge> Fix it 08:22 <+bridge> No u 09:06 <+ChillerDragon> today I realized teeworlds console completion uses string find and my bash shell uses str starts with 09:06 <+ChillerDragon> interesting that this never bothered me 09:07 <+ChillerDragon> in teeworlds this is important because nobody wants to type the sv_ prefix and the completion is a kind of search 09:07 <+ChillerDragon> i wonder how i never missed that in bash tho 09:08 <+ChillerDragon> for example `hut` plus tab key does complete to nothing in my bash sell but does complete to `shutdown` in the rcon console 09:31 <+bridge> try the fish shell 🙂 09:31 <+bridge> it'll prefer `str_startswith` if it exists, but falls back to `str_find` 09:32 <+ChillerDragon> woah also the teeworlds console appends no space after the completion??? how are all these differences not super annoying xd 09:32 <+ChillerDragon> nah i dont like fish, bash is best 09:32 <+ChillerDragon> but that matching approach sounds good 09:33 <+ChillerDragon> heino when check irc again btw 09:35 <+bridge> I can work with both with almost no difference 09:39 <+ChillerDragon> poggers auto complete preview 09:39 <+ChillerDragon> https://tube.zillyhuhn.com/videos/users/chiller/ssh_rcon_completion_preview.mp4 09:39 <+ChillerDragon> only supporting the starts with match -.- 09:39 <+ChillerDragon> but eh its still cute 13:06 <+bridge> <01000111g> Does anyone know how to fork a github repository I have already forked once? The Web Interface does not work and just shows this, when I click on "Make new fork"... 13:06 <+bridge> <01000111g> https://cdn.discordapp.com/attachments/293493549758939136/1525458236386447440/image.png?ex=6a537531&is=6a5223b1&hm=0355c04be74b53519b53d6d826bdf97e6c7a6e3f6cd3ce46c5be15fc181806ea& 13:11 <+bridge> the idea is to use multiple branches instead of forking multiple times 13:12 <+bridge> <01000111g> But i want to make two very different projects, one is my own client, the other one will be sth completely different and use some client functions, but that's it. So i don't really want to have these related 13:15 <+bridge> you could start a new repository, and add the repo you want to start from as a remote 13:15 <+bridge> or you can also create an organization and fork a repo there