Philippe Dumonet

Results 47 issues of Philippe Dumonet

accelgyro.testConnection() seems to return false but my GY-521 break out board seems to be connected properly and later when running accelgyro.getMotion6(&ax, &ay, &az, &gx, &gy, &gz); it seems to read...

It's a bit frustrating not knowing when new changes have been recompiled. Some sort of message in vim after a newly written .java file has been successfully compiled would be...

## Expected behavior 1.1 Naming parameters as native solidity datatypes should lead to an error 1.2 A lack of a comma in a function definition should not lead to following...

I get this warning in the console when trying to connect to metamask in my react (next.js) app using `activateBrowserWallet` indirectly. The way I'm doing this is via a custom...

need-more-info

**Problem** Currently it is not possible to change the `msg.sender` (op: `caller`) of the create transaction for Huff contracts, when using `HuffConfig` / `HuffDeployer`. This is necessary when testing contracts...

enhancement

@openzeppelin-test-environment version: 0.1.6 truffle version: 5.1.13 Steps to reproduce: 1. `mkdir test-project; cd test-project` 2. `truffle unbox metacoin` 3. `truffle test` => tests succeeds 4. Follow migrate instructions (https://docs.openzeppelin.com/test-environment/0.1/migrating-from-truffle): 4.1....

Enabling relative line numbers leads to the editor becoming quite laggy and massive delays when scrolling up and down in vim mode. OS: Ubuntu 22 Obsidian Version: 0.15.9

### Describe the bug A malicious/compromised `owner` of the `PoolManager` contract could set a `protocolFeeController` via the `setProtocolFeeController` method such that `PoolManager.initialize` always reverts, making it impossible to create new...

bug

### Problem When I change the background using e.g. `:lua vim.o.background = 'light'` it triggers an error originating from the `indent-blankline` plugin, how do I fix? Specifically the error looks...

bug

Currently the leading zero counting logic has a bug that if an address starts with a non-zero byte but has subsequent zero-bytes e.g. `0xaf0000b3...` the logic will essentially skip the...