Fiona
Fiona
On systems that don't use LF instead of CRLF for newlines the current `clean_data` function in `src/External/lpsolve/main.js` doesn't correctly split lines.
Hi :slightly_smiling_face: :wave:, when browsing [node-postgres.com/features/queries](https://node-postgres.com/features/queries) I noticed that the link to the types API a the bottom of the page appears to be broken. It seemed likely that the...
As noted in [this discussion](https://github.com/sergiodxa/remix-auth-oauth2/pull/108#discussion_r1705105531) it seems possible to drop the dependency on `@oslojs/crypto` in favour of using [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto). The main argument towards this would be to reduce the number...
Hey 👋 so I'm enjoying use of both: ladle and [date-fns](https://date-fns.org/). And this leads me to a situation where I'm using date-fns `isValid` and `isDate` to check some data. In...