JohnnyMorganz

Results 418 comments of JohnnyMorganz

Replacing the single quotes with double quotes worked: https://github.com/JohnnyMorganz/sile/actions/runs/11898498015/job/33155128506 ``` stylua --verbose --check --respect-ignores -g *.lua -g *.lua.in -g *.rockspec.in .busted .luacov .luacheckrc build-aux/config.ld . ``` TIL, maybe some sort...

Huh, yes. I just realised in the command that I pasted above (which I copied from the GH actions log line), the quotes are missing. But indeed in the YAML...

We use the documentation that Roblox creates upstream: https://github.com/MaximumADHD/Roblox-Client-Tracker/blob/roblox/api-docs/en-us.json This would need to be something that Roblox provides in their api-docs.json above.

Indeed, unfortunately right now I am not interested in hosting a custom docs, but maybe we can in the future. I don't know who is responsible for this, but it...

I think this is actually the other way round. In this case, the stylua cargo hook is built with the default features, which is just lua51. We need to somehow...

Unfortunately not much I can do on my side, since pre-commit needs to give options to enable features I think. Your alternative right now is to use stylua-github (has all...

The next release of StyLua will give the ability to configure the syntax at runtime in your `.stylua.toml` file. ```toml syntax = "Lua52" ``` Or alternatively specify it on the...

Hey @tpasternak With the `Dummy.java` line commented out, the "Libraries" panel is completely empty If I then uncomment the line and resync, I see the following: I don't see any...

Thanks, although I'm not sure if that issue is exactly the same I created this minimal repro from a larger example. In that example, we are generating a `.srcjar`, which...

For completeness, with the following sources jar, the generated source file **resolves correctly** in IntelliJ: ``` $ bazel build //test:test-src.jar //test:test.jar $ unzip -l bazel-bin/test/test-src.jar Archive: bazel-bin/test/test-src.jar Length Date Time...