Kevin Upton

Results 14 issues of Kevin Upton

Hey, This is more a question, but how would a termination scenario be handled in the case for a example, the game is over and needs to be restarted ?...

Fails to compile the output when conflicting events contain multi dimensional arrays inside. ## Example Source ```solidity event BatchUpdate( address indexed operator, address[][] accounts, bytes32[] access ); event BatchUpdate( address...

bug

I have a secret file, that is my dockerconfigjson for a private repository. I am able to encode this json string no worries, and then decode it no worries manually....

This error only happens when values are destructured from a method call inside a try catch block ```solidity contract A { function runSomething(uint256 val) external { } } contract Test...

### Describe the issue: `dangerous-strict-equalities` Does not consider "else" statements or "or" statements: ### Code example to reproduce the issue: ```solidity function _safeTransfer(address token, address to, uint256 value) private {...

bug-candidate

Provide Lumen support Feel free to use this: https://github.com/kevupton/laravel-package-service-provider To support simple determination between lumen and laravel and then simple registering of alias. Just extend that service provider.

Hi I am running FTB Infinity Evolved Reloaded, with mc version 1.12, and seems that when I enter spectre dimension I cannot edit or place blocks. But as op I...

## Issue: Right now it is impossible to use the object returned by the `useQuery` in dependency arrays for react. This is because each rerender we are recreating the object...

**What version of this package are you using?** next: 13.5.6 next-translate: 2.6.2 next-translate-plugin: 2.6.2 **What operating system, Node.js, and npm version?** node -v 18.18.2 **What happened?** On the root path...

missing typings for the `dustTransfer` method I see it is in there in the JS, but it is just missing the type definition