Weaklink
Weaklink
Hi there, I am getting a similar error `y is not defined` when building my app (made with `create-react-app` too). I followed [this mapboxgl issue](https://github.com/mapbox/mapbox-gl-js/issues/10173) replacing the path to the...
Actually after fiddling a bit and crossing info from docs and github issues, I eventually got it to work in both dev and prod env. Here is what worked in...
On my end it is still needed: I just tried again. * with `browserslist` tweak only: building the app goes through however when serving it statically, I get the error...
I am getting the same problem building the `main-c` example with MSVC and Julia 1.6.6 (LTS). Building lib CG is ok but the linking to it fails on Windows. (it...
No luck either through the generated `.lib` from the following `.def` file using `lib.exe` nor `dlltool.exe` ``` LIBRARY "cg.dll" EXPORTS get_sysimage_path init_julia jl_RTLD_DEFAULT_handle_pointer DATA jl_dispatch_fvars_idxs DATA jl_dispatch_fvars_offsets DATA jl_dispatch_reloc_slots DATA...
That would be really nice indeed to have support for `np.linalg.solve`. A use-case for instance is solving linear systems in a loop that would benefit from a pythranisation. Indeed another...
Any chance to introduce an option or a compilation flag to make it optional (so that we can do it knowingly with a warning) instead of going through tedious copy/paste...
Not sure if that can help figure things out and/or help with decisions, on Debian Bookworm, here are the build status I get: | Python | Scikit-FMM | OK? |...