Stefan Fisk

Results 32 issues of Stefan Fisk

For example, this attribute is being treated as if it contains the string "image": `alt={image?.alt_text}`.

bug
help wanted

Here's a minimal example, in the console one can see that the text input triggers autosubmit while the reset input clears the text input but does not trigger autosubmit. https://codepen.io/stefanfisk/pen/JjjwGdB...

confirmed

**Environment** n/a **Can you perform the test manually?** n/a **Codeception configuration file** n/a **Suite configuration file** n/a **Describe the bug** When blocking sentry.io, the page experiences severe performance issues. **Output**...

enhancement

I was just wondering if there has been any thought put into compatibility with the `--watch` mode in PostCSS-CLI? I can't say that I really understand the architecture of PostCSS,...

I know this is a large and open question for a macro based library like LCL, but are there any thoughts about adding Swift support? Right now I'm working on...

**The problem** `[data-name]` is super generic, and is fairly likely to clash with other third party libraries. When implementing Klaro, I had to refactor some internal code that was using...

### Terms - [X] I have read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) - [X] This request is not a duplicate of an existing issue - [X] This is...

enhancement

### Terms - [X] I have read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) - [X] This request is not a duplicate of an existing issue - [X] This is...

acorn

### Version 4.2.2 ### What did you expect to happen? I'd expect the following code to replace `Roots\Acorn\View\ViewServiceProvider` with `App\Providers\ViewServiceProvider`. ```php 'providers' => ServiceProvider::defaultProviders() ->replace([ Roots\Acorn\View\ViewServiceProvider::class => App\Providers\ViewServiceProvider::class, ]) ->toArray(),...

bug