Guillaume Raffin

Results 97 comments of Guillaume Raffin

> I think it might be related to this issue: [TheElectronWill/night-config#67](https://github.com/TheElectronWill/night-config/issues/67) If you save the file with ASCII encoding or UTF-8 without BOM, it should work properly I support this...

> In https://scala3doc.virtuslab.com/pr-new-ui/scala3/api/scala/collection/immutable/List.html the code samples are not fully visible without horizontal scrolling: [...] I don't mind a fixed width but I think a bigger one would work better here....

I wonder if using a special value for `Uninitialized` would be more efficient? It removes some some branches. (this might have been suggested before, but I don't remember where) ```scala...

I think it would be good to report calls to the standard library (and to any library) as covered, even if they're not in the project's codebase. It would be...

Hi! Clap can be "augmented" with [argfile](https://docs.rs/argfile/0.1.5/argfile/) in order to load arguments from a file, it seems to do what you're looking for.

How about writing [dynamic plugins in Rust](https://nullderef.com/series/rust-plugins/)? Other languages could be interesting, but I'm a bit worried about the overhead of that. If all the exporters were written in Python,...

> Which linkers specifically support this option? Is the `--dynamic-list` option of the gold linker compatible with the format, or did you only test with `ldd`? Is there any documentation...

Could https://github.com/lampepfl/dotty/blob/main/docs/_docs/internals/backend.md be updated too? It seems that the schema at the top is outdated with respect to this refactoring.

We've started to work on it during the Spree with @odd. I'll open a WIP PR.