-
We currently have three variants of many modules. I think we should reduce these.
My idea is:
1. String is questionable overall, maybe drop it completely in unix-3.x.x.x
2. merge ByteString and…
-
The size of `Container` struct stored in the container contract by https://github.com/nspcc-dev/neofs-contract/blob/dc89137484cd042e79378d4745558cc560b6368a/container/container_contract.go#L731 is res…
-
The expected type for `decodeThrow` seems to be `Data.ByteString.Internal.ByteString` which seems to be inconsistent with what `Data.Json.decode` expects:
```haskell
import qualified Data.ByteStri…
-
After editing TODO
Internal error: ErrorCall
Message: Data.ByteString.last: empty ByteString
-
With 8.10.7:
```
bash-3.2$ cabal build -w ghc-8.10.7
Build profile: -w ghc-8.10.7 -O1
In order, the following will be built (use -v for more details):
- data-array-byte-0.1.0.1 (lib) (requires…
-
**Bug description**
'' allButFirst fails with the error "PrimitiveFailed: primitive #basicNew: in ByteString class failed".
This happens because the new: method calls basicNew: when the provided…
-
## Description
Hi,
I have a problem sending a structure with an array to a Siemens controller. It seems that the `UA_encodeBinary()` does not cope with encoding such a structure to a byte st…
-
I have next error while checking my project:
```
Targets: ..../Types.hs
**** [Checking: ..../Types.hs] ***************
**** DONE: A-Normalization *******************************************…
-
Need to carefully examine where it is appropriate to use `ByteString` and where it is appropriate to use `Text`. For instance, headers currently return `Text` values... but are all HTTP headers encode…
-
If I call another internal method in an inline method, the arguments for the internal method should be prepared from the inline method context. However, with a bool _internalInline, we cannot know whe…