Martin Kavík
Martin Kavík
> Bootstrap 4 and I think about 2 months is a decent though rough estimate - Very nice! > what kind of API are you looking for from this library?...
Hi, I follow your progress, good job! I'm working on a production app, where we use Bootstrap, let me know once BS is compilable, I can test it immediately 🙂...
Cool! > be a matter of exposing a struct and writing some methods to emulate their API It would be nice to have access to that struct in the near...
I've just found out that [sass-rs](https://github.com/compass-rs/sass-rs) doesn't support functions (according to its README and my problems with `map.get`). Are there some general problems with supporting functions? (Or does `grass` already...
> What kind of function are you referring to? Probably built-in ones according to your description 🙂 I was just surprised that functions like `map.get` don't work with the currently...
I would like to display errors: - On the browser overlay (something like Webpack's [devServer.overlay](https://webpack.js.org/configuration/dev-server/#devserveroverlay)). - In the terminal. So `String` should be good enough, but it would be nice...
For downloading the schema from `build.rs` and for the usage by a custom build tool (like [Seeder](https://github.com/MartinKavik/seeder)) - I would rather call a library directly instead of a CLI. But...
I've just found a tool that maybe would help with it: https://crates.io/crates/cargo-quickinstall (I haven't tried it yet) Or we can draw an inspiration from it and create a super simple...
I've created the [issue](https://github.com/alsuren/cargo-quickinstall/issues/13) in `cargo-quickinstall` repo with an idea and to get some info. When I try to use it - `cargo quickinstall cargo-make`, it returns: ``` $ cargo...
@dustinfarris, @gdotdesign : Well, this problem was a show-stopper for me, my temporary solution is this: (see "**_tachyons-elm_**" in both files below) File **/elm-package.json**: ``` { "version": "1.0.0", "summary": "helpful...