smx

Results 52 comments of smx

I'd make sure you have `build-essential` installed and that `cmake`, `gcc` and `g++` are at the latest version available through your system's package manager. When retrying, run `git clean -fxd`...

We're building on multiple CIs and i cannot reproduce this. I'd try again on a fresh clone of the master branch in a new directory, but it looks like `cmake`...

Might it be feasible to port the time library used by PHP to C# ? https://github.com/derickr/timelib An alternative would be to use the prebuilt library, but that introduces a native...

I worked around this issue by making a callable function and using it like this: ```php $setItems = function($items){ $this->Items = $items; }; $setItems->call($reqA, $items); ``` So that I can...

Not if the fields are only type hinted, or in other words of "mixed" type (and therefore not checked by PHP upon assignment). If the "root" model only has untyped...

I encountered this problem as well The issue is that the jlink goal fails to resolve the path to the `jlink` executable, and [falls back to using the the JAVA_HOME...

Nuget package published, and BIG files are implemented (both R/W supported).

Hi, i experienced the same issue I resolved by adding the jcenter Maven repository in pom.xml. ```xml jcenter https://jcenter.bintray.com ``` After that, force a maven sync or delete ".m2\repository\org\jetbrains\pty4j" from...

> Would you be so kind to either compile a version for windows for me and share it or give me some support so I can build itr myself? You...

I cannot say for sure, as I don't have a device to test. There is a success report for ASM1042 here: https://github.com/smx-smx/ASMTool/issues/2#issuecomment-794581063