-
Overwriting profile.tpl.php triggers an error:
```
Warning: Undefined array key "#entity" a template_preprocess_entity_plus() (línia 147 de /Users/robert/Sites/backdrop/modules/entity_plus/theme/e…
-
Since the previous issue about this is completely off-topic (#478), we'll start over with a fresh new issue.
There are many patterns used throughout JavaParser, like how we use lists, how we do bui…
-
# Motivation
Zod schemas can be leveraged to automatically generate API information (ie, [nestjs-zod](https://github.com/risen228/nestjs-zod)). This is very convenient because it allows defining the …
-
Not 100% sure about this one and sorry for bringing this issue back. But the last days I thought it would be better to remove the public instance variables and make them private or protected and provi…
-
BPO | [39707](https://bugs.python.org/issue39707)
--- | :---
Nosy | @gvanrossum, @rhettinger, @MojoVampire
*Note: these values reflect the state of the issue at the time it was migrated and might not…
-
A crash occurs in the simple situation described
[in playground](https://odoo.github.io/owl/playground/#eyJqcyI6Ii8vIEluIHRoaXMgZXhhbXBsZSwgd2Ugc2hvdyBob3cgY29tcG9uZW50cyBjYW4gYmUgZGVmaW5lZCBhbmQgY…
-
```
if your object has an int getId(); method. Maybe you want to have a
@Field("id")
public int getId();
When the Json is generated the getId() method is called and the result is
placed in "id"
I …
-
Not sure if it is a bug of Spring boot annotation processor or lombok, anyways...
I have the following class:
```
package com.myapp;
import lombok.Getter;
import lombok.Setter;
import org.springfram…
-
```
What steps will reproduce the problem?
1. Define an inline property with only a getter
2. Orika will not treat it as inline-property
What is the expected output? What do you see instead?
Expecte…
-
Currently there is an option to generate getters&setters either for one property or multiple properties - but only if you select the properties.
Would you consider adding an option to generate gett…