FeepingCreature

Results 29 issues of FeepingCreature

> Today is Sweetmorn (Time after Time, Catch a Wave), the 51st day of Chaos in the YOLD 3186 Just for fun, and since I got a bit bored of...

Fix https://issues.dlang.org/show_bug.cgi?id=19256 Reorder JSONValue's union members to make dmd realize that JSONValue contains const references and disallows reassigning const(JSONValue) to JSONValue, which would break constness. This works around https://issues.dlang.org/show_bug.cgi?id=12885 ....

Bug Fix

Consider this test program with @eventstore/db-client 3.4.0 and eventstore:21.10.7-bionic: ``` const { EventStoreDBClient, jsonEvent, } = require("@eventstore/db-client"); const client = EventStoreDBClient.connectionString('esdb://localhost:2113?tls=false') const streamName = "PerformanceTestNodeJsGrpc"; const numberOfEvents = 1000; function...

kind/bug

I don't have a good repro for this, but I've seen it happen a few times now: a binary that should have a `lea` to `.dynarraystorage` instead gets a `lea`...

Consider this code: ``` void foo() in { } out (; true) { } ``` This compiles fine with DMD 2.081 and up; however, dscanner 0.5.11 fails with "test.d(4:1)[error]: `do`...

Consider: ``` void main() { call(new class Object { void method() { call; } }); } ``` dfmt's take: ``` void main() { call(new class Object { void method() {...

bug

Consider the following code: ``` void main() { return foo( bar( baz( whee))); } ``` Expected would be something like: ``` void main() { return foo( bar( baz( whee))); }...

enhancement
indentation
feature:keep_line_breaks

Given a set of pictures, it's unclear how to create a correctly formatted dataset. I understand if the pictures used cannot be made available, but could you please share whatever...

After a few minutes of training.

For some reason, model quality completely falls apart after a resume. G/D_err stays stable, so idk. Something is still going wrong. :(