Lefteris Karapetsas
Lefteris Karapetsas
@Emiller88 Sorry for the very late reply. I don't have any pointers on truffle as I have not used it much myself. For emacs lisp you can check any tutorial...
Hello @asymmetric. I don't really know how spacemacs works. Have you properly loaded `solidity-flycheck.el` and is `solidity-flycheck-solc-checker-active` set to `t` as per the [configuration guide](https://github.com/ethereum/emacs-solidity#optional-flycheck-interface)?
Hey @MaxWMcKinley Thanks for using solidity mode. I reproduced your problem and it's a misconfiguration that's easily fixable. In order for settings to a package like `solidity-mode` to take effect...
>I assume the struct issue is somehow related to c-mode or cc-mode that solidity-mode derives from. Hey @hrkrshnn yes this is definitely due to the inheritance from c-mode. > Any...
Would either @coventry or you @TurtleHive like to make a PR for this? Would be cool to have it inside the upstream of the package.
Hey @pseohy I am not using irony myself which is why I have not seen this. The warning appears to be harmless. You can even make it go away by...
Thank you guys for the explanation. I am trying to apply the required changes but have a problem. I can run `(el-get-elpa-build-local-recipes)` locally and then I have an `elpa` directory...
So right now there is 2 solutions to make this work with el-get properly: 1. Easiest, but hacky way: Create an el-get recipe for compat and all other packages that...
As discussed this really sounds like a geth bug. It really should be reported upstream.
> From our own testing, we can confirm that importing a JSON wallet still _works_, it just takes an extremely long time to complete, probably somewhere in the 5-20 minute...