recursivetree
recursivetree
When the dropdown list has many suggestions, they might get longer than the rest of the page. In my case, that results in the page overflowing at the bottom. My...
### Problem When using the `Storage`(https://laravel.com/docs/6.x/filesystem) fascade provided by laravel, the current configuration stores the files in the docker container, meaning the files are lost after an update of the...
* **Problem**: The `Seat\Eveapi\Jobs\Assets\Character\Names` job fails if a single item id is invalid. All other, possibly valid ids won't get processed if this happens. The code queries the id in...
## Problem The commit added in https://github.com/DataTables/DataTablesSrc/commit/24d3cb989a447239fb2480734a456c28418cfd73 makes it so that if the `ajax.url` option is set to an empty string, no data is loaded. This is a breaking change...
This library is exactly what I'm looking for. Unfortunately, I can't use the bcmath extension in the environment I intend to use the plugin. Is is possible to add support...
**Environmental Info:** K3s Version: ``` k3s version v1.29.5+k3s1 (4e53a323) go version go1.21.9 ``` Node(s) CPU architecture, OS, and Version: ``` Linux pi-node-2 6.6.28+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22) aarch64...
This PR allows seat to refresh an access token without making an esi call, for example for tokens that only have the `publicData` scope. Since I don't want to have...
## Commit 1 The port to 6.9-rc1 on the ev3dev-bookworm branch contains a regression that causes the SD card driver to fail. This PR backports the fix. With this fix...
This is a reminder for some things that should be done when seat 6 gets released. [ ] Go through all `@deprecated` annotations and remove code that can be safely...