Pietro Coelho
Pietro Coelho
+1, Flow is parsing a bower.json file that has a comment inside and is throwing errors for me.
First, create an if_eq helper: ``` const handlebars = require("express-handlebars") const hbs = handlebars.create({ defaultLayout: '', layoutsDir: '...', helpers: { "if_eq": function(a, b, options) { if (a == b) {...
No. You should not assign NODE_ENV in your code, this value comes from the system path variables. The documention is explaining something that happens only in dev mode, OR: `process.env.NODE_ENV...
Having the same problem. I implemented a custom version of filedrop where I pass the XHR object in the uploadStarted, so I can cancel the upload. If I upload two...
I'm having the same issue with files with 70mb~. Did you find a solution?
Also facing the same problem with vite 3.0.9. Trying to import a class with static members from a private shared package, import is undefined in production build.
I have code similar to this: ``` import {Session} from '@company/helpers' export const mockUser = () => { Session.createEmptySession() } ``` Session class: ``` export class Session { static createEmptySession()...
I know you can have default values, but it's not possible to add items later. If you push a item to the array model, the select plugin doesn't update.
You can use `ng-disabled`
> > It's not only about this CSP issue; it's always been frustrating to work with CRXJS. The docs are the worst I've ever seen. The dev runtime doesn't even...