mudrz

Results 7 issues of mudrz

Great project! I was curious if there is already an option I missed or something planned for allowing tracking of metrics? They seem to be tightly related to logging, so...

🎓 study

https://github.com/sheerun/vim-polyglot is a popular repo for getting all languages support (so that you don't install each lsp individually) should this be added to the list to make it simpler for...

When creating a table, this works: ```ocaml [%rapper execute {sql| CREATE TABLE my_table ( ... ) |sql}] ``` but this: ```ocaml let table_name = "my_table" [%rapper execute {sql| CREATE TABLE...

I'm trying to insert multiple values in a table Inserting a single value works: ```ocaml type my_thing = { a: int; b: string } let insert_my_thing = [%rapper execute {sql|...

VS Code When writing `switch` statements, pipes are inserted on every new line However I for example don't use auto bracket closing, which means that to close brackets I need...

Currently doing a `WHERE` with multiple lists is not supported - it fails with error: ``` The query contains multiple lists. Multiple lists are not supported ``` Just curious -...

## Desired Behavior From https://discuss.ocaml.org/t/dune-exec-dune-build-running-in-the-same-project-web-server-melange/13409 A full stack OCaml project with [melange](https://melange.re/) has a server and a react app: ``` dune-project my_server my_react_app ``` It would be nice to start...

feature-request
exec-watch