Andre Popovitch
Andre Popovitch
For a project of mine I'm working on making units to represent what I'm calling "music time", things like a breve, a whole note, a semiquaver, a beat, etc. These...
And if not, would you still recommend its use or are there known issues with it?
When adding `@opam/dune-deps` to my `package.json` `devDependencies`, I get this error: ``` info esy 0.6.11 (using package.json) info building @opam/dune-deps@opam:1.3.0@53c75e19 error: build failed with exit code: 125 build log: #...
Sorry for mixing two changes together like this. 1. I'm trying to use difftastic for one of my own project, but I needed it as a library, so I added...
## Description It'd be really nice to have React as a built-in option, or have documentation on how to hack it in. I see this was suggested in #466, and...
Node has added built-in support for dynamic imports with the `--experimental-modules` option, but it has a small issue with webpack. If you expected the result of import('./yourmodule') to be `{default:...
I get this message: ``` Not Found The requested URL /LabelMeAnnotationTool/index.php was not found on this server. Apache/2.4.18 (Ubuntu) Server at 206.189.186.141 Port 80 ``` Ideally, I'd see a list...
**esy version:** 0.6.11 **Operating System:** MacOS Big Sur **Issue:** Right now, resolutions look like: `"mypackage": "username/mypackage:mypackage.opam#abc123"`. It would be nice to be able to specify a path inside that repository,...
The resolver in `vulkan-examples` can be updated to `lts-12.11`, in my testing on Windows all the examples work fine except 5, which fails with this error: ``` VUID-VkPipelineVertexInputStateCreateInfo-pVertexAttributeDescriptions-parameter(ERROR / SPEC):...
## What problem does this solve or what need does it fill? Bevy (partially because it's based on ECS) is uniquely suited for writing tests. A test can just involve...