Matus Goljer

Results 727 comments of Matus Goljer

There was the function `unnest_tsibble` but is now marked as deprecated. What is the alternative?

I see. I suppose we can close this issue then, unless you want to use it as a soft pressure device for the upstream :D Thanks for the heads up!

Did they remove the shortcuts in newer firefox? I can't seem to be able to find where to set it anymore. @sprig If there is some standard way to do...

Oh yea it's the test cases! Always a PITA. I'll fix it tomorrow.

I've implemented a matcher for the `${}` expression inside backticks ```elisp (defun typescript--match-subst-in-quotes (limit) "Match dollar substitutions inside backticks." (catch 'done (while (re-search-forward ;; `rx' is cool, mkay. (rx (or...

I agree it would be nice to push upstream, I think someone even tried to do it already. Unfortunately I'm quite unable to tend to my packages these days, but...

As a workaround you can use the `:stdin` option and `cat` the files in another `shell` block.

@dcluna I've replaced `default-directory` with `(locate-dominating-file default-directory "package.json")` so it works from nested directories as well. I like the solution, at least for a while.

That's very unusual in Emacs, I cannot think of any other minibuffer-reading routine doing that. Would you be OK with the content always being pushed to the kill ring? I...

Hi. I won't be changing the default set. It has been like this since the beginning and people who use it would get broken configuration if we change the bindings....