xxx
xxx
will look at the test failures and fix them
Hi @vgao1996, I have updated this PR, pls review again. Now the hardhat plugin focus on Ethereum architecture only. And I tried to add unit test for this plugin beside...
Another possible is to use GHCi debugger. https://downloads.haskell.org/~ghc/7.8.2/docs/html/users_guide/ghci-debugger.html https://github.com/atom-haskell/haskell-debug
The 1st version of the icon is finished, I will push the original svg file to this repo ASAP if anyone want to improve it.  There are three main...
@rikvdkleij Since every logo in [JetBrains products](https://www.jetbrains.com/products.html) has a black square and white letter inside, so I think we should match this style. Users will recognize this is an IntelliJ...
@chances Yes, but we may leave the `what's new` section first 😅
the code style of bfx-hf-indicators is not that ugly but it just uses the incremental way to do all the calculations for the sake of eliminating list operation overhead. along...
so we can implement the `let rec` first? https://github.com/zjhmale/DHM/blob/master/src/hm/algw.clj#L139-L145 then the recursive function definition will be ```rust pub rec fn fibonacci(n) { case n { 0 | 1 -> 1...
hmm, so which part of type inference for recursion should we improve? I can not find any clue in the elixir forum thread.
no worries will keep an eye on this issue then :)