Andreas Limoli

Results 15 comments of Andreas Limoli

Hi @AndrewBogdanovTSS , do you have a working example of backpack + ts-loader? :)

Maybe is the same behaviour I have just described here https://github.com/graphql-go/graphql/issues/553 ?

It does not affect only **String**, but also **Float** and **Int** where 0 and 0.0 are considered nullable values. This is a major issue that must be fixed immediately. I...

Thank you for the quick answer guys! 🙏 I followed it, but I got some errors even in an "empty" project. Version Bazel: `7.0.0` (installed via bazelisk) Version Gazelle: `0.35.0`...

Related to my previous comment @fmeum, it seems the error comes from the `rules_go` version. Setting `0.44.0` instead of `0.44.2` (the latest one) works. However, this works only if I...

Same error @fmeum: ``` > bazel run //:gazelle 2024/01/05 17:05:12 Downloading https://releases.bazel.build/7.0.1/rc1/bazel-7.0.1rc1-darwin-arm64... Downloading: 51 MB out of 51 MB (100%) Extracting Bazel installation... Starting local Bazel server and connecting to...

Thank you @fmeum for the fix. It worked and now I am able to use `gazelle` with the right naming. Now, I am wondering why bazel is not able to...

Same here, just on building. I am trying to migrate from WORKSPACE to MODULE.bazel (bzlmod).