Augustin Villetard

Results 6 issues of Augustin Villetard

## Pull Request type Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) -...

### **Is your feature request related to a problem? Please describe.** The starknet plugin package needs a few fix/features especially in the `/src/providers` folder e.g.: https://github.com/elizaOS/eliza/blob/ea9d1c02291dea26b25c815be30db5c91e6ceb21/packages/plugin-starknet/src/providers/trustScoreProvider.ts#L22 Importing a non existent...

enhancement

Hi @smoelius! I've researched on my own about how to filter out the false positives we are encountering(#1536) consisting of: - Complex URL schemas - Paths for demonstration, starting with...

Relevant issue #1533 This test ensures that all lints defined in the "general" and "supplementary" folders are actually registered in the corresponding src/lib.rs file. The process is as follows: 1....

I think I've successfully implemented the WASM binding for the RISC0 constants and updated the TypeScript code to use it. However, I'm unsure about the correct approach for the Python...

Hello, This PR fixes a mismatch between the fmt module's exercise instructions and expected output. Thanks for the great interactive tutorial, it got me up to speed with go's syntax.