Matus Goljer

Results 262 issues of Matus Goljer

I was trying to do something like this: for each spec set a dynamic variable to a test mock value. I can't use `before-each` and `setq` because that would modify...

Alternatively, `buttercup-define-matcher` could. The problem I see with this is that people often won't even load buttercup in their emacs where they write the code, so the forms won't evaluate....

enhancement

When I do `C-h v :to-equal` I get: ``` :to-be's value is :to-be Documentation: Not documented as a variable. ``` We can add documentation using ``` elisp (put :to-equal 'variable-documentation...

enhancement

Hi. While I was implementing the mock-file system I wrote tests for it, obviously using buttercup itself. I wrote new matchers which I think might be quite useful in general...

enhancement

I'm using a remote host `mycompany.github.com` which is set in my ssh config to resolve to github.com: ``` Host mycompany.github.com HostName github.com # User git IdentityFile ~/.ssh/id_rsa_mycompany IdentitiesOnly yes ```...

In my typical daily agenda I have about 10-15 items in the time grid throughout the day. It would be nice to hide those which have the end hour in...

enhancement

A brief look through the codebase reveals that here we are using a lot of high-level commands to do the matching. Org mode on the other hand constructs regular expressions...

discussion

I use babel to translate jsx syntax into my own custom components not React (you can do this by including a pragma such as `/** @jsx generate */` at the...

In ag.el I can `C-u` on a search that gives me the command line to edit and I can manually add -z. I kind of feel it should be the...

Do you plan to support relative dates with a human readable instructions, like "last year" or "next month"... I would like to have something to parse these relative to today...