Alf Lervåg
Alf Lervåg
This has been implemented in #52 which has been merge. It's available in master and will be included in release 0.3.5.
It is unfortunate that this doesn't work with ob-restclient. The reason we use `begin_src` instead of `begin_example` is that we usually know the major mode of the result. `org-open-at-point` calls...
I'm not able to reproduce this. Have you changed `org-babel-default-header-args:restclient`? If so, what are you using?
Seems this is reproducible if we introduce hooks as per #19.
We currently don’t support extra arguments to jq. I see how this can be useful, so I’ll accept a pull request for this. I might implement it myself later, but...
Thank you, I haven’t had time to follow up. Will get back to you if/when this gets relevant again.
Initially I assumed this was impossible to implement in a general way, but based on [your recent blog post](https://blog.jooq.org/the-many-ways-to-return-data-from-sql-dml/) I get my hopes up. Looking again, I see that I...
It’s not too painful to work around, so I’ll leave it for now. I might pick it up again in the future.
This seems related to https://github.com/oracle/docker-images/issues/2334
Buildkit does not seem to support cgroups, however building images without buildkit does not support secrets. For now we'll manage without secrets, but it would be nice if you could...