Santiago Palladino

Results 96 comments of Santiago Palladino

Currently the adapter _deletes_ the ID field from the fields to insert, and the insert fails due to a non-null constraint on the PK. See [here](https://github.com/waterlink/postgres_adapter.cr/blob/master/src/postgres_adapter.cr#L45) where the `primary_field` is...

A use case I've been referred to is charging a small fee per transfer. In this scenario, tokens represent the right to access a resource. To prevent people sharing this...

> would the fee be charged on transfer? Yes > Who gets the fee? The minter of the token. Not sure if there can be more than one minter per...

Another data point: https://twitter.com/DennisonBertram/status/1194655772455690241

I ran into a similar issue, and ended up [forking solc-js](https://github.com/spalladino/solc-js) just to remove the asm. It'd be great to have an official package with this. I can transfer ownership...

> Still confused what was removed? The latest version of the compiler from inside the package, so it is just the wrapper.

It is not loaded, but it is shipped with the package, which makes it several mbs heavier: ``` $ du -sh node_modules/sol* 14M node_modules/solc 56K node_modules/solc-wrapper ```

We are not (yet) webpacking zOS, so I wouldn't know. @gnidan you do run the truffle CLI through webpack: does it affect bundle size? Or is this just a matter...

I'm not sure if there is need to get lerna in here yet. We're talking about just moving the wrapper code (which, as far as I understand, doesn't change too...

Awesome work @mudgen!! I like this new version of the EIP, and have a few comments: - I really like the fact that `cut` can modify several functions atomically, and...