mindok
mindok
**Describe the bug** The `references` config block containing a `polymorphic_on_delete :delete` setting is on the "unexpected" side of the relationship between a resource and a polymorphic resource. If it is...
Dataset creation isn't get as straightforward as it could be, so generate example Dataset creation code with the rest of the Barchart creation code.
FTP library does not currently support directory delete so a directory delete deployment command is ignored.
Currently a very naive approach is used to check whether to skip/ignore files and directories.
Currently sourceDir and deployRecordDir are only tested with absolute paths.
Add an option to LinePlot for markers. type: circle, square, diamond, triangle (default to cycle through these in order for each series) size: (with SVG it’s all relative, but figure...
Currently Contex.ContinuousLinearScale doesn't do anything - see #64
Documentation for preparing data for use in the charts isn't clear. Update to show full use cases, and also to discuss mapping system
As per OWASP recommendations (https://owasp.org/Top10/A09_2021-Security_Logging_and_Monitoring_Failures/) there should be sufficient hooks around logins (success & failure), token access, logout and password changes to allow capture and logging of these events. The...
Nice library thanks! Have you thought about implementing "rowspan" in tables? Example: ```html Top left Whole right Bottom left ``` I would imagine `RenderTable` gets quite a bit more complicated...