Willem

Results 9 issues of Willem

Thanks to Sven for discovering this!

Many programs (e.g. all Java programs) tend to have a more useful string in the window group name than in the instance name: Firefox has "Firefox" as group name, and...

When LanguageTool is loaded, https://chat.utwente.io (the Riot.im web client) fails loading with the following message: ``` Unhandled rejection value@https://chat.utwente.io/bundles/84814748c8403ed7c1ae/bundle.js:16:13239 value@https://chat.utwente.io/bundles/84814748c8403ed7c1ae/bundle.js:16:11185 componentWillMount@https://chat.utwente.io/bundles/84814748c8403ed7c1ae/bundle.js:129:21424 performInitialMount@https://chat.utwente.io/bundles/84814748c8403ed7c1ae/bundle.js:161:6330 mountComponent@https://chat.utwente.io/bundles/84814748c8403ed7c1ae/bundle.js:161:5495 mountComponent@https://chat.utwente.io/bundles/84814748c8403ed7c1ae/bundle.js:17:6163 performInitialMount@https://chat.utwente.io/bundles/84814748c8403ed7c1ae/bundle.js:161:6612 mountComponent@https://chat.utwente.io/bundles/84814748c8403ed7c1ae/bundle.js:161:5495 mountComponent@https://chat.utwente.io/bundles/84814748c8403ed7c1ae/bundle.js:17:6163 a@https://chat.utwente.io/bundles/84814748c8403ed7c1ae/bundle.js:72:13435 perform@https://chat.utwente.io/bundles/84814748c8403ed7c1ae/bundle.js:36:10936 s@https://chat.utwente.io/bundles/84814748c8403ed7c1ae/bundle.js:72:13656...

fixed-in-rewrite

Sometimes, when connecting to a FML server with a vanilla client, FML keeps spamming about unexpected packets during "modded negotiation", while the client is already connected and playing. I haven't...

Happened on my server on two separate occasions, once while running FML 8.0.9.1016, once while running Forge 11.14.0.1248 (both with vanilla clients). Crash reports: https://gist.github.com/14mRh4X0r/a21217ca26694e223f93

Also stores the ISUPPORT parameters in an easily accessible HashMap and fixes a slight parsing bug with IRCv3 message tags

This makes it easier to see channel statuses if you have more than a few channels.

Some JDBC providers, e.g. H2, don't allow `INSERT` with `executeQuery`: ``` Caused by: org.h2.jdbc.JdbcSQLException: Method is only allowed for a query. Use execute or executeUpdate instead of executeQuery; SQL statement:...

### Summary On `gopass clone` with GPG, gopass checks whether we already have access to the cloned repository by comparing our usable keys to the keys listed in .gpg-id. However,...

bug
gpg