Sam

Results 127 issues of Sam

### Are you requesting a feature, reporting a bug or ask a question? Bug ### What is the current behavior? The creator shows buttons to add "normal" options to questions...

### Are you requesting a feature, reporting a bug or ask a question? Bug ### What is the current behavior? The `onOpenFileChooser` event is not properly triggered when configuring an...

### Are you requesting a feature, reporting a bug or ask a question? Bug / feature ### What is the current behavior? Dragging an element causes the dragged element to...

enhancement

### Are you requesting a feature, reporting a bug or ask a question? Feature ### What is the current behavior? Compilation target is set to `es5` which is ancient. ###...

enhancement
user issue

The underlying library is no longer supported: ![image](https://github.com/Codeception/AspectMock/assets/547021/797180a8-b0bf-429f-bbf9-62291fc77f7d) Since no one is actively developing this I'm convinced no one will do the effort of rewriting it to use the referenced...

It seems advanced configuration is not easy to get going. According to PHPstan docs you shouldn't use extension installer when not wanting all rules of an extension. I tried both...

The mailpanel currently writes message files directly to the file storage. It then only stores the filename in the request data as part of its return value to `save()`. This...

type:enhancement

The packages on NPM do not include the source, this makes it hard to use them in frontend projects!

I'm seeing some weird results in code coverage for match statements: ![image](https://user-images.githubusercontent.com/547021/169037624-680d195a-ee69-433f-a4d1-189eb3c3766e.png) Note that this sample code is intentionally broken so that we're 100% sure that PHP is not executing...

After reviewing #85 (good work keep it going!) I thought of a different approach to code coverage that might work cleanly as well. The idea: 1. Before a test starts,...