dlants
dlants
I think it's useful to quickly see how many items are in the list. For example, if you're trying to narrow down a regexp (watching the number of matches decrease)...
Hi there! By default, express does not serve no-cache headers on routes, so for instance: ``` import * as express from 'express' const app = express() app.get('/', (_req, res) =>...
I've been trying to figure out how to wrangle Grepper w/ something like `%:p:h` to limit grep results to only those that are in the directory (or subdirectories) of the...
**What** / **Why**: https://github.com/stylus/stylus/issues/2771 **How**: I suspect the infinite loop may be happening due to the local definition for `add-property` overshadowing the js definition, thereby creating an infinite loop. There...
in a fresh directory: ``` $ npm --version 8.15.0 $ node --version v16.17.0 $ npm init $ npm install stylus nib stylus: 0.59.0 nib: 1.2.0 ``` Then create two files...
When I type `d` and then use a `:HopLineAC` motion, every line up to but not including the line I hopped to is deleted. I think it is more intuitive...
If I submit the url `foo.com?search=bar`, the `_normalizeUrl` method strips the query string, and the url comes out as `foo.com` ... At least in the LTI spec (oauth 1.0) http://lti.tools/oauth/...
I've been using LLMs in coding more and more lately, especially using this plugin and some other nvim llm plugins. Thanks for your great contributions! I've been running into an...
Also add tests, though probably not enough to address #22