fo-fo
fo-fo
I'm getting an "unresolved reference" (`kotlin(UNRESOLVED_REFERENCE)`) error for all symbols imported from Java files generated in the target directory. Any idea what could be the problem, and/or how to debug...
The documentation has the following blurb: > `new queue` requires only the "queue" variable to be set. You can also pass the `jobs` hash to it. What happens if I...
I have recently been trying Inbucket and it seems like a great project! However, I was wondering if it would be possible/feasible to forward all received messages into the same...
### Current behavior When using navigators in web, the history logic causes incorrect titles to appear in the history entries when navigating. When navigating from a screen with title "Title...
I noticed the following issue while trying to take automerge-wasm/automerge-js into use: `Object.freeze` doesn't work on the proxified doc. Here's a repro (in Node v16.13.1), ``` const Automerge = require("automerge-js");...
Here's a suggestion. Currently SafeAreaView adds any margin specified by the component user to the safe area margin (assuming mode=margin here.) Sometimes it would be useful to take the _maximum_...
It seems that this loader has trouble if some earlier loader (like url-loader) has turned the image into a data URL (`data:...`). In that case it writes an invalid "image...
I was trying to create a simple project just to try fips and bgfx out. I get the following error when doing a clean build (`fips build` in the `mytest`...
I noticed that the `` parameter of this plugin seems to suffer from the same problem as is in versions-maven-plugin: https://www.mojohaus.org/versions/versions-maven-plugin/faq.html#why-is-a-dependency-version-not-excluded-by-dependencyexcludes That is, dependencyExcludes only looks at input versions, so...
### Describe the bug If Surefire/Failsafe configuration has `1` (default), Quarkus runs the tests using the same Quarkus instance for all tests (as expected): ``` [INFO] Running org.acme.getting.started.testing.GreetingResourceTest 2024-10-19 19:05:46,984...