nitrogene

Results 5 issues of nitrogene

Hello, I got rid of *dockstation*, then installed docker in a *wsl2* environment and dockstation, configure it according to the */etc/daemon.json* file. When I run a *docker run hello-world* command...

I do not understand why I have to override the OnEntry method in the following InitState class. Any idea? ## Code sample ### StateMachine ``` class StateMachine { public: auto...

Maybe i am missing something, but i could not find a way to trigger some actions when a node is selected ( In the following example, when by example "Titre...

enhancement

Hello, I am working on a docker compose including mongo (among other services), and I have an issue with yamlfmt. Let's look at the following example: ```yaml mongo: image: $MONGO_IMAGE:$MONGO_VERSION...

Hello, I am trying to insert a X-Y Scatter plot without success. Here's and example of used code: ``` ... insertColumn("totalLengthTheoretical-totalLengthReal", 7, totalLengthDiffValues, xlsxW); { auto chart = xlsxW.insertChart(20, 9,...