Léon Gersen

Results 53 comments of Léon Gersen

I'm not sure what you are trying to do, but if you are looking to have to handles in one slider with a connecting part, have a look [at the...

This type of template literal is supported from TypeScript 4.4 and was added as the type for the key in `Range` in #1218. I'm looking into what I can do...

What option would work for your use case? We could add an option to provide labels for handles. For reference: https://www.w3.org/WAI/ARIA/apg/patterns/slider/#wai-aria-roles-states-and-properties-17

I ran into this too when upgrading, upgrading the protobuf extension is the fix here. Maybe the SDK can check the minimum required version of the extension? `"google/protobuf": "^3.21.5"` is...

The issue seems to be whether/when the file gets loaded. `ExampleCommand.php` is analysed in: ``` InvalidArgumentDefaultValueRuleTest InvalidOptionDefaultValueRuleTest ``` and loaded *and* analysed in: ``` UndefinedArgumentRuleTest UndefinedOptionRuleTest ``` If I disable...

I can resolve this issue and run all tests by forcing the file to load properly in `tests/bootstrap.php` (`require_once __DIR__ . '/Rules/Symfony/ExampleCommand.php';`). I then run into the next loading issue...

If I use the same bootstrap file for PHPStan, and force loading of `SelfDescribing`, I can resolve the second issue as well. ``` bootstrapFiles: - tests/bootstrap.php ``` ``` require_once __DIR__...

There are ~~two~~ multiple autoloaders registring, the regular one for phpstan-symfony, and the one from `phpstan.phar` (with `phar:///...` paths in it's classmap). It seems to me like the latter should...

Thanks for the feedback! I've updated the docs to mention having PHP installed, and I've changed the used port to `:8080` to make things easier.

This could be implemented in code outside the slider. I think this'd be a feature with a lot of preferences and alternate wishes, so adding it within noUiSlider doesn't seem...