Bwar

Results 14 issues of Bwar

I'm attempting to use a grammar originally generated to Java, which contains a number of lexer actions that behave differently depending on the current mode / contents of the mode...

We're using bee-queue for media transcoding. So essentially: * Worker processes some bytes, generates a pile of output files, sends them somewhere * Another process listening on the queue receives...

enhancement

Accept Rust style and MessageFormat style arguments

enhancement

**What would you like?** add a validator to arguments

enhancement

Antlr 4 is considerably more powerful than javacc, and javacc's future is a bit less certain these days; a [Rust grammar is available](https://github.com/jbclements/rust-antlr) that could probably just be picked up...

This patch uses [Yenta](https://bitbucket.org/jglick/yenta) to set up friend dependencies, so that it is possible to develop/run it in development versions of NetBeans (where the implementation dependency versions won't match those...

While editing a Rust source file - if it cannot be avoided, better to catch it and throw a ParseException that the highlighter can deal with: ``` java.lang.IndexOutOfBoundsException: Index 0...

After building or running a Rust project, the Repeat Build / Run action is not active; it should likely also be present in the vertical toolbar in the output window,...

#### Describe the feature Working with the standard `java.time.Duration` class in postgres is unnecessarily painful. #### Use cases I ran into this issue with a simple query that invokes a...

enhancement
module:pg

I'm testing this library for use in a workflow that involves piping multiple processes together (something I wish this library supported internally, where it could probably be done more efficiently...