-
I don't know if this `ApplicationEngine` problem or compiler. But we need to do this. It compilers fine. But doesn't work. Because one is an `Integer` and one is a `ByteString`.
```csharp
…
-
These would be pretty surprising to bump into!
-
Given the following simple HTTP multipart/form-data upload
----------------------------695807392213189643524668
Content-Disposition: form-data; name="äasdasd"; filename="СЕРГЕЕНКО.rtf"; filename…
-
What do you think about adding a function:
```haskell
chunksOf :: Int -> Data.ByteString.Streaming.ByteString m r -> Stream (Of Data.ByteString.ByteString) m r
```
This would yield consecutive…
-
### Version Information
* vyper Version (output of `vyper --version`): 0.4.0rc2+commit.6f09e296
### Issue description and/or POC
```Vyper
@external
def foo(a: Bytes[10]) -> Bytes[11]:
…
-
k323r updated
3 months ago
-
`formatQuery` returns a `ByteString` which is meant to be printed out (debugging, logging, etc...) but the character encoding is not specified. I assume it's UTF-8, but it'd be good to clarify that i…
-
Would it be possible to add support for tensor serialization/deserialization? i.e. things like xtensor or eigen? Ideally these would have a '0-copy' ability - you could deserialize the memory directly…
-
This seems to work for storing full UTF-8 stuff in a packed-dawg:
```
import Data.Text.Internal.Unsafe.Char (unsafeChr8)
import qualified Data.ByteString as BS
import qual…
-
```
I need to embed a protobuf message inside another protobuf message, but as the
message class inside is variable, in the outer message I'm using a field of the
"bytes" type to contain the inner o…