Ronan Sandford

Results 90 issues of Ronan Sandford

Currently scribble is designed to be used from cli to make it easier to write tool around scribble, it would be great if we could execute it programmatically from js....

enhancement

Would be cool if g2 supported gradient fill

Currently if a sound file (converted automatically as part of kha) happen to be not supported (currently happen on safari ios) kha thrown an error. see : https://github.com/Kode/Kha/blob/bbe457bab53abec65e467525e0bf153009798fb5/Backends/HTML5/kha/js/MobileWebAudioSound.hx#L37 It should...

When calling System.init, kha allows us to set options Kha also allow us to set options via the khafile Since the options sometime refers to the same thing (like width...

Hi, built a small app using the template here : https://github.com/sunderjs/sunder-worker-template And I get this error when doing `wrangler publish` ``` Error: Something went wrong with the request to Cloudflare......

Getting MaxBufferError: stdout maxBuffer exceeded not sure what caused this. it used to work. you can see the failure here : https://github.com/thesandboxgame/sandbox-smart-contracts/runs/1643040725?check_suite_focus=true Is codecheck running out of memory. any way...

Here is a nodejs script that i execute via node script.js ``` javascript var Web3 = require('web3'); var web3 = new Web3(); var EtherSim = require('ethersim'); var sim = new...

**🧐 Motivation** Currently Ownable force you to set the initial owner to be the msg sender. This brings a dependence on the account that deploy the contract, which is often...

breaking change

[EIP-165](http://eips.ethereum.org/EIPS/eip-165) stipulate that ```supportsInterface``` can use up to 30,000 gas. But as you can see in openzeppelin implementation [here](https://github.com/OpenZeppelin/openzeppelin-solidity/blob/fa004a7f5de572b3dbcde1a8a81f9a87e353e799/contracts/introspection/ERC165Checker.sol#L110-L119), the call is executed without making sure 30,000 gas is indeed...

bug
contracts

### Ethers Version 5.7.0 ### Search Terms asm,browser ### Describe the Problem I am using vitejs.dev/ and I get this error when using @ethersproject/asm in browser : ``` client-manifest.js?t=1663412740209:14 ReferenceError:...

investigate