Dominator008

Results 21 comments of Dominator008

Try putting `unset PROMPT_COMMAND` at the beginning of your `.bash_profile`.

Yeah, will need to check TVL for each DeFi strategy Layer2.finance talks to and sum them up. Will an http endpoint that returns the TVL work?

This is more of a frontend issue but thank you for your feedback. We will consider improving the landing experience.

Looks like your transaction did go through eventually. It was probably sent when the Ethereum mainnet was a bit congested and the average gas price was higher than the number...

I think this is closed by https://github.com/google/closure-compiler/commit/3734b26b1215693d5c46636d91b7a5bb2715f690.

This is something related to the Closure Compiler, not Closure Library. Can you report to https://github.com/google/closure-compiler instead? Thanks!

Technically the compiler is doing the right thing. According to https://developers.google.com/closure/compiler/docs/js-for-compiler, `@define`s are only allowed in the global scope. The meaning of `@define` in a "module scope" is a bit...

@MatrixFrog It's nice that we have the runtime tests open sourced.

@MatrixFrog Eventually we should switch the external build system to Bazel and use https://github.com/bazelbuild/rules_closure for them.

Currently, WHITESPACE_ONLY will still perform the transpilation, but it won't inject the ES6 runtime library in which $jscomp is defined.