-
## New feature motivation
It's useful to put comments next to configuration. Unfortunately `.releaserc.json` doesn't support comments.
YAML can be used instead. However nested arrays in yml are …
-
Since probably most JSON files which are valuable enough to be migrated to a database contain nested arrays, this feels like an absolute must have feature.
E.g. following JSON array can't be import…
ad-si updated
2 years ago
-
### Ethers Version
6.4.0
### Search Terms
_No response_
### Describe the Problem
The 'args' aren't parsing correctly for polling JsonRpcProviders.
See logic here:
https://github.c…
-
I posted in the `cleanlab` community Slack **#help** channel a few days ago, but figured I should also open an issue since I haven't seen any replies. I'm working with an object detection dataset …
-
Is it possible make so edgeDataReducer or its result can take forward or backward into consideration like the weight function can.
I am creating an algoritm to reconstruct the path parts back to th…
-
# 3 Ways to Merge Arrays in JavaScript
How to merge arrays in JavaScript using spread operator, array.concat() and array.push().
[https://dmitripavlutin.com/javascript-merge-arrays/](https://dmitrip…
-
### Version of Kakoune
any
### Reproducer
The codebase doesn’t always store paths into arrays of a consistent size. Some use `PATH_MAX`, some add +1 to that, and there might be some hardcoded sizes…
-
### Feature Type
- [X] Adding new functionality to pandas
- [ ] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
Currently, `df.e…
-
# Nested tests
## Expected Behavior
A file `test.cpp` contains
```C++
#include "ut.hpp"
int main() {
using namespace boost::ut;
test("set") = []{
test("one") = []{ expect(1==1); …
ghost updated
2 years ago
-
I've hit on what appears to be a bug in our unit testing suite. It seems that you can pass in nested objects as test inputs for metrics but not for logs. Intuitively, this unit test should pass:
``…