Lautaro Emanuel

Results 34 issues of Lautaro Emanuel

According to the official docs: > Histograms measure the statistical distribution of a set of values. In high performance applications it is not possible to keep the entire data stream...

Fixes #6284 ## Changes - Support configurable throttling for networking of blob transactions ## Types of changes #### What types of changes does your code introduce? - [ ] Bugfix...

Twinstake is building a variation on the `staking-pool` contract with support for whitelisting. During development, we faced some issues related to the contract dependencies being out of date which are...

On #37 it was discussed the existence of `liftMaybe`: I think `lift` is fine, but would also like `liftMaybe`. _Originally posted by @ocharles in https://github.com/haskell/mtl/issues/37#issuecomment-325640686_ This PR adds `liftMaybe`, also...

I have the following function: ```haskell withPostgreSQL :: MonadResource m => ByteString -> (SQL.Connection -> ConduitT i o m r) -> ConduitT i o m r withPostgreSQL cs f =...

I have the following scenario: I have a server that on any response returns a ByteString which can be very long. On the client side, every now and then I...

Addresses https://github.com/snoyberg/conduit/issues/481

I've been playing around with Conduit for the past few days and I'm looking for something like a 'delay'. For reference, I've had a pleasant experience using RxJS and one...

**Is your feature request related to a problem? Please describe.** This feature request is not related to a problem. **Describe the solution you'd like** The eval plugin allows users to...

### Describe the bug There is already open issue where a `SmartContract` cannot be deployed if it's defined in a folder (https://github.com/o1-labs/zkapp-cli/issues/593). A similar issue exists when a `SmartContract` makes...