tomichec
tomichec
Fix: the `itertools` library has not been loaded before being used.
The type hints are set to none in the old code, but should be str.
This is the first attempt to solve the issue #5 . It also requires to propagate the changes to other files than the original svg. I'd suggest to create a...
The command `git commit` is not enough. - If there are no staged changes, it fails - If there are staged changes, it requires the user to write the commit...
This merge request sets the Dockerfile for the compatiblity with mybinder service to address issue #287. To test just follow the link [](https://mybinder.org/v2/gh/tomichec/OpenWorm/287-mybinder), but note: patience might be needed as...
This is the start of the jupyterlab interface as requested in issue #347 . It is based on the openworm/openworm docker image, so it contains all required packages including precompiled...
The container emacslsp/lsp-docker-full:latest only includes version 28.0.50. This breaks the spacemacs startup.
I have trouble visualising the piston.vtu file in jupyter interface (both locally and in binder). The output looks as follows:  Do you have any suggestions what...
#### Description The problems appears when I try to switch the buffer which is usually done through the `helm-mini` (`SPC b b`). I have been accessing some files before, but...
The library react-native-vision-camera-kit depends on [google's library ML KIT][1] which is [proprietary][2]. This causes not only security concerns, as it cannot be easily audited, but also lowers the users sovereignty....