-
The following, almost minimal example:
```cpp
#define COMBO(NAME, BINDINGS, KEYPOS) \
combos_##NAME { \
timeout-ms = ; \
bindings = ; \
key-positions = ; \
layers = ; \
}…
-
Hi all,
I am getting following log while building igb in openAVB source.
root@prakash:/home/prakash/Open_AVB_Automotive_Profile# make igb
mkdir -p kmod/igb && make subdir=kmod/igb -C kmod/igb
…
-
#### Description of the problem
A variant or (co)inductive constructor that is not preceded by `|` and has a first argument (before a `:` or before another argument) that is a maximally inserted im…
-
A subtraction image inherits a lot from the new science image it is based on.
Some properties of the new image, like limiting magnitude, zero point, psf fwhm, and background (the mean b/g is zero, ho…
-
1. Unify `field` and `field_link`. `Field` and `Link` are needlessly different, while often being used in the same context.
* `Link` often requires customly created private `Field` for low-level gr…
-
### Expected behavior
Image export options should have units clearly specified.
### Observed behavior
* Units of Bitmap Size "**Resolution:**" dialog are not clear. Implying dots per inch?
* Un…
-
Doing an Offset transform on a rounded rectangle reveals the construction of the rounded rectangle, which is a non-intuitive result.
-
### Check for previous/existing GitHub issues
- [X] I have checked for previous/existing GitHub issues
### Module specific issue
- [X] I confirm that this issue is about this AVM module and not abo…
-
Is there a way to exclude the discriminator type tag from the output json.
For example
```
sealed trait Foo
case class Bar(s :String, w: Long) extends Foo
case class Baz(q : String, p: Int) ex…
-
### Is your feature request related to a problem? Please describe
When we do the sorting by datetime and have the recurrent values.
```
#1 "2024-01-03 19:57:38"
#2 "2024-01-03 19:57:38"
...
#3…