Fabian

Results 13 issues of Fabian

I create the extension with `make packed.zip` but when I load it in my browser and open a site on which it should be executed, I get the following error:...

I think it would be a great enhancement to give the user some kind of control on the order of the elements in the header. I'm speaking about `\mobile`, `\email`,...

Yesterday I upgraded rust-nightly (last install was ~1-2 weeks old), now I get the following compilation error with `cargo-web` (latest version): ``` $ RUST_BACKTRACE=1 cargo web build --bin ce-ui --features...

This patch aims to fix #13. When opening a project, each file-editor receives a pointer to the editor instance of the root file. After saving a non-root file of a...

When opening a .gummi file, Gummi should automatically open that project. Right now (Gummi 0.6.6 on Fedora 22, Gnome 3) Gummi is not associated by default with .gummi files. Additionally,...

The functions' definition is the following: ```rust fn dispatch_event(&self, event: &T) -> Result ``` So, it expects an event. However, I don't see any possibility with the current API to...

Some web application features (e.g., accessing the clipboard) is restricted to localhost and https pages for security/privacy reasons. However, sometimes you'll want to test the application from another device (e.g.,...

Some games (e.g. Pokemon) allow the player to save their progress and continue at a later time. Unfortunately, gbemu does not seem to remember these states. **How to reproduce** -...

*I searched the issues but couldn't find anything similar.* My idea would be to add a per-sub option to hide all its posts from multi-sub views like the frontpage. The...

Feature Request

`Form::state_mut()` (see below) calls `RC::get_mut_unchecked` which is unsafe and nightly only. Unfortunately, it is not documented why this is necessary (and why `Rc::get_mut()` cannot be used instead). Changing this would...