Bruno Paré-Simard
Bruno Paré-Simard
By the way, I have another way around. I wanted to configure the gauge outside of an ajax call and just update the values afterwards so that any refreshed values...
> Even after changing the conditional expression to match the name (BPMN ID), I still get that this name is not defined (maybe the PythonScriptEngine is not considering those DataObject?)....
Thank you very much. I understand that it's your internal tool, so I'll bend to your mapping. No issues there then. As for the modeler, it took me a while...
Thank you for your answer on this! I'll check on Tuesday when I am back on my project. > We would be interested to hear your take on what you...
Hello, I just started using Kimai (as a test drive), and this is the first "issue" I have with, although with Projects and Activities and not Client and Activities. I...
> For anyone that wants to try out the latest bits: pick a version with "openapi" in the name from https://github.com/json-api-dotnet/JsonApiDotNetCore#trying-out-the-latest-build. Hello, I wanted to try this out, however I...
Just to add that on my side, it is not Awake but the Hosts File Editor that is causing issues. Even if it cannot be launched without admin right. Just...
I am off work for now, will try as soon as I have the chance tomorrow or Monday for the module resolution. I am using only the router package without...
So, changing my `tsconfig.json` to use ```json "moduleResolution": "Bundler", "module": "Preserve", ``` Seems to resolve the situation about TS errors, without breaking anything in my codebase. I'll go with that...
> > Could this be related to ipv4 and ipv6? The `host` in Vite is `"localhost"` by default, which internally in Node, it resolves to either `127.0.0.1` or `::1` depending...