-
### I'm submitting a...
- [ ] bug report
- [ ] feature request
- [ ] question about the decisions made in the repository
- [ ] question about how to use this project
- [x] documentation request…
-
## 📄 Context
This task is a continuation of https://github.com/cartesi/rollups-explorer/issues/252.
Extend the ABI Parameter specification form and more specifically the **Add decoding steps by …
-
I tried using the auth keys published on Apple's website:
```
$signedTransactionJWT = $response['signedTransactions'][0];
$appleKeysText = file_get_contents('https://appleid.apple.com/auth/key…
-
Hello! I'm trying to export some textures from an AssetBundle file using `AssetsTools.NET.Texture` and `SixLabors.ImageSharp`, but it produces incorrect texture (I also got the correct one using rando…
-
Browsers now include `Accept-Encoding: zstd`, and more and more sites are serving zstd compression, so should definitely add support for zstd decompression, along with deflate/gzip/brotli that wabac.j…
-
When attempting to return binary data I'm getting `Unsupported Datatype Binary and array BinaryArray`. It looks like except for `into_pg_type` binaries aren't really implemented yet.
-
Hello ,
We observed a MEDIA_ERR_DECODE error (PIPELINE_ERROR_DECODE: Failed to send audio packet for decoding) with some of our live and VOD streams on browsers like Chrome and Edge.
Could you ple…
-
**What language does this apply to?**
ruby
**Describe the problem you are trying to solve.**
Want to use a [conformance suite from google described in textproto format](https://github.com/goo…
-
```kt
class Base64Decoder(private val reader: Reader): Source
class Base64Encoder(private val writer: Writer): Sink
```
Has this feature been considered before? I'd happily put some time in to w…
-
We want to add Viterbi decoding to PyTorch. Viterbi decoding is a well-known algorithm that finds the path of maximum likelihood over a time-varying distribution. It is used in automatic speech recogn…