Jose Quintana
Jose Quintana
I would be great feature. For example [atom-linter-js-standard](https://atom.io/packages/linter-js-standard) has _"Lint html-embedded script blocks"_ option. 
Can you share how are you compiling `difftastic` actually?
About musl, we probably have to do some clever stuff such as sysroot musl and add the necessary symlinks similar to [cross](https://github.com/cross-rs/cross/blob/main/docker/musl-symlink.sh). But definitely, this will need some work to...
It looks like you're using sys crates that require C binding, so you can try this out https://github.com/joseluisq/rust-linux-darwin-builder#building--sys-crates
It looks like an issue with this image when targeting darwin. As a workaround, tell your `openssl` crate to build a copy of OpenSSL itself with the [`vendored`](https://docs.rs/openssl/latest/openssl/#vendored) feature. ```toml...
I updated the repo to support some way to contribute. Please have a look at https://github.com/joseluisq/macosx-sdks#contributions Just let me know if you need any help.
BTW should this issue be closed or are you planning more SDKs to submit?
It's not clear for me if you are using the minify version or your unminified one. Please provide more details about it and one example in order to reproduce current...
The reason why we still rely on 0.14 (maintained) and we didn't start yet migrating is because there are dependencies used by SWS no ready for Hyper v1 like our...