Michael Katz

Results 11 issues of 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:...

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...

bug

**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: ![image](https://github.com/practicajs/practica/assets/1759539/c0ae4157-3a22-45fc-95ce-c62922da1a94) Marking the text shows (almost?) everything: ![image](https://github.com/practicajs/practica/assets/1759539/008bc352-9a8a-4688-a7ce-7e92a3c11f65) OS: macOS Terminal GUI: iTerm2 Build 3.4.19 Shell: zsh Theme: ![image](https://github.com/practicajs/practica/assets/1759539/dbaff3a0-b260-4026-8665-ef0b799e6289) 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: ![dragstartdragend](https://cloud.githubusercontent.com/assets/1759539/25495296/5a883a76-2b85-11e7-9074-c1250c4fffc6.gif) It can be achieved relatively easily...

feature-request

I'd like to limit the movement of the element to a certain bound. Today, It's possible with the following code `

feature-request