Igor Żuk

Results 81 issues of Igor Żuk

## Abstract Solidity references have limited capabilities and are sometimes tricky to use. I believe that their design needs to be improved to make the language more powerful, easier to...

When a site has little content, the footer is not on the bottom of the screen - it floats right below the content. It would be great to have the...

enhancement
status: ready to implement

### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...

T-bug
C-forge
Cmd-forge-fmt

### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...

T-bug
C-forge
Cmd-forge-fmt

### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...

T-bug
C-forge
Cmd-forge-create

Fixes #???? This PR reduces gas usage of `Strings.toString` for decimal numbers. Here are some results: ``` Input | Current | New | Gas saved -------------------------------------------------------------------------------|---------|------|----------------- 0 | 131 |...

Fixes #3490 Add sorting function for memory arrays #### PR Checklist - [x] Tests - [x] Documentation - [x] Changelog entry

**🧐 Motivation** On-chain sorting is a risky design choice, but for small data sizes it could be useful for some algorithms. I'm proposing sorting of `memory` arrays, NOT `storage` arrays,...

`canonical_url` is inserted in page when `site.url` is set, not `canonical_url`. This PR fixes that.

# Context I have application divided into sections. Every section has own logger with its name in `KV`, so log consumer can tell which section is source of entry. I...