Ray Foss
Ray Foss
If you run into this while trying to run NeDB in browser with webpack but don't see IndexedDB in the Dev tools... close the browser tab and open it again......
> Why use / instead of , though? These two have similar meaning: - For Angular/React/Vue clients. - For Angular, React, Vue or other clients. The less traditional grammar encourages...
> I'd love to see support for neDB as well. I have a big project heavily reliant on NeDB... I'm going to try switching it to feathers-yaml . Is there...
> This would also mean promoting a better separation between services and database adapters. @marshallswain started a standalone project for the database adapters where they can be used with basically...
> this appears to be _a lot_ more complicated than just adding the ESM build. I've done it a million times and it's well charted road. It's hard to say...
Another workaround would be to load from ./node_modules/ directly. You can go as far as to use subpath exports to make it easier to do this in several files. @daffl...
the only difference I get comparing php 7 with php 5.6 is with NewLine. I don't see control characters anywhere.  PHP 7.0.15 ``` $ phpunit DumpTest.php...
This was solved sometime in the last five years... Closing
Given the racy nature of Pagination and variables like Mongo's estimatedTotalCount... @fratzinger Could we put this into an experimental labs export? Kinda like this, example, where DataTables API is in...
This package uses micro match. You probably meant to use `vite/plugins/**/*.js`