-
server.TestSpanStatsFanOutFaultTolerance [failed](https://tanzanite.cluster.engflow.com/invocations/default/ca1bb24e-c6ec-46cc-ba49-2dbb392d9a62?testReportRun=2&testReportShard=3&testReportAttempt=1#t…
-
```python
import jax
import jax.numpy as jnp
from functools import partial
jax.config.update("jax_check_tracer_leaks", True)
@partial(jax.custom_jvp, nondiff_argnums=(1,))
def f(x, indices):…
-
in some scenarios the api will throw and return completely empty results. this particular api, as opposed to the route matching api, should be able to return partial matches. even if everything doesnt…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to fin…
-
**Environment (please complete the following information):**
- OS:
- Winery version: Latest: 1.8.4
- Master Wrapper version: 2.9.1.9
- Engine version: WS11WineCX64Bit22.1.1-10
- Hardwar…
aa830 updated
9 months ago
-
I'm trying to use rr to find and fix flaky tests in the Ruby language test suite. I was hoping to set up a Jenkins server that did something along these lines:
* Reguarly run the Ruby test suite un…
-
Obspy version: 1.1.1
Python version: 3.7.6
Platform: Windows
Installed Obspy with anaconda
If I read in one trace of length one hour, then slide over 10 minutes I get the following:
```pytho…
stj95 updated
4 years ago
-
I was trying to print the window title of some PWAs from chrome (I have the same PWA in two different profiles; while they share the app name, they do have different titles). When I ran the command `a…
-
### Problem Statement
Sentry SDKs generally limit the number of captured stack frames and apply logic to drop frames often from the middle of the stack (to comply with the event size limits). When I …
-
If I add `C90` to the ruff tools:
https://docs.astral.sh/ruff/rules/#mccabe-c90
```
toqito/channel_ops/partial_channel.py:12:5: C901 `partial_channel` is too complex (12 > 10)
toqito/channels/part…