dt-rush

Results 11 issues of dt-rush

It would probably massively improve the value of the examples if they had comments. I'd be interested in taking on some of this work and could create pull requests to...

enhancement

- eth0 / wlan0 - resin-dns - resin-vpn - balena0 - supervisor0 - br-xxxxxxxxx Documentation would cover: - how interface is created (links to source if possible) - what services...

see: https://www.balena.io/docs/reference/base-images/base-images/?ref=dockerhub#raspberry-pi-v1-zero For example, the "github" link for `resin/raspberry-pi-node` links to: https://github.com/balena-io-library/base-images/tree/master/node/raspberry-pi ... but should link to: https://github.com/balena-io-library/base-images/tree/master/balena-base-images/node/raspberry-pi

docs

[BalenaCloud](https://www.balena.io/docs/reference/base-images/base-images/#up-board) [BalenaOS](https://www.balena.io/os/docs/supported-boards/) (no UP!) There ought to be one source of truth.

docs

Please see discussion in #298 for context + improved validation testing Change-type: minor Connects-to: #298 Signed-off-by: dt-rush

needs more info

There is no inherent restriction in prometheus for this. Labels can appear or disappear from the timeseries a node exports. This restriction in this JS client appears to be a...

suggestion

see line 55 of oauthproxy.go ([link](https://github.com/bitly/oauth2_proxy/blob/a94b0a8b25e553f7333f7b84aeb89d9d18ec259b/oauthproxy.go#L155)) We literally overwrite whatever the value is with `fmt.Sprintf("%s/callback", opts.ProxyPrefix)` even if the user provided a redirect URL they want to use.

Change-type: patch Connected-to: #677

### Before submitting a *pull request* make sure you have: - [x] [Searched](https://github.com/ytdl-org/youtube-dl/search?q=is%3Apr&type=Issues) the bugtracker for similar pull requests - [x] Read [adding new extractor tutorial](https://github.com/ytdl-org/youtube-dl#adding-support-for-a-new-site) - [x] Read [youtube-dl...

Currently, failing during parsing just leads to something like: ``` Error: match failed at .../node_modules/ometa-js/lib/ometajs/core.js:64:15 at fail (.../node_modules/ometa-js/lib/ometajs/core.js:11:20) at Object. (.../node_modules/ometa-js/lib/ometajs/core.js:16:2) at Module._compile (module.js:653:30) at Object.Module._extensions..js (module.js:664:10) at Module.load (module.js:566:32)...