Jules Guesnon

Results 15 comments of Jules Guesnon

Hey, thanks for the answer! First about the code, although it looks good, tests are actually failing because of this change: ``` - .InstallCommand = false, - .AddCommand = false,...

Hey! I took my way too much time, but finally found the issue I was looking for! Had to go through the whole config loading process, but finally found out...

Hello! I just found out about the library and this issue as well. I would be glad to fill a PR, but I don't get what you mean by `...

Hey! Quick feedback, I've been using this lib recently to implement a json parser and overall it was working well until I tried to parse [canada.json](https://github.com/serde-rs/json-benchmark/tree/master/data). The file is quite...

Thanks for the answer! About the version, yes it would impact existing users, but as you said, they'll just have to install it again. Also the point of this change...

Oh ok thanks! Btw, before merging it I have to clean the `readme` and `install.sh`. Although we can probably let the windows part as basically I couldn't test anything

Hey @owenizedd ! I cleaned the references to my repo and I put back the `0.5.0` so you can release the `0.6.0` once it's merged

Well imo this could be a good starting point to introduce reading the tsconfig. The module resolution is one use case, but another one would be to handle the aliases...

Hey! After some investigation, it looks like the main use case of reading the tsconfig for type checking is only the module resolution ([`baseUrl` is another example](https://www.typescriptlang.org/tsconfig#baseUrl)). I don't know...

Hey @jprochazk ! I needed as well support for `f32`, so I wanted to take care of this issue, but I'm not sure if it's that simple to do. To...