Ian Macalinao

Results 60 issues of Ian Macalinao

### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/rrweb-io/rrweb/issues) for a bug report that matches the one I want to file, without success. ### What package is this...

bug

#### Problem Buffer isn't built for the web. Uint8Array is and saves 10kb gzipped. #### Proposed Solution Begin migrating code to use Uint8Array instead. Code that doesn't use Borsh should...

> SHOULD NOT define case classes nested in other classes Are nested case classes a problem? There's quite a few instances where you might need them, e.g. representing database rows...

I need to set up encrypted backup on my stuff. Everything important to me right now is kept in Git, but it's still probably good practice for me to be...

A lot of us use oh-my-zsh. What do you think of adding support to visualize aliases?

http://truffleframework.com/docs/advanced/configuration#solc This documentation is incorrect. The only thing configurable is the optimizer.

Opyn uses American options, but https://github.com/MattL922/greeks is built for European options. https://quant.stackexchange.com/questions/35163/american-options-relation-between-greeks Unfortunately, I don't see a library for American options on NPM. Hope someone makes one soon!

Something like this: ``` /api/user?query={"$and":[{"field":"~value"},{"field":"!=value"}]} ``` I'd like to be able to write my logic mainly on the client, rather than dealing with finders. Is this a feature you are...

This adds the package-lock.json and some CI scripts. CI in action: https://github.com/macalinao/typed-rpc/pull/1

#### Feature Description I'd love to see being able to set gas price (i think min price is 0.1 GWei) Also, being able to choose between CELO/cUSD etc would be...