Marnix

Results 25 issues of Marnix

We are using pixi package manager to install Julia in our project (over conda forge with juliaup). We do this by setting the `JULIAUP_DEPOT_PATH` and install Julia inside our project...

Make a TOML file with the following text: ```toml [bar] foo = { cmd = "julia --eval 'println(\"--check-bounds=yes\")'" } zoo = { cmd = "julia --eval 'println(\"foo\")'"} ``` The extension...

vscode

## Issue addressed Fixes #847 ## Explanation Region component is now a new base class that inherits from ModelComponent. Any component that should also have its own region can inherit...

### Kind of request Adding new functionality ### Enhancement Description I have run mypy over the code and there are some potential bugs in the code that should be fixed....

Enhancement
Needs refinement

### Kind of request Changing existing functionality ### Enhancement Description GridComponent in the v1 branch contains quite some code that should actually be part of ModelRegionComponent. The code should be...

Enhancement
V1

### Kind of request Changing existing functionality ### Enhancement Description The course contains multiple steps to update the model. First, I build a model, and then I update parts of...

Enhancement
Needs refinement

The debug_vs plugin in QGIS is currently set to 0.7 with ptvsd as backend. The new 0.8 works with pydebug, but seems to be broken. See this PR: https://github.com/lmotta/debug_vs_plugin/pull/14. When...

tech-debt

I am a rather recent solutions architect and some of my teams are using Julia. I have concerns about secure coding and the tools that can be used to perform...

If you add a node, in the feature attributes table you can set the same node_id twice. This could be detected by QGIS before pressing OK. See: https://gis.stackexchange.com/questions/339737/populating-text-field-with-predefined-attributes-in-qgis

enhancement
QGIS

An initial QGIS test plan for the plugin. There are still some tests to be written. I have also performed all these tests and created quite some new reports. There...