Michael Katz
Michael Katz
In the following [example](https://transform.now.sh/css-to-emotion/), the transformer demonstrates the following rule: ``` .alert-dismissible .close { position: relative; top: -0.75rem; right: -1.25rem; padding: 0.75rem 1.25rem; color: inherit; } ``` being converted into:...
[BUG] calling the root session after attaching another one from it makes zellij collapse on itself
Unfortunately zellij --debug didn't create any logs for me at the specified location (i.e in the tmp dir). **Basic information** `zellij --version`: 0.36.0 `stty size`: 88 133 `uname -av` or...
**Is your feature request related to a problem? Please describe.** When running tests against image snapshots, I often come across discrepancies that stem from animated parts being in different phases....
In other generators, you can run something like: `$ whatever generate componentA componentB componentC` While trying to achieve this with plop, I got the following solution: ```js const page =...
This PR aligns the versions of nodejs throughout the project (.nvmrc/Dockerfile) Issue: https://github.com/practicajs/practica/issues/273
This adjusts the colors for various terminal themes Note: You can't win them all, but this will work for all common use cases (and most themes) see video below: https://github.com/practicajs/practica/assets/1759539/cf1a52d0-9d5c-455f-9c2f-cdc7c3e14d78...
Running interactive mode on a dark terminal shows the following:  Marking the text shows (almost?) everything:  OS: macOS Terminal GUI: iTerm2 Build 3.4.19 Shell: zsh Theme:  Any...
Before submitting the PR, should we consider bumping the image version to 18.16 (LTS)? or should we pull `.nvmrc`s version down? (I prefer the former).
I'd like to disable certain behaviors when an element is dragged, for instance, scrolling sideways which is being handled by a different component:  It can be achieved relatively easily...
I'd like to limit the movement of the element to a certain bound. Today, It's possible with the following code `