Paweł Urbanek

Results 6 issues of Paweł Urbanek

I'm adding the issue as placeholder to not to forget the idea and gather feedback. I'd like to add a way to automatically check the health of your database based...

Hello. Probably I am doing something wrong but I cannot save changes to my database. Neither edit nor add new objects. I don't have any database validations in place. I...

This PR prevents unneeded error log which occurs when `npm` or `yarn` executables are missing (or misconfigured) in the system. Before: After:

I'm adding the issue as placeholder to not to forget the idea and gather feedback. I'd like to add a way to automatically check the health of your database based...

This PR enables optimizer for Yul and also fixes issue from https://github.com/CodeForcer/foundry-yul/pull/2 . I'm seeing ~40% bytecode size reduction with optimization enabled on my test project https://github.com/pawurb/yul721 ``` solc --strict-assembly...

Hi. Trying to build project with rustc 1.77.1 and `tokio` feature enabled outputs multiple compile errors. ``` --> /Users/pablo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs:60:12 error[E0308]: mismatched types --> /Users/pablo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cacache-13.0.0/src/get.rs:46:9 | 45 | ) -> Poll...

bug
help wanted
good first issue