Jonas Pauthier

Results 165 comments of Jonas Pauthier
trafficstars

I haven't worked on Windows 10 for a long time now. I'm mostly on OSX and Linux these days. Not sure I can provide much, sorry.

Actually my last comment of 2019 is not accurate anymore. I now work purely on WSL2 for almost a year. I haven't enabled the metadata yet. If you need me...

I'm using: ```lua use({ "ms-jpq/chadtree", branch = "chad", opt = true, cmd = { "CHADopen" }, run = "python3 -m chadtree deps --nvim", }) ``` But I have an error...

@WiWa did you manage to make it work? I'm in the same situation.

I didn't see but I had a build error. I just had to rebuild it and now it works with the previous add to config.cson. I'm on Atom 1.3.2 by...

FWIW I managed to do it with the existing API using `minBookingDate`, `maxBookingDate` and `isDateBlocked`. The first two fields were set respectively to the lower and higher date within all...

hello @tomgreenwood1 . Thanks for stepping up and maintaining this package. Don't worry I know how it is working on open-source projects. 😄 i'm actually retrieving the active date ranges...

I'll ask in our TypeScript slack channel just in case someone knows better.

FWIW I couldn't not find any explanation for the deprecation in the TS repo either. I wonder if it's not a documentation error. 🤔

Thanks @kanongil, I failed to find the information. 🙂 I believe that's something you'd need only in specific cases perhaps that's the reasoning behind it. I don't mind if we...