Mathieu Moreau

Results 298 comments of Mathieu Moreau

I have the same issue after running example on win10. I have no GPUs. ``` Original stack trace for 'save/RestoreV2': File "", line 4, in File "C:\Python37\lib\site-packages\gpt_2_simple\gpt_2.py", line 245, in...

An easy fix would be not encoding the version into exe path, same way your browser updates one exe.

What about "unseen" in filtering?

Was there a technical reason you chose .NET over C or Go? Cheers

Or here is an easy to reproduce: - fresh debian - login root - orangepi-config connect to wifi - reboot now - on reboot it only goes this far, **every...

after 20hours connecting again from serial port console I get: [76002.189086] ttyS0: 11 input overrun(s) [76003.242187] ttyS0: 11 input overrun(s) [76004.292358] ttyS0: 10 input overrun(s) [76005.317016] ttyS0: 9 input overrun(s)...

+1 Sorting result freely by column is useful for find differences ![gre](https://user-images.githubusercontent.com/4163396/153593991-ebefbe88-62d3-4bee-8c55-37412a552c84.jpg)

I have the same issue, app requires the COM port to be continuously open, I plug it directly into Pi3, without hub. No current changes during run. Any solution?

It's already in the code, just needs printing: ``` def _generate_publicaddress1(self, prefix_a, prefix_b): p = self._generate_uncompressed_pubkey(prefix_b) m = prefix_a + hash160(p).digest() ```

same on print(Wallet('KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYjgd9M7rFU73sVHnoWn')) File "C:\Python37\lib\site-packages\bitcoinaddress\address.py", line 93, in generate self.key.generate() AttributeError: 'Key' object has no attribute 'generate bitcoinaddress==0.1.5