Raphael Schweikert
Raphael Schweikert
The Readme says: > Vantage is an extension of Vorpal, and so inherits all of its properties and methods. However, I don’t seem to be able to use vorpal’s `types`...
See [JENKINS-65790](https://issues.jenkins-ci.org/browse/JENKINS-65790). In case of errors during form validation, the response was used verbatim. Improves this behaviour somewhat by stripping styles and scripts from the response. Also uses a ``...
## 🚀 Feature Proposal I tried extending an existing `tsconfig.json` file by parsing it and then extending it like so: ```javascript const ts = require('typescript'); const loaded = ts.readConfigFile('./tsconfig.json', ts.sys.readFile);...
For a more reproducible docker image.
I’ve had some false positives with `CNC_COLLECTION_NAMING_CONFUSION` when using names like `offset`, `asset` for collections that were not sets. I think `CNC_COLLECTION_NAMING_CONFUSION` should only match if the magic words it...
# Bug report Thanks for the great work on #14893, @sokra. I was recently testing it and it looks very promising. However, I did find a quirk when trying to...
The following: ``` var parser = new OptionParser([['-e', '--example [STRING]']]); parser.parse(['--example', '--help']); ``` passes `"--help"` as arg to the `example` handler even though the `--help` switch will be handled later...
- [✘] I have read [CONTRIBUTING.md](https://github.com/iina/iina/blob/develop/CONTRIBUTING.md) --- This PR adds small UX improvements to the *Playback* → *Jump to…* command: 1. Allows inputting sub-second precision timecodes to jump to 2....
TypeScript 3.2 contains more stringent type checking for TSX (see Microsoft/TypeScript#27627). This change checks the return type of components against `JSX.Element`. Unfortunately this means it’s no longer possible to write...
> What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running `cf curl /v2/info && cf version`? ```json { "name": "", "build":...