-
https://github.com/input-output-hk/plutus/pull/4281 adds an option to the `uplc` program to dump all builtins and there are many more builtins than listed in the spec. Here's the output from this prop…
-
hello everyone :
i have spent a lot of time to read juno code and run the test in my computer
i am trying to implement persistence feature myself, and this is my idea and plan:
`…
-
## Compiler version
Scala 3.3.0
## Minimized code
https://scastie.scala-lang.org/pjfanning/nrTQr59WTAy2uIMYUFtkTw/4
```
val byteString = akka.util.ByteString("abc")
var queue = scala.col…
-
It seems that after several iterations the markdown code is broken. (by iteration I mean to create or edit the note in ST3 and update it, then edit in Evernote web app or Windows client and finally do…
-
This issue tracks recently discussion on haskell cafe. maybe we can add something like:
``` haskell
data Result a = Partail (ByteString -> Result a) | Done a ByteString | Failure
readDecimalPartial …
-
Maybe I've overlooked it in the library, but would that be a feature worth adding?
For my current project, I adapted some code from here: https://hackage.haskell.org/package/shadowsocks-1.20151028/…
-
These unsafe operations are really needed for any zero-copy conversion between `ByteString` and other immutable APIs, or between representations that the developer knows will not be mutated during the…
-
Example input:
```json
{
"type": "Tx MaryEra",
"description": "Transaction in Mary era.",
"cborHex": "84a5008282582085170c754845947bd9d9310dd9c1bd9a24bab0193bdf4f3f2637bd1e42805a34182182582…
-
```haskell
instance Hashable64 B.ByteString where
hash64Add = B.foldl go (hash64AddWord64 8)
where go acc b = acc `combine` hash64AddWord64 (fromIntegral b)
instance Hashable64 L.ByteStrin…
-
Hello! Thanks for making this amazing library!
I was trying to understand how to implement encryption/decryption using a password. I'm trying to use PBKDF2 like this:
```kotlin
val salt = Crypt…