Donatas

Results 43 comments of Donatas

> In your case, I'm not sure you need it. I think your code would work if you make Configuration a struct rather than a trait, and included it in...

Okay, so I kind of settled with the apporach of having 2 structs, one is 0 sized for the user to implement methods that change middleware's behavior, the other struct...

Quick update: I've created a simple crate for this middleware https://crates.io/crates/thruster-rate-limit 👍

Then I have a question about custom backends, it is tricky when writing an external middleware, because different contexts have different structures, I am currently only using the hyper backend....

same here ![image](https://github.com/camdencheek/tree-sitter-dockerfile/assets/56039679/fefec2d6-4d69-4e4a-95f3-7ce3516c512e) - nvim 0.10 - i should be using everything at their latest versions

This is awesome, but why is it still draft? @yioneko you feel like its not ready yet?

Or you can have a 5 line simple autocmd with a `killall` job ```lua vim.api.nvim_create_autocmd("VimLeavePre", { callback = function() vim.fn.jobstart("killall prettierd eslint_d", { detach = true }) end, }) ```

> That is not a good idea as it'll kill all instances of prettierd regardless of whether or not it was created by the current instance of the editor. Yeah...

Hey, any progress on this? Started migrating my project to prisma and just ran into this > I don't think it's a bug, it is an expected behavior. Think of...

@janpio > would be to add `or do not ahve this relation set (= database NULL)` or something similar to the explanation, did I understand that correctly? Yes, because I...