Sam

Results 127 issues of Sam

### Are you requesting a feature, reporting a bug or asking a question? Feature ### What is the current behavior? Multiple choice question configuration happens on 2 "levels". There's the...

enhancement

I am sorry to read about the passing of the maintainer of this library. I just recently learned about this library and think it's definitely keeping alive in one form...

This removes an unmaintained dependency, replacing it with a minimal implementation of the functionality required by this library.

### Are you requesting a feature, reporting a bug or ask a question? Bug / bad UX ### What is the current behavior? ![image](https://user-images.githubusercontent.com/547021/148555221-8ed7e8d0-be95-4da0-9726-a4aca76f1368.png) This is not proper UX for...

enhancement
v2

I have code like this: ```php function(array|string $b) { if (is_array($b) || $someCondition) { return; } // Here phpstan knows that `$b` is not an array. } ``` However depending...

enhancement

We should probably update the [callmap guide](https://psalm.dev/docs/contributing/editing_callmaps/). _Originally posted by @AndrolGenhald in https://github.com/vimeo/psalm/pull/8104#issuecomment-1157737423_ - [ ] Add composer alias for `vendor/bin/phpunit tests/Internal/Codebase/InternalCallMapHandlerTest.php` - [ ] Add a technical limitation where...

I realize that the PHP sdk consists mostly of generated code, that is not what this is about. There are a lot of open issues that seem to get no...

Please add a license to the bower.json file!

Any reason why these addons are not using HA ingress? It's the primary benefit of installing them as an addon vs just installing them via docker containers..

enhancement
help wanted

I have a working implementation to write MR Sets, but this is not PR ready. Anyone interested in implementing a PR for this?