flintforge

Results 15 comments of 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

![capture du 2018-06-07 06-26-11](https://user-images.githubusercontent.com/17517290/41078259-032d6b44-6a1c-11e8-8922-1e4c85888936.png)

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...