mukund

Results 17 issues of mukund

> Clearly describe the bug If your config contains a processor, stylelint no longer uses `postcss-syntax` to infer the syntax and defaults to the css parser. The change appeared in...

status: ready to implement
type: bug

Could we do something like: ```rust offer!(in chan { End => break chan.close(), Push => { // push a value } })?; ``` `End` and `Push` would reduce to enums:...

enhancement

This is a significant change, but ties into multiple issues we're facing: - It's a prerequisite for https://github.com/boltlabs-inc/zeekoe/issues/322 - It will allow us to resolve https://github.com/boltlabs-inc/zeekoe/issues/303 - It has a...

We'd like to expose an RPC protocol that wallets can use to perform actions on behalf of the customer. This will require the `customerd` rearchitecture. To close this issue, write...

In writing zkchannels-spec, we realized that Zeekoe may be missing some status updates to represent changes on chain. There's #76 and #77, which both have to do with on chain...

**Update**: Notes from discussion w @jakinyele There are three big goals of this project: 1. **Analytics** - List channels, see starting balance, closing balances if closed, see counts of total...

enhancement

The code was moving fast, and we may have missed updating some of them. Specifically: - The verifications were once meant to wait for the on chain state to update,...

> I'm noticing [...] that the chain watcher of the customer is a little CPU heavy, or at least has a quite constant CPU load. Also, both the customer watcher...

As we discussed in a meeting yesterday, there's a slight runtime performance cost to having to `match` on this enum every time an operation from `AsyncRead` or `AsyncWrite` is performed....

enhancement

There are broadly two approaches we've considered: 1. **`impl sqlx::Encode/Decode` for all the important types.** This doesn't work transitively - if my parent struct is composed of fields that are...