Dominique Legault
Dominique Legault
**I'm submitting a ...** (check one with "x") ``` [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ]...
I'm running into an issue with the spec. https://github.com/swagger-api/validator-badge/issues/73 It seems that template paths are not allowed in the tokenUrl parameter of security definitions. my use case is: ``` yaml...
# What / Why This Bug Fix fixes issues #333 and #288 This bug is when semver.diff incorrectly identifies releases from a prerelease to patch, minor, or major - [x]...
# What / Why ```js const semver = require('semver'); let releaseArray = ['prepatch', 'prerelease', 'patch', 'preminor', 'prerelease', 'minor', 'premajor', 'prerelease', 'major']; let v = '0.0.1'; releaseArray.forEach((release) => { let bump...
This was originally built for angular 7, is there any plans on maintaining this solution to HMR lazy loading for angular 8, 9, 10, or 11?
Add support for XDC (XinFin)
Add support for syscoin
**Describe the bug** A clear and concise description of what the bug is. In the root `readme.md` file it mentions the suggested setup for a multi-user setup. ```markdown How do...
I get this error when running this program on one font file. here is the font file: http://fontsov.com/font/scalasansregular8008.html ``` sh ./webify-linux-x86_64 ScalaSans.ttf Generating ScalaSans.eot Generating ScalaSans.woff Generating ScalaSans.svg Available cmaps...
If you create a bucket in a thread and you delete the bucket collection you are unable to delete the original thread. The deleted thread command succeeds but the thread...