Matt Sutton

Results 9 issues of Matt Sutton

@bitwalker Any chance a new release could be cut? We ran into the #718 issue (fixed in `master` with 82ebcb2074d4f6df977b0491c1c38145bef355cc) trying to get to production with `distillery` 2.1.1. We've pinned...

Hi there! We are using Memento in prototyping a realtime cluster. It's working well, but, as we head toward production the usual Mnesia rough edges stick out and require sanding....

HTML entities in the element content appear to confuse xpath. It either seems to truncate the string on certain valid entities (eg, `<`) or blows up entirely. Example failures: `_the_following_data_...

See: https://nodejs.org/docs/latest-v20.x/api/esm.html#mandatory-file-extensions and https://github.com/nodejs/node/issues/46006 (And all the related issue malarkey linked off from there too!) tl;dr: I was getting this at runtime with `jssm` in Node `20.x` + TypeScript `5.3.3`:...

We need some way to set CORS headers at `wp-now`'s Express server level similar to what can be done with `.htaccess` in Apache setups: ``` Header set Access-Control-Allow-Origin "_origin here_"...

Enhancement

It looks like `wp-now` always opens a browser unless in a Github codespace (`openInDefaultBrowser`). Could we get a CLI flag to background `wp-now` after startup and skip opening the browser?...

Enhancement
wp-now

I reckon you've thought of this, but, I'm blocked in testing because I think I'm forced through a traditional WP install. I want to: 1. Copy fresh WP install to...

## Expected/Desired Behavior vip commands without warnings ## Actual Behavior ``` matt@kurosawa ~> vip whoami (node:59820) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use...

@stueccles would you be interested in moving this library to [`:req`](https://hex.pm/packages/req) if I can find the time to send you a PR? `:req` is written by Wojtek Mach with lots...