Vaughan Rouesnel

Results 201 issues of Vaughan Rouesnel

I want to only watch files of certain file extension. Is this possible? At the moment I'm trying to use `ignoreCustomPatterns` with `/(?!\.rose)$/ig` but I can't seem to get it...

type support/question

``` [error] dist/private/js/index.flow.js: SyntaxError: `declare export interface` is not supported. Use `export interface` instead (5:16) [error] 3 | * Properties of a CustomMessage. [error] 4 | */ [error] > 5...

Express allows `res.format` to route a request based upon `Accept` header. However `express-resource` sets `req.format` which has to be checked separately.

https://github.com/pinojs/express-pino-logger#custom-serializers ```diff 'use strict' var app = require('express')() + var ExpressPinoLogger = require('express-pino-logger') - var ExpressPinoLogger = require('express-pino-logger')() ({ method: req.method, url: req.url, user: req.raw.user, }), }, }) // middleware...

### Qwik Version 0.0.39 ### Operating System (or Browser) macOS ### Node Version (if applicable) 18.3 ### Which component is affected? Starters / CLI ### Expected Behaviour ``` Error [ERR_MODULE_NOT_FOUND]:...

bug
triage

From https://github.com/webpack/docs/wiki/node.js-api#error-handling ```js var webpack = require("webpack"); webpack({ // configuration }, function(err, stats) { if(err) return handleFatalError(err); var jsonStats = stats.toJson(); if(jsonStats.errors.length > 0) // PREVENTS WARNINGS SHOWING return handleSoftErrors(jsonStats.errors);...

https://nodejs.org/api/esm.html#esm_node_imports ## Workaround https://github.com/sindresorhus/is-builtin-module

Could we have a promise api in addition to the callback api? Just as a convenience?

Would be useful to know what requests are cached by the `UnsafeCachePlugin`. A `cacheStatusFn` or something like that would be useful. I think modifying the return value might be too...

Just like in jsonpath.