Xavier Payn

Results 13 comments of Xavier Payn

Maybe @Bettehem and @hrkfdn are using other clients that poll the tracks of the playlist and thus invalidate the cache, but if you only use ncspot the cache is never...

@Qluxzz yep that sounds right. Anyway, this morning I opened ncspot and got last week playlist, so I tried to load it from the iphone app and restart ncspot, but...

In order to check if a language exists, I thought about `impl for LanguageType`, but `from` isn't supposed to fail... I thought about implementing `TryFrom`, but it's tagged as unstable....

I agree that a rc file would be really nice but being able to use this feature on the cli can be useful when you want something quick. For a...

ok, seems fair to me. i'll try to keep an eye on the project and help if i can.

@Aaronepower Maybe you can have a look at what @BurntSushi did for managing extensions an file types in ripgrep: https://github.com/BurntSushi/ripgrep/blob/master/src/types.rs He already handles the mapping `rg --type-add 'foo:*.foo,*.foobar'` Maybe a...

I might take a look at it, but i'm not sure to have time and skills for it.

@emk i'm currently looking into it and i'm struggling with the REST api it seems `exec` needs a post request with a json payload. it wasn't really hard to do,...

i already tried to use a tcp socket inside an ubuntu VM and it works. not sure if it's possible with docker for mac anyway, thanks, i should have waited...

i currently have something for detach mode, but the real deal is when you want to get process' output. Docker seems to do voodoo things (if i understand correctly): the...