Matt Taylor
Matt Taylor
My company is looking at Circle CI for our CI/CD needs but only allowing Personal API Tokens seems very limiting to us. We have multiple people on our team and...
Could we get this fix in the main npm/git repo? So we don't have to use a special "fixed" forked version.
I'm still getting these error on angular-jsdoc v1.5.0, v1.4.2, and v1.4.1. I will say that i am using "angular-jsdoc/angular-template" as my template. I know the README says that this is...
My team is starting a React + Vite project right now and I would love some info or traction on this issue before we get too deep into the project....
> ```ts > // Component.vue > import { a, b } from '/shared' > > // instead of > import a from '/shared/a' > import b from '/shared/b' > ```...
I am getting a `ReferenceError: __dirname is not defined` in the `index.cjs` file at the point below: module.exports = __webpack_require__("../../node_modules/cesium sync recursive")(path.join( __dirname, "Build/CesiumUnminified/index.cjs" ));
> As it's written in [the docs](https://prettier.io/docs/en/configuration.html#sharing-configurations), this can be done in a `.prettierrc.js` file: > > ```js > module.exports = { > ...require("@company/prettier-config"), > semi: false, > }; >...
> This is how I extended Google's gts prettier config and make it work. > > **prettier.config.js** `module.exports = require('./node_modules/gts/.prettierrc.json');` My company does this pattern. We event can override the...
I'm interested in this answer also
I'm having the same issue! How can i just reset the field? this works but it removes all my listeners. elem.removeEventListener("keydown"); elem.removeEventListener("keypress");