daninus14
daninus14
Hi this more of a guidance or documentation question than an issue: How can I go about splitting large parts of a web app into modules to make it more...
Hi, not sure if this is a caveman2 question/issue/feature request of a [Clack](https://github.com/fukamachi/clack) issue. Please let me know if I should post this somewhere else. Question: Is there a way...
For reference: This is an [issue in slime as well](https://github.com/slime/slime/issues/796#issuecomment-1805249678) but it looks like the maintainer there didn't understand. The issue is that when entering the debugger, if there are...
Hi, thanks for making roswell! I've used roswell to install different 'systems' or scripts. I am currently having a problem with one of them, namely lem, which I would like...
### Description org-mode is broken for any new installs. Tried adding it for about 3 days to no avail. org-roam depends on emacsql-sqlite-builtin which for some reason is not pulled...
Is anyone actually using this? It says Work In Progress in the readme, but it has not been updated for 4 years. Does that mean it's semi-stable? Are people using...
In the docs for eager-loading [https://github.com/fukamachi/mito#eager-loading](url) I noticed that the queries are: ```LISP ;-> ;; SELECT * FROM `tweet` WHERE (`status` LIKE ?) ("%Japan%") [3 row] | MITO.DB:RETRIEVE-BY-SQL ;-> ;;...
I would like to be able to do multiple joins with mito. Right now, includes only allows for one join, but for a regular m-n relationship, where we have tables...
The extension is attempting to compile `.asd` files, which it shouldn't, as is therefore giving compile errors in the workspace when opening the system definition file. Files with that extension...
render-json fails with an unbound slot error on a table row with an optional relationship, when the row has a null value for the relationship field. The functions called are...