-
Hi, i'm having a hard time trying to map a flat entity with a nested Jaxb generated structure.
I did not found a method to change the behaviour of the xsd generator, it will create those strange ca…
-
### Godot version
3.3.2.stable.mono.official
### System information
Windows 10
### Issue description
When Resource types expose a Resource typed field, assigned, objects as sub-Resource…
-
Hi, I am testing if a yield call has been executed. I receive this error which I probably misunderstand, but as far as I can tell the function is called with the same parameters in both the saga and t…
-
I believe one of the samples needs an example on how to use the JsRT api ( functions available in ```ChakraCore.h``` ) to define object properties a little better. This involves a few common tasks tha…
-
```py
class A:
@property
def foo(self) -> int:
...
@foo.setter
def foo(self, value: int, value2: str) -> None: # no mypy error
...
a = A()
a.foo = 1 # ru…
-
I have installed nodejs and npm, then i installed Kranium exactly as you specified in the info, the app example you provided works but when i start it i always get this error in the terminal (where kr…
-
### Which @angular/* package(s) are relevant/related to the feature request?
core
### Description
With Input signals they are read-only which forces any consumer of the component to have to set the…
-
Every camera manufacturer has its own way writing camera property ids. Examples:
- Brightness can be written all in lowercase, uppercase or capitalized
- White balance can be written all in lowercase,…
-
This proposal aims to extend the JavaScript Signal API to include `computed setter` functionality within `computed` signals, similar to how [Jotai Atom](https://jotai.org/docs/core/atom) provides read…
-
Still on my offset-text rewrite spree...
Currently, the formatter API (in charge of picking the strings for the tick labels, axis offset and cursor position in the status bar) is a bit messy: the pub…