buko
buko
Surprised that cqengine doesn't support java.util.Optional. Is the engine trying to maintain compatibility with pre-Java 1.8 code? Would be great to see a `Optional:ResultSet.unique()` IMO. Most Java code these days...
This is a very minor improvement to provide more helpful error messages: **Describe the solution you'd like** Calls to Kryo.readObject(Input, Class) will throw an exception if passed an abstract class:...
Between jsemver and [semver.java](https://github.com/jknack/semver.java) we have all the functionality we need. It would be great if we could combine them. What's nice about semver.java is the match expression language. You...
It seems like there's some important documentation about woodstox available at medium.com: - https://medium.com/@cowtowncoder/configuring-woodstox-xml-parser-basic-stax-properties-39bdf88c18ec - https://medium.com/@cowtowncoder/configuring-woodstox-xml-parser-stax2-properties-c80ef5a32ef1 - https://medium.com/@cowtowncoder/configuring-woodstox-xml-parser-woodstox-specific-properties-1ce5030a5173 Unfortunately medium.com is commonly blocked in many countries. Developers in such countries...
Since syntax highlighting for Markdown was recently added (#291 ) I thought I would also put up a vote for adding highlighting for [asciidoc](https://asciidoc.org/). I've actually seen several projects move...
Very impressed with RSyntaxArea so far. Thanks for this project. I'd be curious if there's any interest in adding support for syntax highlighting of XML namespaces. The idea here is...
jmetro version: 11.6.15 The JMetro theme introduces an 'X' in TextField controls that provides a quick way to remove all text from a TextField. This functionality does not respect the...
I was surprised to see that STAXEventWriter creates a new XMLEventFactory and a new XMLOutputFactory in its default ctor. This is really unnecessary in the case where a user intends...
Attempt to open a database with a pathname of more than 255 characters results in the following error: ``` Caused by: java.sql.SQLException: The database has been closed at org.sqlite.core.NativeDB.throwex(NativeDB.java:471) at...
Based of #199 it seems xerial doesn't support true concurrent access to SQLite. Just to confirm the current expected behavior of xerial: 1. Xerial's sqlite is compiled with SQLITE_THREADSAFE=1. This...