Robin De Schepper

Results 308 comments of Robin De Schepper

Point of discussion: This syntax doesn't seem to sit well with `ninja`, which complains: ``` ninja: error: build.ninja:126: bad $-escape (literal $ must be written as $$) ``` I have...

Well it breaks `make install-nodoc` for `ninja` users 😟

`cibuildwheel` produces wheels 🎉 Now there's a problem that the absolute build path is baked into NEST somewhere, and wheels need to be relative to a single root folder, wherever...

Also important to notice is that the `SEMAPHORE` env var that is being checked to determine that Semaphore CI is being used, is also set to true if Semaphore 2.0...

Maybe a possibility is to use `@loader_path` instead of `@rpath`?

From the name `CMAKE_INSTALL_RPATH_USE_LINK_PATH` I'd assume this sets the `@rpath` to where it was linked rather than to where it's installed, but when installed by setuptools in Python the libraries...

Since `libspatialindex` only ever needs to find libraries in its own directory I think the best way to go is to set [`MACOSX_RPATH=FALSE`](https://cmake.org/cmake/help/v3.0/prop_tgt/MACOSX_RPATH.html) and [`INSTALL_NAME_DIR=.`](https://cmake.org/cmake/help/v3.0/prop_tgt/INSTALL_NAME_DIR.html#prop_tgt:INSTALL_NAME_DIR) which will hopefully then produce...

Sometimes packages lock step their major version with that of their peer dependency, but we have both `socket.io` and `angular`. I think since socket.io is i) less frequently changing major...

Big error message so maybe I missed it (post it as text please), but how does this relate to this package? It's also possible that for Angular 9 you'll require...

I can look into writing docs for this but I'm not up to date with namespaces in socket.io; * Could someone concisely explain to me the issue and proposed community...