Jorge Israel Peña
Jorge Israel Peña
I had forgotten that I had contributed to this project [many years ago](https://github.com/baalexander/node-xmlrpc/pulls?q=is%3Apr+author%3Ablaenk+is%3Aclosed) :smile: I really need to be able to perform requests via SCGI instead of HTTP. I was...
When evil-search-module is `'isearch` I can search something with visualstar and then press n/p to cycle through the matches like I would expect. When it's set to `'evil-search` though it...
Hey @noctuid, doubt you remember me but I was a [somewhat early adopter (I think?)](https://github.com/noctuid/general.el/issues?q=is%3Aissue+sort%3Aupdated-desc+author%3Ablaenk+is%3Aclosed) of your awesome package! Sorry for the wall of text. I decided to spin this...
I have a variety of functionality attached to `prog-mode-hook` and for some reason I noticed that this mode, despite seemingly deriving from it, doesn't trigger those hook handlers.
I have `(setq-default tab-width 2)` but for some reason it's interpreted as being set to its out-of-the-box default value of 8. I realized I could fix this by setting `ahk-indentation`...
### Expected behavior Given this configuration: ```xml org.postgresql.Driver ${db.url} ${db.username} ${db.password} true true true jip.app.api.jooq src/main/java app bot puzzles workouts ``` I expect for example class `jip.app.api.jooq.puzzles.tables.daos.SourcesDao` to import `AbstractSpringDAOImpl`...
The markdown renderer I use puts some things I don't want to process in a `` tag, so it'd be nice to be able to specify something like `p.mathjax` as...
I think this may be an issue in https://github.com/Qwant/osm_boundaries_utils_rs but I'm reporting here to bring it to your attention, I'm happy to close it if you think it should only...
This causes the Compile-Log to pop up whenever I start emacs. I'm actually not sure why that's happening, it seems to imply that it's re-compiling the file each time emacs...
I realize this may sound crazy, but I love smartparens for its extensive sexp manipulation API. I've used it to create many custom transformation functions. I also like the default...