-
java.lang.NullPointerException: Cannot invoke "Object.toString()" because "this.data" is null
at shop.itbug.fluttercheckversionx.socket.ProjectSocketService$SocketResponseModel.calculateSize(Project…
-
I have configured a Github App for Jenkins and I am running a Global seed job which would connect to the Github API and retrieve all the repositories in the Organization. Whenever it tries to authenti…
-
Running:
```
dsync -i 'src/schema.rs' -o 'src/generated_models' -c 'diesel::pg::Pg' --single-model-file
```
Which produces a bunch of files with a bunch of errors.
### 0
For example, this on…
-
### Feature Area
/area sdk
### What feature would you like to see?
During the build stage of the pipeline spec the `kfp.dsl.pipeline_spec_builder.build_task_spec_for_task` method loops through …
-
Once we've created one of these DSL classes, we may later want to add a new property. If possible, it would be great to support generating the property, the builder property, the builder setter, and t…
-
I use [Immutables](https://immutables.github.io/) to generate immutable DTOs. Everything works fine with DSL-JSON except `List` type field.
For example, i got this DTO
> interface AbstractListDTO {
…
-
### Describe the bug
Here's an example on using `.sinceTime()`
https://github.com/fabric8io/kubernetes-client/blob/08e54a9fa6da1d7eacd894f8251f3ae7848b6961/doc/CHEATSHEET.md#L2342-L2345
When …
-
I have a method with this code block:
final HttpEndpointConfiguration httpEndpointConfiguration = new HttpEndpointConfiguration();
httpEndpointConfiguration.setTimeout(5_000);
return new Sq…
-
Hi again 😅
today I ran into a problem when using the functionality implemented in #8: If I build a schema by extending an existing object instead of nesting everything **and** assigning `null: tru…
-
Do we need one? @derekprior you might have opinions on this. I was just thinking about this, and it might be cool (if we go the DSL migration route) to allow using the query builder DSL for constructi…