-
**Issue by:** gege251
**Original date:** 2022-10-12 13:23:47 UTC
**Originally opened as:** mlabs-haskell/trustless-sidechain/issues/242
**Original assignees:**
**Status on 2023-06-20:** open
…
-
The `Data.Array.Repa.Repr.ByteString` module provides a way to make arrays from `ByteString` types using `fromByteString`. The resulting array has the type `Array B sh Word8`. It seems that this type …
-
```
src/Pipes/Zlib.hs:81:13: error:
• Couldn't match type: forall x'1 x1.
Proxy x'1 x1 () B.ByteString m0 ()
with: Proxy x' x () B.ByteString m1…
-
Hello! I'm relatively new to Haskell, but experienced with the AWS SDK (using Python and Node).
When I look at `examples/EC2.hs`, there are a lot of new abstractions to learn. For example, I don't …
-
## Question
When I use CAS API
```java
void compareAndSet(ByteString key, Optional prevValue, ByteString value);
void compareAndSet(ByteString key, Optional prevValue, ByteString value, long ttl…
-
4096 is not the most optimal chunk size, and so this function is slower at reading files than it could be.
In a quick benchmark, using the example from https://docs.servant.dev/en/stable/cookbook/b…
joeyh updated
4 months ago
-
**Internal/External**
*Internal*
**Area**
*Other* Any other topic (Delegation, Ranking, ...).
**Describe the feature you'd like**
Right now cardano-api provides function for working wit…
-
I have a format represented in-memory as a `ByteString` and I want to expose parts of that elsewhere in the codebase without causing needless copies.
-
There have been a couple times were I have wanted to pass a `ByteString` to another function as a `Source`. Currently I usually just write the ByteString into a Buffer and pass that to the function as…
bnorm updated
3 years ago
-
The replacement (if there is one) for deprecated functions should be given when help is asked for; the following doesn't help me remember what to replace `bytestring` by:
``` julia
help?> bytestring
…