-
## [LangChain Development](https://app.pluralsight.com/library/courses/langchain-development/table-of-contents)
by [Tom Taulli](https://app.pluralsight.com/profile/author/tom-taulli)
founder : H…
-
# Bug report
- Reproduced on:
- [ ] Android
## Description
Answering the call from the incoming UI display on android was not navigating me to the app, the UI acted as if I had never answer…
-
### Describe the feature
Hey there! 👋
Love what you've done with this repo, it's super helpful! But I hit a snag when trying to use it with my Gogs setup.
Here's what happened:
I tried runni…
-
### What version of Bun is running?
1.0.25
### What platform is your computer?
Darwin 23.2.0 arm64 arm
### What steps can reproduce the bug?
```
$ bun repl
> import { $ } from "bun";
…
-
As part of making PSA Crypto the main crypto API in 4.0, we're making (most of) the legacy crypto API internal (that is, headers would be visible to other crypto modules but not to applications).
T…
-
## Bug
For some reason, this snippet of code works on **every platform** (including `dart2js`), but it just **breaks in DDC**:
```dart
OpenSimplex2S(42);
```
The error thrown is:
```
Er…
-
### Describe the bug, including details regarding any error messages, version, and platform.
Getting this exception when trying to load next batch while reading a parquet file.
The parsing works if …
-
There is already an issue for this , https://github.com/ajv-validator/ajv/issues/2318, but it is closed. Suggestion there is not working when ajv is XX-layers down like eg: [async-parser](https://gi…
-
### Minimal reproducible example
https://github.com/pax-k/jazz-rn-babel-issue
### What platform(s) does this occur on?
Android, iOS, Web
### Where did you reproduce the issue?
in a deve…
pax-k updated
2 weeks ago
-
### Related problem
I need to get the number of CPU cores in my script. I would usually use the external binary `nproc`
```
/home/ineu ▶ timeit { nproc } …