Andréas Lundgren

Results 29 issues of Andréas Lundgren

Added a base `LunarException` class (that extends the standard `Exception` class) adding more flexibility for users. All Lunar exceptions now extend from that instead. --- Added types for method arguments...

enhancement

Right now, the `composer.lock` file is committed to the repo. This is _usually_ not done for packages, because it locks it to the PHP version of the person generating the...

maintenance

## Description This is a rather large PR, with some tweaks to both the tests and source code. However, all tests are still passing with 100% coverage. There should be...

enhancement

## Description ### .editorconfig Helps contributors by making sure their editor is behaving according to our specifications. [More info](https://editorconfig.org) ### .gitattributes Ignores repo files and tests when exporting this project....

enhancement

I would like to have the option to set the starting number as 01 and have the leading zero stay for every number 01-09. Or if I write 0001: 0001-9999.

### Package filament/tables ### Package Version v3.2.92 ### Laravel Version v11.11.1 ### Livewire Version v3.5.1 ### PHP Version PHP v8.3.8 ### Problem description ![image](https://github.com/filamentphp/filament/assets/1066486/a8b2ea4a-10f1-4a0d-9719-10d1350a6acd) If you set `->width('1%')` on an...

bug
unconfirmed
medium priority

This PR updates the dependencies listed in `monorepo-builder.php`, and runs the `monorepo-builder merge` command. **Question:** What is the benefit of having these dev dependencies defined in `monorepo-builder.php`, instead of just...

This PR moves all tests into one runner, while still running each suite separately with the help of the matrix. It runs all tests even if one matrix fails. I...

**Note:** This PR is easiest to review commit by commit. Feel free to pick and choose what you like and revert the ones you don't. The reason for removing the...

This PR adds attribute data to `ProductOption` and `ProductOptionValue`. It will be useful for storing meta data related to a **specific option** (_such as a description, or a link to...

next minor release