Stan Stanislaus

Results 11 issues of Stan Stanislaus

### MDN URL https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/translate3d ### What specific section or headline is this issue about? The Try It section ### What information was incorrect, unhelpful, or incomplete? The try it section...

help wanted
Content:CSS
idle

If I revert to before ee2f54f626914273f00853306c1daaf803f756cb I don't have the issues. Looping works for a bit but if the gui window is deselected it stops working in a few seconds...

I accidentally wrote `yScale.range([height - padding, padding]);` as `yScale.range([height - padding], padding);` No error was thrown and it took me a long time to figure out why my `yScale` was...

See https://github.com/reactjs/react-transition-group/tree/v1-stable#cdn--external This confused the f*** out of me. 🤬 (I'm a novice so I literally spent 4 hours today just struggling and finally figuring this out.) The React Animation...

Trying to get an actual terminal window to show and I cannot for the life of me figure it out. I've tried many variations of `"C:\Program Files\PowerShell\7\pwsh.exe" -Command "Start-Process pwsh.exe"`...

``` // eslint-disable max-lines ``` Has to be put at the very first line of the file for it to have an effect. Currently `suppress-eslint-errors` inserts it just before the...

TS parser fails on `satisfies` I used yarn resolutions to bump this library's typescript resolution to 5.5.4 which should support `satisfies` but the parser still errors out. Not sure how...

Rarely when processing a bunch of files, the ignore comment will get inserted on a bunch of extra lines in the file I wasn't able to reproduce by running on...

The font used for the commands makes O look like 0 to inexperienced users. I'm sure that 0 actually has a slash through it, but when first navigating to a...

doc-enhancement