depeele
depeele
We're using the megaraid controller.
+1 for a fixed header and scrollable table body.
My bad with the `var b = $scope.Bitems[bdex]` Thanks for the work-around! When I first noticed the issued, I did see only the first row being properly filled. With a...
Is there any new information on how exactly you properly close? My interest is the proper way to close a database cleanly, leaving data intact. I need this for two...
The following code, placed at [line 349 of lib/cursor.js](https://github.com/Ivshti/linvodb3/blob/6952de376e4761167cb0f9c29342d16d675874bf/lib/cursor.js#L349) solves the error issues: ``` if (! task.db.store.isOpen()) return cb(); ``` I'm not familiar enough with the code to know if...
> Check if any types / docs needs to be updated. OK. I've update: - the `Key` type in src/hooks/use-input.ts to include the new `name` field; - documentation for the...
I've also added a comment to a related `flowbite-datepicker` issue [#41](https://github.com/themesberg/flowbite-datepicker/issues/41#issuecomment-2305210965) recommending the `typeof document` solution.
@zoltanszogyenyi : This approach does NOT resolve the issue I have reported. I believe this issue should be reopened because my problem has not been resolved. Below are the details...
This entire issue seems related to [pull request 907](https://github.com/themesberg/flowbite/pull/907)
Prior to flowbite 2.4.0, flowbite-datepicker was included via a plugin that only included a portion of flowbite-datepicker in the final, minimized flowbite.min.js. Starting with flowbite 2.4.0, the entire flowbite-datepicker package...