Boscop

Results 547 comments of Boscop

> EnumProperty: Enables the encoding of arbitary constants into enum variants. This method currently only supports adding additional string values. Other types of literals are still experimental in the rustc...

@rucoder Nice. I think Rust is a good fit for this domain. @jbendig Btw, you can use something like `Arc` or [`ArcSwap`](https://docs.rs/arc-swap/0.4.6/arc_swap/index.html) to reclaim memory of things you send to...

The parent dir might also not exist yet. No component of the path can be assumed to exist. And the file might get deleted and recreated later (also its parent...

My code above is working well and I realized that I wanted to use it in multiple crates. @francesca64 It would be nice if this functionality can be added to...

@francesca64 I'd prefer if you do it :) Because maybe you want to make some changes, e.g. maybe you can think of a better name than `ColdWatch`, something that makes...

@not-fl3 Could you please update deps, e.g. glium to 0.28? :) Btw, the table is broken in the docs: https://docs.rs/glium_text_rusttype/0.3.3/glium_text_rusttype/ And Rust supports inclusive ranges now: > As of now,...

Any update on this? We still need to support old browsers in 2018..

If this crate isn't maintained anymore, it makes sense to fork it so that we can fix the current issues and merge the PRs. Is anyone interested in maintaining a...

My use case is: I'm using [rust-embed](https://github.com/pyros2097/rust-embed) to embed the frontend files in release build but load from disk in debug build, so I'm using `#[folder = "target/deploy"]`, that's why...

But where does `cargo web start` build the files to? Can it be told to build to `target/deploy`?