flintforge
flintforge
Perhaps solved adding an extra span wherever :extend is true
And not to confuse with the other [fastgql](https://fastgql.io/.), whose filtering, pagination, sorting and aggregation model is fine.
Version is 20180123 now

can you provide some explanations and comment the function please ?
Partly covered in [ob-sql-session](https://github.com/flintforge/ob-sql-session). Partly because it's still missing a line between the header and the body of a result. Also psql can produce formatted ascii table on its own...
The two cases suggested in this issue — variables (:var) and arguments — e.g. header-arguments for connection — are covered by [ob-sql-session](https://github.com/flintforge/ob-sql-session). Regarding the last comment, please note that while...
Running a regexp without wildcard when interactively executing a block through babel is barely perceptible. Ob-C has the option `:main` to tell if it has to check for the presence...
PR updated to insert the main block as follows: ``` fn main() { let result = { #{script} }; println!("{:?}", result); } ``` The usage of ob-rust stays limited to...
I don't see the benefit of this. Looks like an "anti-trick" to me, that shouldn't be used. benchmark : ``` from minmaxindex import * L = [x for x in...