dherman
dherman
Could we consider exposing some [additional metadata](https://rollupjs.org/guide/en/#custom-module-meta-data) on the .vue file that includes what scripts/stylesheets/templates were extracted from the SFC? My use case would be for writing a plugin to...
# Summary When a Workflow is deleted, we should consider garbage collecting artifacts from those workflows where possible. This should likely be configurable. # Motivation Right now, manual intervention is...
Can we consider adding some vuex actions for the following methods: * Push * Replace * Go Right now, it's a little awkward in that we can access the state...
### What version of Turborepo are you using? 1.1.9 ### What package manager are you using / does the bug impact? Yarn v1 ### What operating system are you using?...
https://www.npmjs.com/package/http-errors When we're extracting the message out of a thrown error, we should consider respecting the `expose` property on it so that we provide consumers some way of exposing information...
## What are you doing? Acquiring a previously used connection from sequelize. ```js const Sequelize = require('sequelize'); const sequelize = new Sequelize('[REDACTED]', '[REDACTED]', '[REDACTED]', { host: 'localhost', dialect: 'mssql', dialectOptions:{...
**Describe the bug** When using `DOMParser` in a browser with SVG contents, the `documentElement` property of the parsed document returns the SVG root element. ```js new DOMParser().parseFromString(` `, "image/svg+xml").documentElement ```...
the usage of a daemonset is no longer strictly necessary. originally, the daemonset was used in order to add labels to individual pods for use with `podAffinity` in order to...