-
Hello! I'm having some problems trying to download a video using the library.
Whenever I run:
```rust
let output = match ytdl.download_audio_stream_from_url(url, file_name.as_str()).await {
…
-
I'm using `ijson` to parse JSON that is coming out of a `langchain` (https://www.langchain.com/) pipeline.
This pipeline basically is an async iterator over strings (i.e. `str` objects not `bytes`,…
-
게시글, 댓글 Entity관계 설정 후 게시글 관련 api에서 Json으로 파싱 시 noSession이슈 발생
-
I suspect that most can be replaced by https://infra.spec.whatwg.org/#parse-json-bytes-to-an-infra-value. This will also require some changes to the following steps as they now have an Infra value. Th…
-
When setting up a connection to the ckpool server and sending a handle subscribe message, there is an error that indicates the response contains more than one JSON object or extraneous data at the end…
-
If JSON numbers are converted to XML and serialized as JSON, it is confusing to end up with an E notation for large numbers. An example:
```xquery
'100000000000000000000'
=> parse-json()
=> seri…
-
When decoding, we are incorrectly using associative array stile which leads to issues with `{}` vs `[]` validation.
We should instead [update this line](https://github.com/carsdotcom/php-request-cl…
-
### What happened?
Looked at a profile of Visual Studio solution open, noticed more allocations than expected in octokit.
### Versions
Octokit.Net: 10.0.0.0
### Relevant log output
_No response_
…
-
Hello, I'm getting the following error when getting a launch. We just updated our ReportPortal.Shared nuget from 3.7.0 to 3.9.0 after upgrading ReportPortal from 23.1 to 24.2.
```
System.Text.Json…
-
This issue is motivated by crisidev/bacon-ls#2.
bacon's [locations export](https://dystroy.org/bacon/config/#exports) doesn't surface enough information to fully describe spans in an editor. From m…