phiresky

Results 402 comments of phiresky

I think this same issue is causing https://github.com/phiresky/ts-typed-sql to not work in TS 3.8.3 :(

Hey @AnyhowStep that looks amazing! I'll definitely try this out next time i need to do something with sqlite in TypeScript! Regarding the playground, is there a method to get...

Nice. Thanks again for your awesome work. The throwIfNull thing is pretty interesting. Weird that there's no way to do that "cleanly" in most PostgreSQL and SQLite, they both have...

> , or any other git tool at this time I just want to say that it is (somewhat) possible with `subtree` by doing it in two steps: First extracting...

I've fixed the ~200 errors that appear with the default settings of mypy. Strict mode is off in mypy. Enabling strict mode yields 1000 more errors, mostly due to missing...

My suggestion would be to implement this via the postgresql full text search or trigram search module. Both are somewhat supported via django functionality. The django docs are here: https://docs.djangoproject.com/en/4.2/ref/contrib/postgres/search/...

Ok so before I implement a proper solution I have two questions: 1. Should the search field search the content in a specific language (the current user-selected one) or in...

relevant issue: #1119

Sure, makes sense. > and how hard would it be? Should be pretty easy, pretty much just have to define the function as a JS function (with a configurable frequency,...

Please either base these changes on #4623 or wait for that to finish. I've made refactorings in there and all of this will double that work because it's basically the...