-
As the [`save_handler`](https://feathers-pinia.pages.dev/guide/handle-clones.html#using-the-save-handlers), it would be nice to have a `save('name')` option to send a `PATCH` with an object containing…
-
## Environment data
- VS Code version: 1.63-insiders
- Jupyter Extension version (available under the Extensions sidebar): v2021.11.1001506843
- Python Extension version (available unde…
-
Wrong diff calculation
**To Reproduce**
```ts
DateTime.fromISO("2021-04-01").diff(DateTime.fromISO("2020-02-29"), ["years", "months", "days"]).toObject()
```
**Actual vs Expected behavior**
…
-
While working on further testing of WebSVN I get the following exception:
```
Fatal error: Uncaught AssertionError: assert($y seq[$k]) in /usr/local/www/websvn/vendor/horde/text_diff/lib/Horde/Text/…
-
From [these slides](https://www.percona.com/live/17/sites/default/files/slides/SkeemaPerconaLive2017.pdf), one of the use-cases is:
> Also support patterns such as “every engineer has their own dev…
-
We probably want some tests here that assure that `tree-sitter-parser` does what we expect it to do.
Before writing tests, we need to agree on a test framework. `pytest` seems easy to use and less …
-
### Describe the Issue
The forum help posts submitted by users do not show the editable parts of the code. The snippets ('you code so far') have boilerplate code which makes it difficult to underst…
-
Hi,
are there any other stopping criteria (different than the time limit: flag -l)?
If yes, how can I use them (or see which ones the algorithm is currently using)?
-
What if we could borrow react's end-to-end tests (or whatever high level tests they have that dont test internal methods) and use them as our own e2e tests?
Willing to make a PR for this.
-
Compile everything to WebAssembly
This work is going to be handled in phases. We're starting from:
- [x] https://github.com/dotnet/aspnetcore/issues/29630
Related .NET 6 users stories:
- […