Jason Ken Adhinarta
Jason Ken Adhinarta
With the following snippet configuration: ``` snippet test \\hi ``` Typing `test` and selecting the snippet will result in the text `test\hi`, where it should just be `\hi`. Any help...
Is there a way to jump backwards, inside the nearest pair? Thanks for the great plugin
Can you please upload your package to Conda-forge, it would be really useful it it were. Thanks
- [ ] Closes #xxxx - [ ] Tests added / passed - [x] Passes `pre-commit run --all-files` When an array is interspersed with empty chunks, the zero-valued chunks skew...
Allows the dashboard for remote workers on the bokeh info page to function by modifying `host_allowlist`. This solves the error `Host 'xxx' is not allowed. See https://jupyter-server-proxy.readthedocs.io/en/latest/arbitrary-ports-hosts.html for info.` -...
### Bug description I get the following error message ```error: Parser key "data": Import path data.snemi.SNEMIDataModule does not correspond to a subclass of LightningDataModule ``` with yaml config ```yaml data:...
Currently, running the example code with default arguments `mesh_dir=None` - `create_meshing_tasks` leads to the creation of `LAYER/mesh_mip_0_err_40` (ignoring the value of `vol.info['mesh']`) - `create_mesh_manifest_tasks` on the other hand tries to...
This allows the user to set SUBMITIT_PREEMPT_SIGNAL to SIGTERM or SIGCONT, because indeed, these are the default preemption signals specified in https://slurm.schedmd.com/preempt.html