Splines
Splines
Hey @caffeinepills, thanks a lot for your update. I've cloned your branch of pyglet and used `pip install -e .` to install it. I got the following error: ```bash ERROR:...
@caffeinepills Thanks for your effort to reproduce the issue! > I am not sure if there is really a way around that unfortunately. I mean with ```py window.set_visible(False) window.set_visible(True) ```...
This would also be nice for cases like this: ```html ``` It got autocorrected into one big line since I specified in the config ```js "@html-eslint/attrs-newline": ["error", { closeStyle: "newline",...
We're happy to announce that this is finally something in reach as Muesli will be integrated into MaMpf and alongside this we aim to also implement the Shibboleth login. Timeframe...
Nice, thanks! Might want to specify in the docs how to use it, e.g. - wrap select element in `div` with class `form-floating` - add class `form-control` to the select...
To be clear, I'm talking about the VSCode test explorer, which only shows the test for the current file when the config option `fullTestDiscovery` is set to `false`.
For the sake of completeness, here is also my custom `bin/rspec` file. ```rb #!/usr/bin/env ruby DOCKER_COMPOSE_FOLDER = File.expand_path("../../docker/test", __FILE__) DOCKER_SERVICE_NAME = "mampf" PROJECT_ROOT = File.expand_path("../..", __FILE__) DOCKER_PROJECT_ROOT = "/usr/src/app" def...
So I think this is what is happening and why it's not working: - On my host, `bin/rspec` is called when I click on the CodeLens for a test. `fullTestDiscovery`...
> My read of this section left me with the impression that the `ruby-lsp` maintainers' position is to use Dev Containers when using the gem with containerized development Yes indeed,...
Thanks for your response. I'm now trying to migrate [our setup](https://github.com/MaMpf-HD/mampf/tree/next/docker) to dev containers. We previously used a dockerized test setup with an empty database to run our unit tests....