Jovansonlee Cesar
Jovansonlee Cesar
@mbarkhau I'm not sure how are you installing svgbob. Right now, you can easily install svgbob using cargo. If you are using a linux machine, the `x86_64-unknown-linux-gnu` target should not...
You can use [Grid::from_str](https://docs.rs/svgbob/0.4.1/svgbob/struct.Grid.html#method.from_str) method and passed a [Setting](https://docs.rs/svgbob/0.4.1/svgbob/struct.Settings.html) with transparent for the background_color
I think this behavior is better, so I don't have to put a special behavior when the dot is surrounded by the slanted lines ``` \ / . / \...
Hi @rehno-lindeque , this needed the nightly compiler at the moment. Even if I try to use stable, the project relies on a library that also uses a nightly compiler...
Dependency to rocket library(which relies on the nightly compiler) has now been [removed](https://github.com/ivanceras/diwata/commit/75e6b962727a4eeaecadef514469859244992380). However, the project can't still be compiled with the nightly compiler due to the use of [try_from](https://github.com/rust-lang/rust/issues/33417)....
`TryFrom` has already been stablized, but the dependency of diwata which is sauron uses 2 new features that are behind the a feature flag. which are `#![feature(arbitrary_self_types)]` and `#![cons_generics]`. It...
@rehno-lindeque Thanks for reporting, I'll have to enable ssl in rustorm.
@rehno-lindeque this requires a little bit of configuration, like pointing to a `server.crt` file. I haven't used the paid version of heroku, i don't exactly know how the set-up is.
@rehno-lindeque I did a self-signed certificate but it seems heroku rejected it stating that it's self signed.
@Aleks3050 unfortunately, this project is not actively maintained anymore