Maxime

Results 69 comments of Maxime

Would this be worth merging even without the last fix?

Hi, I tried to add the following line in the CxxBuilder script provided by @Gnimuc : ``` if [[ ${target} == *mingw32* ]] && [[ ${nbits} == 64 ]]; then...

I just edited my message before seeing your answer, that was the issue I think. I downloaded the windows version of julia and this version of llvm: https://github.com/staticfloat/LLVMBuilder/releases/download/v6.0.1-5%2Bnowasm/LLVM.v6.0.1.x86_64-w64-mingw32-gcc7.tar.gz Building works...

@Gnimuc thank you for your effort in maintaining Cxx.jl. One of our package is currently affected by this as well and we have to limit the julia version to 1.3...

Thanks for the answer, Out of curiosity, I tried uncommenting the code for the while_loop and got something like that: `Tensorflow error: Status: Input 0 ('Const_55') for 'while/Enter' was not...

This might be useful: https://github.com/invenia/Intervals.jl

There is this as well that we could take inspiration from: https://github.com/FluxML/Gym.jl/tree/master/src/Spaces we could also use that directly but I don't know if we want a dependency on Gym.jl

It would definitely make sense to have a tutorial section where we could put all the examples. We have used Literate.jl here https://sisl.github.io/AutomotiveSimulator.jl/dev/tutorials/straight_roadway/ . It was not too painful as...

This is the output: ``` $ umask 0000 ```

It seems like its running on Linux: ``` julia> versioninfo() Julia Version 1.3.0 Commit 46ce4d7933 (2019-11-26 06:09 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz...