Dabo

Results 78 issues of Dabo

These two structures could be `Reference` wrappers with types, like: ```rust struct JsMap { inner: Reference, phantom: PhantomData, } struct JsVec { inner: Reference, phantom: PhantomData, } ``` They would...

C-enhancement

Making an issue here as a reminder. It seems generally be more "rusty" to do this. The one disadvantage is having a two-byte return type size rather than one-byte, but...

In `Cargo.toml`, the `std` feature depends on `backtrace`. Is there a technical reason this is required, or would it be possible to implement `Fail` for `StdError` without depending on `backtrace`?...

Hi! Love the extension, and its simple "just works" functionality. However, the UI I need to interact with to block pages is a bit hard to use. Specifically, I can...

I don't primarily use wayland, but if I do launch into it, I can't run any glium apps with `WINIT_UNIX_BACKEND=x11` set which use `with_multisampling()`. If `WINIT_UNIX_BACKEND=wayland`, or unset, I run...

T-bug

It would be awesome to be able to install this package as a command line program into an existing virtualenv. I think that would still be possible without publishing to...

This usually isn't a problem, but can be annoying if you're editing files in the middle of deploying a build. Even if it's just editing comments, the second "build" triggered...

There are several flags it'd be nice for cargo-screeps to support on all commands, passing directly on to `cargo-web`: ``` --all-features Build all available features -h, --help Prints help information...

C-enhancement

In the README, but also in `Cargo.toml`.

C-cleanup

This adds an interface to the rubble capsule added in https://github.com/tock/tock/pull/2036. The rubble capsule currently exposes very little functionality, and this interface is thus equally minimalistic. I've based it, and...