Philippe Riand

Results 10 issues of Philippe Riand

I created this simple project to showcase the issue, just run `mvn install` https://github.com/priand/bytecoder-swing It appears that ClassLibProvider doesn't see java.desktop. Did I miss a configuration in the pom.xml to...

question

#### React-Quill version - [ ] 1.1.0 An initial onChange() is thrown just after setting the value of the component using the value attribute. Even though the HTML is semantically...

discussion

As a React developer, I love this library and the concepts behind it. Great job! To make it even more appealing, it would be great to have an iOS version...

## Bug report * Skate version: 5.2.3 (`npm info skatejs version`) * Affected browsers (and versions): n/a ### Current behaviour `npm start` on the SSR example (skatejs/packages/ssr/example) generates an error...

Apache 2.0 would be great so we can reuse it :-)

I need to pass a parameter that contains some characters that need to be escaped. For example, `command 'I'm the \"walrus\""`, where the actual parameter value is `I'm the "walrus"`....

**Describe the solution you'd like** A theme `org.fife.ui.rsyntaxtextarea.Theme` can be assigned to a `RSyntaxTextArea`, but not to a `RTextArea`. We should be able to apply a subset of the Theme...

enhancement

Hi, I created my own UriLocator that is serving the files from the same server, but different application. For that I'm using a custom protocol like "localserver://fake/path/to/the/resource.css". But unfortunately, this...

bug

Might be irrelevant for node/gulp/... gurus, but as this is my first real exposure to these, it took me time to figure out how to run a build. Moreover, the...

JDKs 9+ don't use rt.jar anymore but modules located in jsdk_home/jmods. This PR detects if this directory exists when loading the JRE info. If it exists, then it relies on...