Matus Goljer

Results 278 issues of Matus Goljer

I'm having really odd issues with some built-in functions, such as `newline` complaining about invalid number of arguments and such. ``` Traceback (most recent call last): (progn (let ((wconfig (current-window-configuration)))...

This is continuation of #63 I've extracted the function @FrancisMurillo wrote and changed some of the operations to Emacs primitives so it's faster and then applied it to the `f--uniquify`...

``` (f-parent "/foo/bar/baz") ;; => "/foo/bar" (f-parent "foo/bar/baz") ;; => "foo/bar/" ``` I find the kind of "reverse symmetry" pretty funny :D Anyway, this also breaks `f-common-parent`. I tried wrapping...

Let's put a two second cap on the parser so that emacs don't hang forever in a buffer with exceptionally large sexp.

enhancement
scope:performance
scope:annoying

Currently the `check` verb ends on the first error. Is there a way to print all invalid lines or at least configure it so that it prints a specific amount...

feature-request

It seems like it could be used for backups, but how does it work in detail? Won't it blow up exponentially if I have lots of files? How can I...

Hey @dnephin! Just an FYI, I started a project https://github.com/Fuco1/waypoint-plugin-dobi to make a builder plugin for [HashiCorp Waypoint](https://www.waypointproject.io/) utilizing dobi to build docker images. It's a very early stage project...

Currently it seems it only pulls one tag. Is this intentional? I have a bunch of tags for caching purposes and before build I need to pull all of them.

I have an image definition with both `pull` and `context`. This seems to work fine so long as I use `dobi img:pull` or `dobi img:build` on the CLI. However having...

kind/enhancement

Similar to `job:run` we could have `compose:run` which would use `docker-compose run` instead of `docker run`. This allows to share service definition (volumes, dependencies...) with the compose file.