-
### Describe the bug
I'm not sure this is a bug or if it's just missing in the documentation, or i'm not doing something correctly, but I'm subclassing `DatasetBuilder` and getting the following erro…
-
### Describe the bug
```java
@Path("/test")
@ApplicationScoped
public class IndexTestController {
@GET
public Uni wei(@QueryParam("page") Integer page) {
page = page != null ? page : 1;…
-
To use AutoValue builders with optional properties, you have to use `Optional` (from either Java 8 or Guava); see here: https://github.com/google/auto/blob/master/value/userguide/builders-howto.md#opt…
-
@yajra added basic laravel 5.3 support
https://github.com/yajra/laravel-oci8/commit/cd9a4bcd17b076ffb12133062799879584f99a05
-
Currently Kysely requires to have some QueryExecutor defined which means that it is not stateless. However I wonder how much work it is to use kysely as a sql builder without an execution implementati…
-
All analysers failling with
https://buildbot.osmose.openstreetmap.fr/#/builders/572/builds/673/steps/1/logs/stdio
```
2022-09-14 04:00:14 analyser_osmosis_highway_deadend.py:284 xml generation
…
-
**Description**
We are using TestcontainerBuilder to configure a MsqlDatabase to be used for testing. The tests are then executed via Azure Pipeline run, whereas 'dotnet test' is called.
In some c…
-
I'm trying to persist a bunch of entities at the same time, but there is a circular dependency, but from what I can tell regarding the circular dependency error, it's usually explained around needing …
-
**Describe the bug**
Upgrade package from 1.7.1 to 2.1.0, then re-generate code using `flutter pub run build_runner build --delete-conflicting-outputs` then get error :
```
PS C:\project_flutt…
-
Configuring two one to one relationships only creates the second relationship as can be verified by looking at SQL Object Explorer.
The first relationship is configured using RoleClaimBase as Forei…