Nick
Nick
Would it be possible to remove the Buffer dependency outright. My webpack is including Buffer, but I dont use it anywhere else, I traced it to BN.js.
Hey, I love this, I'm friends with Pat. Could we chat? Here is my email: [email protected]
`ethdeploy` should warn deployers about gas usage that is too high (i.e. above the current gas block limit). ## Expected Behavior Should provide warnings about gas selection and current block...
Right now I'm using web crypto randomBytes as a source of random numbers. This is very insecure. I will be switching this out for something more complex in future. Perhaps...
Hi there, Is it possible to use this library in reverse, such that the shared key is known by the user / attacker but the delta is not? Such that,...
In react a custom component can be notated like this: ``, in hyperx you have to notate is like this ``. I would like to notate optionally closable, non-html tags...
Does not nicely handle vnode instances which are numbers, only strings. Maybe if type number => render to string.
You should benchmark your rendering against morphdom and react to see differences. I think it would be good information.
I understand we want components to be written like `button(` or `div(`.. But if we are aiming for size.. just strict policy H('div',... H('button'.... would do just fine. Considering people...