Oscar McNoe
Oscar McNoe
I was also experiencing this issue. I was able to build the project using Mono, rather than the native MacOS dotnet sdk. I configured this in Rider. Configured to build...
Can confirm that this still occurs, I'm using the Windows LNP 0.43.03-r06. Pretty easy to reproduce, I try and resize stonesense and it crashes.
@WardenGnaw There is a typo in your task, there is an extra `a` before `\nendtask` that breaks osascript. Workaround worked for me, thanks.
Recently was bitten by this issue, luckily was caught in testing. Fundamental issue is that there are more values for a type like `int option option` than can be fit...
No, they don't take the same route. `/route` returns a two leg route, but both legs have 0 distance/time, for total 0 distance/time route. Meanwhile `/sources_and_targets` takes a path all...
No, we are on latest release 3.4.0
Is there plan for new release with latest changes any time soon? It's a bit tricky for me to pull in new changes without even eg. a changelog of major...
Ah awesome, I'll have a look through the changelog. Thanks for sharing. Currently testing if latest master can repro the issue.