-
Hey! I've been trying to implement f32 support for a while now, but progress always stops when I try to modify `Pixel` in a backwards-compatible and sane way. While we could probably think of some way…
-
Allow the user to create the visual elements using Drag-&-Drop and automatically generate the code for it.
For instance, think MS Word: How it lets you create a Table with specified no. of rows & col…
-
I thought about writing this as an extension to issue 377, but decided there are some different problems I want to preserve for the record. This issue started with this code fragment we've been stru…
-
**TLDR**: `AppContext.GetData("PLATFORM_RESOURCE_ROOTS")` is not set the same as real Lambda runtime, so there is some difference between how the dotnet hosting environment is set up.
--
When ru…
-
I have a millions of points (in latitude & longitude). I want to calculate nearest neighbour queries using [great circle distance](https://en.wikipedia.org/wiki/Great_circle), i.e. distance in metres …
-
I am wondering if there is a way to use only meili as a library?
By this I mean, take the necessary code and use it in another project by importing it and calling appropriate functions. If so, cou…
-
### Description of the problem
Poor performance of Nginx in Gramine-SGX is seen due to ~60% overhead of `mbedtls_sha256_update`. Please see the attached perf report.
We used `wrk` benchmarking to…
-
### Description
_No response_
### Use case
_No response_
-
I'm a newbie using the autodiff library and more general using automatic differentiation in general. I was trying to implement gradient computation for a simple Gauss-Seidel type solver. It runs fine …
-
Milan and Marion have inquired (in a private communication) about implementing population-specific recombination rates in msprime. I now have a few more technical thoughts about it, and I'll stick the…