Igor Żuk

Results 81 issues of Igor Żuk

**Describe the bug** Running this command: ``` podman run docker.io/flyio/flyctl -t "$FLY_API_TOKEN" auth whoami ``` Fails with: ``` Error accessing home directory $HOME is not defined Error: $HOME is not...

bug

# What ❔ Fixes #802. The content of this PR hasn't been created by me, it's the cherry-picked commit [b6b351e](https://github.com/matter-labs/era-contracts/commit/b6b351ee907511100d443a8e3d2426be079000ec) by @kelemeno from branch [kl/interop](https://github.com/matter-labs/era-contracts/tree/kl/interop) that has an open PR...

external-contribution

### 🌟 Feature Request #### 📝 Description Expose MAX_TRANSACTION_GAS_LIMIT in the system contracts. #### 🤔 Rationale As of now there's no way to learn what's the maximum gas available for...

### Component Other (please describe) ### Describe the feature you would like As of now foundry-zksync conflicts with upstream foundry on the developer machine. This is fine assuming that the...

feature ➕
needs triage ♟️

## Summary It would be great if users could use globs in the "keep_files" configuration option. ## Motivation As of now the user needs to know and explicitly list every...

feature

**Explain the problem.** The documentation for `read_env` parameter of `pandoc.read` says: >If the value is not given or nil, then the global environment is used. Passing a list of filenames...

bug

I need to dynamically load markdown files referencing resources relatively. E.g. `docs/03/doc.md` references `docs/03/MEDIA/image.png` as `![](MEDIA/image.png)`. If I run `pandoc --resource-path=docs/03 docs/03/doc.md ...`, they are found just fine, but if...

enhancement
lua-filters

I stumbled upon this blog post: https://getoutofmyhead.dev/link-preview-meta-tags/ and it suggests that most SEO tags aren't really necessary because all major services are fine with using OpenGraph.

**Describe the bug** There's the `∞` title in the navigator: **To Reproduce** Create 2 pages with the same titles, but a clear parent-child relation: ```yaml --- title: 'Foo' permalink: '/foo/'...

**Is your feature request related to a problem? Please describe.** The website I'm building has some pages grouped into categories. The categories themselves have no meaningful content to display, but...

enhancement