Jeremy Friesen

Results 66 comments of Jeremy Friesen

Here's the work around that I have: ```lisp (defun jnf/duplicate-current-line-or-lines-of-region (arg) "Duplicate ARG times current line or the lines of the current region." (interactive "p") (if (use-region-p) (progn (when (>...

@fuelxc Unfortunately the pull requests don't cleanly merge against master. Would you be able to rebase this and ping me to verify once you have a clean merge?

@ryanb The tests all pass. There are quite a few concepts going on, but they look good.

I think this commit has too much to digest. Can you break some of the commits into individual pull requests?

@michael-tharrington I'm unable to duplicate this behavior on my local machine; I have a user with `admin` but not `super_admin` nor `support_admin`.

@vishaldeepak as in you'd be up for tackling this? If so, I'd love to hear your approach.

Go for it! I'll assign this to you and me both, so we have a core member tracking this. Please ping me if you get stuck or need help with...

@vishaldeepak checking in on where you're at with this.

@vishaldeepak in DEV things were breaking with this PR. I think you can build from the previous work (open a new PR). I'm uncertain of why it was breaking, I...