Tomáš Znamenáček

Results 87 issues of Tomáš Znamenáček

The `KKGridViewCell` references images that are not present in the bundle (such as `UIPreferencesWhiteCheck`). Is this a known issue?

Bug

The demand for mutation support is obvious (#6, #25). I was trying to stick to immutability, but if people need to patch a JSON value, the `foo["bar"] = baz` syntax...

Running tests through Docker: docker run --rm --volume "$(pwd):/package" --workdir "/package" swift:4.2 /bin/bash -c "swift test" - [ ] Make `swift test --generate-linuxmain` a part of the build process so...

See PR #108 for the original hint. We say that “…most shortcuts can be changed in the Keyboard & Mouse panel in System Preferences”, but the correct path should be...

Formatting a shortcut (ie. producing a string description of its modifiers or keys) should be refactored into a standalone clas. This will give use options (`⌘^` or `Command-Control`, uppercase or...

Test case: Using the US keyboard layout, assign the `^2` shortcut to a menu item and switch to the Czech keyboard layout. Now trying to record a `^ě` shortcut will...

We use Tailwind in our project, and Tailwind’s reset styles set all `box-sizing` to `border-box`. This breaks the gradient, so I have added an explicit instruction to use `content-box` sizing...

Hi! I have a custom higher-order decoder that used to type fine in previous versions (1.0.6) and I can‘t get it working with 1.0.11: ```typescript async function fetchQuery( query: Query,...

Máme řadu rezerv v přístupnosti a klávesnicové navigaci, viz výborné postřehy od Petra [ve Slacku](https://cesko-digital.slack.com/archives/CHG9NA23D/p1715769108379819?thread_ts=1715669518.470189&cid=CHG9NA23D).

accessibility

Z historických důvodů máme data pro aplikaci roztahaná do dvou databázi, Volunteer Management (tabulky User Profiles a Slack Users) a Web (tabulky Projects, Project Links, Events, Opportunities, …). Nedává to...

tech