João Paulo Silva de Souza

Results 86 comments of João Paulo Silva de Souza

> Do you do that because you need to perform some code based transformations on the theme variables? Like something color based? Most of the use-cases were like that. For...

Seems like tuple types are translated by concatenating the type strings with "*" https://github.com/fable-compiler/ts2fable/blob/master/src/print.fs#L38 However ``` - let oneTuple = System.Tuple.Create(1);; val oneTuple : System.Tuple = (1) > let twoTuple...

I could probably go around the project and see if any more dependencies could be also lazy loaded, then open a PR with that. @hyldmo Since you are here, kind...

.v-analyzer/config.toml ```toml custom_vroot = "/home/user/programs/v" enable_semantic_tokens = "none" [inlay_hints] enable = true enable_range_hints = true enable_type_hints = true enable_implicit_err_hints = true enable_parameter_name_hints = true enable_constant_type_hints = true enable_enum_field_value_hints = true...

Try using `0.11.0-dev.1507+6f13a725a`, which is what CI currently uses: https://github.com/marler8997/zigup/blob/a16b61e74e47b3dbd7be45ba1dcdf8a1d259a8c5/.github/workflows/artifact.yml#L15 You can download Zig versions manually from `https://ziglang.org/builds/zig-$TARGET-$VERSION.tar.xz`, e.g. https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.1782+b52be973d.tar.xz.

It seems that setting up [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) gets around this... But it'd be nice if this plugin could add the whitespaces by itself