Iris Artin

Results 21 comments of Iris Artin

Thanks; I am following that project and plan to switch to it when its Postgres support matures more, but for now here we are 🙂

When it comes to the issue of "what is in this quoted string", I think that can be addressed in a well-defined way, since a function definition is going to...

I guess I assumed that the formatter has access to enough of the AST to be able to tell when it's inside a `create function` But even so, I'd be...

My take on this is that `watch` should behave exactly the same as `run`, in the sense that the end result of running `watch foo` and then changing a file...

I just ran into this myself; I agree with the proposed fix.

So there is no way to pass TS to `tsx` on stdin? (I solved the problem for now by switching to `bun`.)

I ran into this same issue @tjmoses The problem and the solution are summarized at https://arethetypeswrong.github.io/?p=postgraphile-plugin-many-create-update-delete%401.0.7 Repro steps are 1. Create an ESM module 2. Import the package 3. Run...

@cyyynthia I am running into this myself and considering contributing code to implement a solution, but I see that no clear direction has been chosen. I understand that you want...

All great points! Thank you! Here's my proposal based on what I am hearing from you and my own thoughts: 1. Define a low-level formatting API. Its purpose would be...

Nice! What are the semantics of the `target` string in your scoped options? Specifically, how would I use them to target only the inner `a` or only the outer `a`...