Allan CORNET

Results 39 comments of Allan CORNET
trafficstars

datestr is obsolete and overloaded by datetime as native object. But datestr is very usefull

Any chance to have an official fix in a next release ?

Hi, mex interface was a great feature for others tools compatible (open source world). This allowed to propose sundials as it. Currently I need to use old versions or rewrite...

Always same trouble with 0.13.7 downscaling data not allowed in my use case. Any tips ?

My container have also this trouble (today): `docker pull nelsonsoftware/nelson-sio-cli:latest` ``` 5a81b172d58f: Waiting error pulling image configuration: errors: unauthorized: authentication required unauthorized: authentication required ```

Hi, At the moment, my access to MacOS devices is restricted. I can perform CI builds, and I utilize MacOS when feasible. I'm need to look into .dmg packaging through...

https://www.kitware.com/creating-mac-os-x-packages-with-cmake/ https://cmake.org/cmake/help/v3.5/module/CPackDMG.html macos packaging is a hell compared to debian or windows. It will require some scripts to automatize this task (embed dependencies ...) I will be begin in v1.3...

Here the plan. Not perfect but step by step 1] update cmakefiles to easily package (v1.3) 2] expose build as .tar.gz (v1.3) 3] creates brew formula (v1.4) 4] expose brew...

libffi was not correctly detected with brew formula (my fault ...) it will report packaging in brew to 1.4 build macos exposed as result: https://github.com/nelson-lang/nelson/actions/runs/8493025349/artifacts/1371828902

``` CMake Error at CMake/FfiConfig.cmake:20 (message): Brew reported an error: . Please resolve this error. Call Stack (most recent call first): CMakeLists.txt:231 (include) ``` brew install nelson.rb fails again with...