Casper Thule
Casper Thule
Hi, Is there some way to compile chronoengine and its modules as static libraries? So far I have manually edited the src/chrono/cmakelists.txt with add_library(ChronoEngineStatic STATIC ${ChronoEngine_FILES}) Is there some support...
I have the following typedef: `typedef const char* fmi2GetTypesPlatformTYPE(void);` And the following function: `__declspec(dllexport) fmi2GetTypesPlatformTYPE fmi2GetTypesPlatform;` I have tried `{#fun unsafe fmi2GetTypesPlatform as ^ {} -> `String' #}` but this...
Hi, I do not know if this has any value for you, but I created a dockerfile for it. If there is interest, then I also have some files for...
When I just try to run cmd.exe like this: RemCom.exe \localhost /user:xxx\yyy /pwd:zzz cmd.exe I get the error: Remote Command Executor Copyright 2006 The WiseGuyz [ http://talhatariq.wordpress.com ] Author: Talha...
Hi, I am trying to make a newline using two spaces in the end of a line, but I am not having luck with it. Is it supported in a...
Hi. When I was going through the tutorial I was unsure of why there is both a default.nix and releaseX.nix. A sentence describing the difference between these would be great!...
Hi Gabriel, I sort of hit a dead-end with nix yesterday and reverted to regular cabal without having nix install it. First of, I was trying to install hakyll with...
Hi. I am on macOS running with nix 2.0. My nix-channel --list gives not output. What can be the cause of this? Does it just use the unstable without outputting?...
Hi. I have tried updating the shadow plugin to 2.0.4 using the fatjar example, but it causes an error when building. Gradle log is here: https://scans.gradle.com/s/hwygem3jouuog
# FMI3 Implementation Repo FMI3 has been implemented in: https://github.com/INTO-CPS-Association/org.intocps.maestro.fmi/tree/fmi3 (notice the branch, fmi) and is in the test-phase, with the initial test being https://github.com/INTO-CPS-Association/org.intocps.maestro.fmi/blob/fmi3/jnifmuapi/src/test/java/org/intocps/fmi/jnifmuapi/fmi3/BouncingBallFmi3Test.java ## Incubator There is a...