Patrick Stürmlinger
Patrick Stürmlinger
How can I send you a history in private? Tried sending you a Twitter message already but seems like you have disabled it.
As a workaround I tidy up the DOM manually. ``` croppie.destroy(); let wrapper = document.getElementById('image-wrapper') let image = document.querySelector('#image-wrapper > div > img') let orphan = document.querySelector('#image-wrapper > div') wrapper.insertBefore(image,...
I'm working with @tbruecke on this and just wanted to step in and pop this PR up for @WadeBarnes . What are your thoughts on this? Our Cloud Department is...
I think #1733 is a step in the right direction and will help to mitigate this issue in production. However, if we are talking about development, testing, demos etc. where...
Hello, I want to take the opportunity to propose a change in the allowed values of the `signer_goal_code` field and associated behavior. **Motivation** Currently, it seems like the goal code...
`solidity_flattener --solc-paths="--allow-paths a=b,c=d,"` This produces a `unrecognised option '--allow-paths a=b,c=d,'`
Thanks @tmarkovski. I tried it again with Libindy `1.15` but got the same error.
It's a Windows 10 64bit. With locale de-DE. I tried it at a Ubuntu with en-US locale and it indeed worked!
I should better read the README and not only docs. In the sparsehash folder: ``` ./configure make install ```
Change line 39 from ``` return getattr(self, method_name)(self._build_eval_list(method_name, args)) ``` to ``` return getattr(self, method_name)(*self._build_eval_list(method_name, args)) ``` Change the nonce-lines as LeeT suggested and you should be well.