J-M
J-M
For reference, as of [recent commit](https://github.com/mpidotnet/MPI.NET/commit/b6f8866fcadc43c3090877081ae1c790b287cfca) ```sh LOCAL_DIR=${HOME}/local # or where you can install if you cannot 'sudo make install' sh autogen.sh ./configure --prefix=$LOCAL_DIR make ```
Looking at a notification from a pull request that's actually a usage question. Instructions do need a refresh, and wirth trying to set up travis.yml also for personal exercise.
``` Cannot open assembly './Tests/SpawnTest/SpawnTest.exe': No such file or directory. ```
``` FAIL ./Tests/NonblockingTest/NonblockingTest.exe (with 1 processes) ```
A colleague encountered an issue using our build automation scripts. A repro in a nutshell is as follows: ```powershell $solution = 'c:\path\to\moirai\tests\moirai_test.sln' $debugCfg = 'Debug' $buildConfiguration = $debugCfg $buildPlatform =...
Using "C:\Program Files\PowerShell\6.0.0.17\powershell.exe" ``` Install-Module -Name PowerBuild -Scope CurrentUser ``` ``` PS C:\Users\blah> $buildResults = Invoke-MSBuild -Project "C:\src\github_jm\moirai\tests\moirai_test.sln" -Target Build -Verbosity Minimal -DefaultLogger Host -Property @{Configuration="Debug"} Invoke-MSBuild : The 'Invoke-MSBuild'...
I am trying to use kiwis-pie to retrieve data from the Vic Water data online site. I bumped into an issue where a json response with an error is not...
403 GET /voila/static/jupyter-flex-embed.css: jupyter-flex-embed.css is not in root static directory
Relates to other relatively recent issues. I am trying to run examples using the dev mode, marginally hoping to figure out a fix. Using the codebase at [commit 7013993fcf910591196faeb725d5482b37adad8a april...
## Context I have a component built upon `ipyleaflet` to streamline the interactive exploration of geo-located data in `xarray`. This worked on the assumption that an `on_click` event on a...