-
It would be nice to support windows. A reasonable first step would be to try to get the ncrystal package on conda-forge working on windows.
-
With the last changes `data/samples/downloads/` was introduced, which is useful to overwrite testcases for the sample.zip.
However, it was decided that also non testcase related stuff should be place…
-
When using the Swift OpenAPI Generator and runtime to decode a JSON payload from an API endpoint, a decoding error occurs for a field defined with the anyOf keyword in the OpenAPI spec. The error mess…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
My code like this:
```
static void ping_callback(my_process_t* process, const char* data, size_t len, int eof) {
h2o_req_t *req = (h2o_req_t *)process->data;
h2o_iovec_t body = h2o_strdup(…
owhao updated
5 years ago
-
We noticed that lm_eval --model vllm did not work when data_parallel_size > 1 and got `Error: No available node types can fulfill resource request` from Ray. After some research, I believe when `tenso…
-
I’m a software developer who was going to write some C# code generators for a fluent dto builder, and I saw your data-builder-generator which is very similar.
Instead of me writing my own to match …
-
This had been in my mind for a long time but I guess it's worth getting out there:
We already have inputs. Property based testing is great and support in the elixir system is growing a lot. Why not…
-
Even though we already have a solid suite of unit tests with near-complete coverage, fuzz testing with large numbers of pseudorandomly generated inputs would provide further reassurance, especially wh…
-
### Description
When fitting data with different weights for each data point the `sample_weight=` argument can be supplied to the Keras `Model.fit` method to provide weights to the samples. This ca…