Adam Smielewski

Results 8 issues of Adam Smielewski

### Summary The sidebar has a reduced height by the size of the header as if originally intended to not cover it, however it lacks a margin and has the...

needs-triage

Ping me when it's possible. As a side note, localization was the only blocker for me choosing sveltia over decap since your ui is superior and the deepl integration is...

l10n

### What minimal example or steps are needed to reproduce the bug? I'm writing a custom syntax to lint inline styles of angular components. The issue I run into one...

status: needs discussion

- [x] This is a bug report - [ ] This is a feature request - [x] I searched existing issues before opening this one ### Expected behavior The following...

bug
rule

I'm reading this repo for inspiration on my own stylelint config and it seems the [link](https://github.com/primer/stylelint-config/blob/main/property-order.js) to the properties order does not work because it has been removed in #520....

### What should be improved? I use font sizing with the golden ratio multipliers for convenience. It's a pure function and I'd like to reduce it like the calc function...

enhancement

### Contributing guidelines - [x] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [x] ... the documentation does not mention...

area/bake

As I've recently discovered: > using `visible` for either `overflow-x` or `overflow-y` and something other than `visible` for the other, the `visible` value is interpreted as `auto` [source](https://stackoverflow.com/questions/6421966/css-overflow-x-visible-and-overflow-y-hidden-causing-scrollbar-issue) This is...