Peter Kieltyka

Results 72 issues of Peter Kieltyka

https://github.com/pressly/imgry/blob/f7a2a8c41a15417782a37f4fbc3a90a2ef34c20f/imagick/imagick.go#L195-L199

See: https://github.com/pressly/sup/blob/master/tar.go#L36

@PhABC lmk if you're good with this, I can update the repo name, but then we'll need to update the names and docs within the code and the npm pkg...

## Wallet connect + passing your own provider It's helpful for the dapp to provide one of more provider urls. We already support this on wallet constructor, but have some...

wallet integration for certain dapps will be easier if we support websocket/other support to communicate the json-rpc requests

as well, utilize, + multicall + caching (perhaps proxy server, or a service worker)

I have a scenario where I have an object that I'd like to turn into a micro-observable so I can use with the rest of observable state in the project....

I think it'd be great to have a middleware adapter interface for getters/setters and maybe other stuff. It would be useful to attach things like a logger during debugging situations...

I'm becoming quite fond of micro-observables and I'd like to use it in a library I'm writing that is not React based. I see 'react' is a peerDependency which will...