Meier Lukas
Meier Lukas
### What package has an issue @mantine/spotlight ### Describe the bug When using spotlight-provider with closeOnActionTrigger set to false and defining actions with onTrigger the closeSpotlight function is not working....
### Description Like in previous versions present we should consider readding the import and export functionallity of configurations for boards. This is especially useful to create backups and reapply them...
### Description We should migrate away from yarn and use pnpm instead. It does not download the node_modules for every project rather uses existing files in local cache. So it...
We (the core team) are currently working on a complete overhaul of Homarr. We are rewriting the entire application and have already done some necessary work. As we are focussing...
### Category > Version change ### Overview > Increased version to 0.15.3, this should be used to create a new release once the related pull requests are merged ### Pull...

Implementing issue #3073 to support Utf8 Extension This pull request - Adds a new `emailUtf8` string validator to validate strings to match the [UTF8SMTP Extension](https://www.rfc-editor.org/rfc/rfc5336#section-3.2) - Adds check to `isEmail`...
Resolves #716 ---- ### Before the change? * Unable to return *no value* without tricks like `return map.get(key) ?? ""` or `return map.get(key) as unknown as string` ### After the...
### What happened? It's currently not possible to use a custom cache that returns no value, because there might be no value yet stored for the key. The return type...
Hey, hope you are doing well. We use this library for our open source dashboard project Homarr and one of the features we need, is to customize the axios instance...