David Boreham
David Boreham
Gradle says: ``` Caching disabled for task ':docker' because: Gradle would require more information to cache this task Task ':docker' is not up-to-date because: Task has not declared any outputs...
Ah, apologies -- I did try to review existing open issues for a dup but sadly missed #308. Another dependency that doesn't work for me is : `org.koin.core.component` I will...
Regarding the bug above relating to "debugging doesn't work at all" : #809, based on my testing they're either correct (it doesn't work), or the setup required to enable debugging...
This issue may be relevant: https://github.com/microsoft/vscode-gradle/issues/1118
[This ](https://github.com/bricaud/graphexp/pull/104)fixes the error for me, however I don't know enough about the application to tell if I've fixed all the 3.5 problems, nor if I've caused any regression for...
fwiw I see the message `vpb_sic_write: Bad register offset 0x2c` with and without `-serial stdio` , however redirecting serial to stdio does give me a working booted raspbian system (the...
I'm driving by, after an evening of hair loss trying to figure out why my kotlin grpc server doesn't propagate OT spans. This is probably the 10th bug report I've...
>And it looks like you haven't run ahc-boot after you built asterius? As noted above, I have run `ahc-boot`, evidence as follows: ``` david@localhost:~/projects/asterius (master)$ stack exec ahc-boot Configuring ghc-prim-0.5.3......
> `note: ‘__sync_fetch_and_nand’ changed semantics in GCC 4.4` Actually, after second cup of coffee, I remember looking at this error before and concluding it wasn't fatal.
Using correct `cabal` command line: ``` david@localhost:~/projects/asterius/example/hilbert (master)$ stack exec ahc-cabal -- new-install . --installdir . cabal: Could not resolve dependencies: [__0] trying: Hilbert-0.0.1 (user goal) [__1] unknown package: asterius-prelude...