Stephan Casas

Results 8 issues of Stephan Casas

Hello, Firstly, thank you for this amazing tool. CodeSwing is a part of my daily development workflow. I use it all the time — especially when building-up Tailwind components and...

- Laravel Version: 9.19 - PHP Version: 8.0.2 ### Description: Given the following `.env`... ```plaintext APP_NAME=Laravel APP_KEY= ... ``` ... `artisan key:generate` will yield... ```plaintext APP_NAME=Laravel APP_KEY=base64:133eb1bde70e4ba388bdf74e4ac95cbd= ``` This includes...

If cell data contains a trailing whitespace character, four (4) additional newline chars will be appended to the text node inside of the `dt-cell__content` div. This can cause the `text-overflow:...

Is there any reason why the user needs to be specified in the entrypoint? I could not get this running in Docker Desktop without overriding, dropping the `-u` flag, and...

To handle custom URL schemes registered with `lsregister`, JXA applications should declare the function `GURLGURL` (as in *"get URL"*). The function should accept one argument — the prefixed URL as...

Slot-provided and attribute-provided options passed to `Select` (``) may fail to refresh/redraw if more than one of `Select`'s properties is updated during Livewire's lifecycle. Consider the following: StyleEditor.php ```php class...

Hold on

Howdy! Thanks for sharing your shortcuts! I got them up and running with no trouble. To match the colour-scheme of my system, I made some "dark mode" icons and thought...

Custom WireUi styles are lost during application update/asset refreshment: In the image above, the checkbox component is un-styled and the padding of the input elements has been lost.