Torbjørn Lindahl
Torbjørn Lindahl
It seems postgresql schemas get the same name for all constraints for a table (which obviously won't work) I tried setting up a simple table with a `id` auto_increment primary...
Would it be feasible to also have an `ikeep`, that would be to `keep` what `imap` is to `map`. ```r my_numbers % ikeep( ~ .x > 20 | .y %in%...
There seems to be only two variants of `slurp_all` type of operations, either: 1. fetch an array ref with `row as arrayref` or.. 2. fetch a hashref, with key column...
Just wondering, could this be used to easily edit data in the database? For example the cell data view could support an edit action that would allow content to be...
I can bring up the tile selector, and set up tiles, but i can't seem to "make it so" when my selection is done. It seems to depend on what...
complete test file that demonstates errors when dates are in PK for many_to_many relations with Repeatable type
If I use any of the two application switchers (Application Switcher and Static A. S. in ccsm), _and_ I have a windows that plays video, compiz hangs at 100% cpu...
In our work we find ourselves (due to git submodules) needing to temporarily changing here() root when sourcing files. Would a `local_here( "/now/here", r_expression )` make sense? (and have r_expression...