J-M

Results 52 issues of J-M

Using [this version of CodeCoverage.cmake](https://github.com/bilke/cmake-modules/blob/66fa2579d36f30cdab93d1dbd4c3d682a25ae5f3/CodeCoverage.cmake). I wanted to use CodeCoverage.cmake to extract test coverage information in a context where I have a main test executable but want coverage for a...

Minor issue, but may be troubling for some users. I noticed that on Windows if jupyter-flex is started and running on the default port, but not accessed by a browser,...

using version 0.8.3: `R CMD INSTALL --no-test-load rCLr` ```text > library(rClr) Assembly '/home/xxxxxx/.local/lib/R/3.6.2/site-library/rClr/libs/ClrFacade.dll' doesn't have an entry point. Error: package or namespace load failed for ‘rClr’: .onLoad failed in loadNamespace()...

This is for the record. `dotnet --info` returns: ``` .NET Core SDKs installed: 2.1.201 [C:\Program Files\dotnet\sdk] 2.1.602 [C:\Program Files\dotnet\sdk] ``` My guess is that installing VS2019 recently brought a newer...

Update on repro, still issue with Mono 4.0.2, Debian 64. ``` library(rClr) ``` fails apparently while or as soon as the appdomain is created. ``` Assembly '/home/per202/R/rClr/libs/ClrFacade.dll' doesn't have an...

Repro cannot be listed here; src/tmp/Liana/repro_per202.r Noticed this when runing a calibration task, with a callback to an R function for the optimisation goodness of fit. Worked fine on Windows,...

First, thank you for jupyter-flex... I'm using a `DownloadTextFileButton` adapted from a third party, as shown below. It works fine in jupyter-lab and voila, but not via jiupyter-flex (when clicking...

I am exploring a streamflow information data set in netCDF that has point lat/lon coordinates and am scouting for reusable xarray-related leaflet viewers. xaray_leaflet appears geared towards raster information, but...

Repro: Windows 10 ```bat conda activate my_env ``` installing mingw following [these instructions](https://www.scivision.dev/f2py-running-fortran-code-in-python-on-windows) ```bat pip install f90wrap ``` ``` ValueError: path '/Users/jameskermode/.pyenv/versions/3.6.6/lib/python3.6/site-packages/numpy/f2py/src/fortranobject.c' cannot be absolute ``` Installing from source with...