Miron Brezuleanu

Results 5 issues of Miron Brezuleanu

..................f Did 19 checks. Pass: 18 (94%) Skip: 0 ( 0%) Fail: 1 ( 5%) Failure Details: --- TEST-CONCURRENT-INSERTS []: One of inserter threads encountered a SQLITE_BUSY error. --- Fails...

Type: Bug
Status: Acknowledged

[Tracery](https://tracery.io/) is a great tool for generating text. I think it would work great as a prompt generator. The scripting section of txt2img could be extended to include a "Tracery"...

enhancement

I tried rendering the openfl.svg file with this library and the background is translated to the left. Code used: ``` public function new () { super (); var svgFile =...

`proxy-super` is broken (calling the base method from the proxy code calls the proxy method for virtual methods). Cause: replacement of `gen.Emit(OpCodes.Call...` with `ILGen.EmitCall`, which emits `callvirt` if the method...

In https://github.com/nlkl/Optional#working-with-collections, there is no mention the namspace `Optional.Collections`, where `FirstOrNone` and friends are located.