Martin Scholz
Martin Scholz
**Describe the bug** If you create multiple filters with `AND` or `OR`, only the first filter will apply. This happens to all kind of columns, string, number, bool, ... **To...
### What happened? Currently to create a resolver for field you have to explicitly set this in the config file like this ``` Todo: fields: user: resolver: true ``` ###...
Are there any plans when Xamarin.Mac supports the new CryptoTokenKit API. Currently we have to build with Sharpie.
**Feature Request** For copying slices like [here](https://github.com/gotzmann/llama.go/blob/main/pkg/ml/ml.go#L1704C1-L1708C2) the bultin [copy](copy) function should be used. Wrote a simple benchmark test which shows it is ~4 times faster ``` package main import...