Darrel O'Pry
Darrel O'Pry
1. Expected behavior and actual behavior. When a release is tagged in GitHub, CircleCI should run tests and deploy the release to NPM. Currently, releases are created manually.
It would be nice to improve our JS and get better IDE support and syntactic sugar. TS is the first choice for tooling support. @dopry is concerned about introducing the...
Node Version: N/A Node BACstack Version: master, https://github.com/fh1ch/node-bacstack/commit/47777257de47ea088883c25933a7a95125e806fa - [X] Feature Request ### Feature Request / Question - When writing commandable properties, priority should default to 16. ### Current Behaviour...
I was working on error handling and found myself confused about what value to pass to client.errorReponse for service. This quick PR adds a function doc block to help clarify...
This PR adds a metadata structure for all of the enumerations and removes metadata from enumerations themselves. This could be a breaking change for any consumers depending on that data.
modify the .babelrc to only apply istanbul instrumentation to development code NODE_ENV is set to development when running next and next dev next build set NODE_ENV to production
When creating a release build, this error warning kills the build. I can tell that `sid` gets assigned on line 563, but the compiler isn't bright enough to see that...
Wagtail grapple prepends most URLs with BASE_URL to create absolute URLs. It doesn't seem like wagtail grapple should be responsible for generating these absolute URLs. It seems a responsibility more...
in general embeds are fully qualified urls and the embed finder is largely responsible for verifying that. If a finder allowed a relative_url, generating a fully qualified url should be...
It would be nice to subselection based on where pages are in the site tree, In my specific use case I'm building an SPA where we have a 'stories' landing...