Mehari Mamo

Results 13 comments of Mehari Mamo

My workaround is to replace whitespace with `underscore`, it works for tabs, newline, and **consecutive** white spaces. ```js { search:query.replace(/[\s\n\t]/g, '_') } ```

Apologies for the late reply, I think unit tests are better placed next to the file to be tested. `uvu` should find it with minor changes on the test command....

lol it's been `3 years` I don't remember any of this

Polymorphic relationships are quite common even for small applications. currently, we had to do a lot of typecasting to deal with it, if Prisma supports this it would simplify things...

+1 What is the latest workaround

+1, What is the plan? Looks like it's a bug

It's bummer how inconsistent this behavior is; it resolves the config file recursively upwards but not the ignore file

Using the rest API was my workaround see the story https://m3hari.medium.com/firebase-database-using-rest-api-3b4c8982164e

just verifying token was my use case