-
streamly-bytestring cannot be used with ghc-9.2.2 or earlier because of the bytestring version constraints on it. And we cannot use earlier streamly-bytestring versions with streamly-0.9.0. So there i…
-
I think they'd be pretty useful when using stdio with other libraries, I needed to define them in order to use proto-lens.
Those seem to work for me:
```hs
import Std.Foreign.PrimArray as…
-
The only places ByteString is used on the platform are:
- XHR, Fetch, and Service Worker APIs dealing with HTTP headers
- The return value of atob.
The latter could be easily converted to a DOM…
-
## Description
Hello,
I want to create a Plugin for the Unreal 5.3.2 to connect with a OPC UA Server.
The Plugin is already connecting to my UaCPPServer (Anonymous and Security: None), it als…
-
```
What steps will reproduce the problem?
1. PackedString is depreciated in GHC 6.6, gone by 6.8
2. PackedString is slow (13 times slower than [Char]!!!!)
Use the new Data.ByteString, require either…
-
the FromDataField ByteString instance miss BLOB/CLOB type convert.
it report ```DpiException $ "type mismatch "```
-
From https://code.google.com/p/ndmitchell/issues/detail?id=290
vasyl said: I've used following attached code for benchmark, the "page.html" could be
arbitrary page, for example hackage packages list.…
-
This behaviour might be desired, but I thought I would bring it up. When setBit is called, the returned bytestring doesn't contain any of the bytes after the index.
```
Prelude> import qualified D…
-
Please consider the idea of adding Builder from the `bytestring` package as one of the convertible strings.
`Builder` is part of the `bytestring` package from at least 2012 and has an `IsString` inst…
-
_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=1281) created by **mmastrac** on 2013-02-04 at 04:57 PM_
---
I'd love it if protobuf's immutable ByteString could make it…