NoamDev

Results 16 issues of NoamDev

Add support for windows. ### Build requirements: - windows or semi-windows with: - python 3.6.8 ### Build instructions: Pretty simple, setup.bat and build.bat are the windows equivalent of setup.sh/build.sh respectively....

enhancement
CLA: Yes

As part of MycroftAI/mycroft-core#2627, we need to have windows releases as well. Could be related: #54

Sometime certain servers can't be used to access a specific service because they are blocked there. I want to be able to connect to the fastest server, but one that...

https://github.com/glium/glium/blob/60889a20a9e78ef872eb156f17575c428a1e7464/examples/tutorial-10.rs#L57-L76 The wait until is reset before checking the event, so in case there was some event before the resume event (usually), the next frame is postponed by 1/60 seconds...

Usual solidity contracts are full of numeric flags like 64. It's inconvenient to look those up each time, but you'd want yo make sure you are not mistaken. I suggest...

enhancement

While TVM-llvm only supports i257 type, in bit fields, it still chooses types like i128. Reproduce Instructions: Contract.cpp ``` c++ struct my_bitfield{ unsigned field: 128; }; int main(){ my_bitfield c;...

Currently, msig debot checks the codehash of the multisig to make sure it's one of five specific implementations. However, when using 24 hour msig for example, you usually make the...

Right now the automation uses python2 which deprecated. Ubuntu doesn't come with python2 anymore, you have to install python2.7 and then link /bin/python -> /bin/python2.7. I suggest to port the...

getPassword in Example/android/app/build.gradle uses the command `security`. AFAIK `security` is a mac only program, and so syncing gradle with android studio failed on linux. overwriting it with some mundane value...