daninus14
daninus14
not currently working, this is just a draft
When debugging the when a condition stops the process and we have access to the stack, we can press in slime 'e' or 'd' (iirc) to evaluate an expression. However,...
Source: https://github.com/copyleft/calendar-times It deals with dates, built on top of local-time
For multiple database connectors to do migrations with multiple statements, including `cl-dbi`, the statements must be separated by `--;;` on a new line. This change provides a way to provide...
This is causing issues for me with compute-effective-slot-definition here https://github.com/sbcl/sbcl/blob/master/src/pcl/std-class.lisp#L1278 See https://github.com/fukamachi/mito/discussions/154 for more details.
When a `:date` `col-type` is inflated, a `local-time` timestamp is returned instead of either just the string value of the date or an object representing a date. See here: https://github.com/fukamachi/mito/blob/c337a17bc9ff6dc0ea9017601d829aab99ec5e2e/src/core/dao/column.lisp#L79...
TODO: Executing Generated Migration Files docs
Adding a new plugin, and documenting all of available ones
### Discussed in https://github.com/fukamachi/mito/discussions/154 Originally posted by **daninus14** October 31, 2024 Hi, In the code for `initialize-instance` here (copied below for convenience): https://github.com/fukamachi/mito/blob/9a2f926153aeac097498f6f3047095e77c8c1e5e/src/core/class/column.lisp#L73 ```common-lisp (defmethod initialize-instance :around ((class table-column-class) &rest...
Conditions work pretty much just like classes with their own quirks like accessors: https://lisp-docs.github.io/cl-language-reference/chap-9/j-c-dictionary/condition_condition-type They do not seem to be serialized by jzon. Can this feature be added? I think...