musicformellons

Results 40 comments of musicformellons

Mmmh, what makes you think sequelize is dying? ![Screenshot from 2019-06-11 12-20-26](https://user-images.githubusercontent.com/10334123/59264453-6d8a7a00-8c43-11e9-8d7d-3cf1b0b9546c.png)

Moleculerjs has nice microservice features and seems to gain traction. There is an adapter to feathers services: https://github.com/zygos/moleculer-adapter-feathers#readme

Same here. 2015-03-09 14:54 GMT+01:00 Jonathan Senecal [email protected]: > I'm also interested in getting the same kind of effect that > Leaflet/Leaflet.markercluster has. It's actually the only thing that is...

Well, I noticed they use redis within tilezen/tileserver and tilezen/tilequeue: https://github.com/tilezen And also at: https://github.com/faradayio/tilesplash I presume this improves performance, but I am not even close to an expert in...

I tried to make it. After installing latest (12.5.1) xcode, I ran: ``` SDKROOT=$(xcrun -sdk macosx --show-sdk-path) \ MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx --show-sdk-platform-version) \ cargo build --release --target=aarch64-apple-darwin --verbose ``` It...

I updated rust (from 1.51.0 to 1.53.0) and when compiling t-rex-core it gives: ``` error: custom inner attributes are unstable --> t-rex-core/src/mvt/vector_tile.rs:9:4 | 9 | #![rustfmt::skip] | ^^^^^^^^^^^^^ | =...

when I run ```cargo build --all --no-default-features``` it seems GDAL is still troubling me: ``` ... cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR cargo:rustc-cfg=gdal_sys_3_3_1 --- stderr thread 'main' panicked at 'No pre-built bindings available for...

The above is actually an attempt to have a t-rex app that works on Apple Silicon. I think I got that working (without gdal) by cross-compiling to aarch64-apple-darwin. In the...

Looks like openssl could be swapped by rustls: https://github.com/rustls/rustls which might solve above issue.

Ah, I now notice that I still get the CORS error, also with key... So my question boils down to: How can I solve the CORS issue and work with...