-
Taking the code sample below, the maximum sample is always below 5.0.
```
use kernel_density_estimation::prelude::*;
fn main() {
let observations: Vec = vec![4.99,5.0,5.01];
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Zstandard Android
### Which platforms are affected?
Android
### Description
s…
-
### Describe the bug
UpsertMany with composite keys coming from foreign entity generates wrong SQL.
This is cleanedup generated sql from reproduction issue:
```sql
INSERT INTO "sample-stick-we…
-
The documentation is silent about the fact that you can build JSON Patch document (and its paths) with strongly typed lambda expressions using: https://learn.microsoft.com/en-us/dotnet/api/microsoft.a…
-
-
To reproduce:
- Open 'Ubbie-Mesh' or 'Sheep' projects in DragonBones
- Export them to the samples/HelloDragonBones/Assets/ folder and call the project 'dragonboy_flixel'
- `cd samples/HelloDragon…
-
### Steps to reproduce
When using `archivesBaseName` with app/build.gradle,
Run `flutter build apk --release`
### Expected results
Expect to find `MyApp***-v0.0.1-release.apk` at `b…
-
## 🐛 Bug Report
## 🔬 How To Reproduce
Steps to reproduce the behavior:
1. Running make poetry-download in the root directory of trt gives an error, the makefile does not have this field.
…
-
Thanks for your good job and open source~
While trying to build the code, I met follwing bugs:
* Bug 1
In code ./src/uitls/utils.py, with code in `get_function_acc`:
```
sample_pair_idx = torch.L…
-
## Background
#### What is your motivation?
`rand` offers the `Standard` and `Uniform` distributions, for making random samples of a primitive or struct. However, to implement them for a new type,…