-
I wanted to write a method like this:
```
public get colidingActors(): Actor[] {
return this.get_colliding_bodies().filter((body) => body instanceof this);
}
```
ts2gd generates this…
-
How do you reproduce the results of the code in the paper in your code? According to your example, I get the following result when I execute "generate".
But I still can't feel the quantisation in the…
-
Using `sys-devel/mold-2.34.1` to link `dev-build/ninja-1.12.1` causes ninja itself to segfault inside the dynamic linker during bootstrapping. The issue does not appear when building with gnu ld.
`…
-
### Current Behavior
> Type '{ children: Element; matrix: { enabled: true; }; apply: ({ matrix }: { matrix: any; }) => any; }' is not assignable to type 'IntrinsicAttributes & Partial & Interaction…
-
Hey!
First off, great job on the library! I haven't gotten around to using it yet, but it looks promising. As I was exploring its features, I noticed you mentioned being inspired by Sieve. Having u…
-
**V version:** V 0.2.4 52df19e
**OS:** windows, Microsoft Windows 10 Enterprise v19042 64-bit
**What did you do?**
```v
struct MyIter {
mut:
ar []int
pos int
}
fn (mut m MyIter)…
-
# Bug Report
## Description
The provided instructions to create a parser for the `cri` logs results in the creation of a duplicate parser.
Since `1.0`, the fluent-bit docker image has include…
-
To date many custodian filters are typically expressed in fairly verbose value filter syntax for attribute matching. It would be good to explore alternatives that allow for more expressiveness but con…
-
To implement automatic decoding in the parser, we first need to detect the encoding of the body. This task is complicated by the existence of two headers that determine the encoding: `Content-Encoding…
-
To replicate, run the "numbers" tests in https://github.com/r-lib/pillar/commit/3611c62369a51541137e7d1c584cd3386b40f64b via `testthat::test_local(filter = "numbers")`. Can't (easily) create a reprex …