Charles Cooper

Results 415 comments of Charles Cooper

> Will it be enough if I put a reference to your "itch-order-book" repository with your BSD 3-Clause License content in my source code? That works. Thanks!

I'd like to chime in that this would be super useful. Even improving the error message for require (https://github.com/bos/configurator/blob/ff6d476562e9ff8b757832a81076d57e7a600fcf/Data/Configurator.hs#L244) to include the root of the config would be a big...

note: ran out of time, will discuss 3041 and 3040 at next meeting

meeting notes: punt for now as testing frameworks can use other means of error detection. implement if some production smart contracts require handling or issuing of specific custom errors.

idea for how we can export for debugging: ```vyper # example: x, y and z are local variables if x > 10: raise # @error My Custom Error, @trace x,y...

meeting notes: add an example, bring up for discussion again

meeting notes: consider type parametrization as a feature of components (https://github.com/vyperlang/vyper/issues/1954)

note: consider for future VIP to expose a `scale(decimal)` builtin which returns `1 / epsilon(decimal)`. This could be useful for instance for scaling raw integers for manual implementations of fixed...

is this a dup of #2687 ?