Results 80 issues of linkmauve

When [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) is enabled, Candy is unable to function properly. The most obvious issues are the presence of the onsubmit, onchange, etc. attributes. The example.html file also ships some inline...

While I was fuzzing my [XMPP parser](https://hg.linkmauve.fr/xmpp-parsers), I found an invalid sample: ```xml ``` This is parsed the same way as this valid sample: ```xml ``` It would be useful...

bug

Have a look at [rust-bindgen](https://github.com/rust-lang-nursery/rust-bindgen), it can create -sys crates automatically from headers, which will alleviate a good part of your work.

After restarting [biboumi](https://biboumi.louiz.org/) with a newer version, Jicofo prints this message every 30s: ``` Jicofo 2017-04-14 15:44:05.310 GRAVE: [107] org.jitsi.jicofo.ComponentsDiscovery.discoverServices().279 Feature list changed for: irc.jabberfr.org ``` It should update the...

When a non-Meet client joins a MUC, it may want to know the software other participants are running.

Here is the stack trace: ``` Exception in thread "main" java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:459) at java.util.Properties.setProperty(Properties.java:166) at java.lang.System.setProperty(System.java:796) at org.jitsi.jicofo.Main.main(Main.java:166) ```

#196 removed most uses of `std`, but as said there `std::io` and `std::error::Error` are two remaining uses of `std` with no `no_std` replacement. Here is the tracking issue: https://github.com/rust-lang/rust/issues/48331 This...

The issue seems to stem from the `main….js` file being served as the not-found component before the package is ready, which makes for a pretty poor UX. This issue is...

Many elements in a GUI will appear in the form of lists, such as tabs in a browser, bookmarks, messages in a chat client, icons in a launcher, etc. cedar’s...

enhancement

GTK+ is now a native toolkit on OS X, since 3.something, it would make sense from a testing point of view to allow that. Cocoa should also be made a...

enhancement