Bart Nagel
Bart Nagel
### What are you trying to do? We have a few URLs which are used throughout the app. They might very infrequently change, but if they do they should always...
In my gulp task to compile twig templates, if there's an error (such as in `{% include 'file-which-doesnt-exist.twig' %}`) I get a huge stack trace. What's the recommended way to...
Projects with Storybook set up (which it seems uses `better-opn`) fail to start for me, unless I override `BROWSER` for the command. For a dozen years or more mine has...
Name and number edited, the rest is verbatim from gdb. I don't know gdb: let me know if you want me to run anything else. This is reproducible every time...
In a search for an example oembed snippet for the "link" type (because of #137) I wrote a short script to make a request to all example URLs found in...
After getting the script working and posting the findings in #5, I ran the script again on a different server (one I had never connected to, and so I had...
I see from a comment in #15 that a migration was added to update fields of type `VzUrl` to the new full class name. I'm working on the upgrade of...
I'm working on a project in Gatsby and don't want to mess about with the canned webpack configuration it provides just to load a couple of images. So I want...
This would make contributing easier, and tidy up the repo. - [x] Add typescript and uglify to dev dependencies - [ ] Optionally switch from Makefile to scripts in package.json...
It'd be nice if an ES6 module were provided. Perhaps the CommonJS module, types, and ES6 module could all be generated in a `prepare` script, and the results published to...