Ivan

Results 6 comments of Ivan

Thanks for reply @erunks. I am using nuxt3 for my current projects

Recently I had the same problem, _sbt update_ and then _sbt dist_ didn't helped, but when I changed part of logback.xml from ` ` to ` ` everything worked fine....

No, now error disappeared. I'm tried original logback.xml from play-java-seed template, very strange behaviour...

@noonian can you please check if issue gone with this branch: https://github.com/steel97/pixi-tilemap/tree/cjs-test I removed `"type": "module"` from package.json you can install this version by changing your package.json: `"@pixi/tilemap": "github:steel97/pixi-tilemap#cjs-test"`

I made github actions workflow which build `arm64` macos binaries of `netcoredbg`, you can either download from here: https://github.com/steel97/netcoredbg/actions/runs/17512042883 or clone [netcoredbg](https://github.com/Samsung/netcoredbg) repo, and use workflow file: https://github.com/steel97/netcoredbg/blob/macos-arm64-workflow/.github/workflows/build.yaml **upd:** I...

Awesome PR! @nisaev I think 20px is too close to mac os traffic lights: I suggest using something like `margin-top: calc(var(--tabs-height) - 0.5rem)`. `-0.5rem` is to compensate `p-2` on outer...