Robin Clowers
Robin Clowers
I would love to hear some other opinions on this, I think people with no programming background won't really grasp the distinction. I think after they have some more foundation,...
Let's resurrect this thread. @kerrizor it sounds like we are mostly on the same page; this is great material, but should come later in the curriculum. Seems like someone needs...
RubyMotion is a pretty niche, I question how useful it will be for students... I think teaching straight iOS would be a better idea, but even then, it's another whole...
I know I sound like a broken record, but we I think we need to focus the curriculum on a core skill set. If we are lucky we can turn...
It seems like this is probably a nightmare core issue, so I filed this over there as well: https://github.com/segmentio/nightmare/issues/1076.
Yeah, what @ScriptedAlchemy said, it's a plugin for adding [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) meta tags to the document head. I just realized I put the wrong package name in the description,...
@ScriptedAlchemy This error actually comes from `webpack-subresource-integrity` plugin. I tried switching to `tapAsync`, but the problem is the whole [beforeCompile](https://webpack.js.org/api/compiler-hooks/#beforecompile) hook is missing. This is the line where it fails:...
I just tried with 0.3.8 and it looks like there has been some progress, but unfortunately there are still more compiler hooks that aren't supported that `webpack-subresource-integrity` relies on: -...
Alternatively, are there any plans for an native rspack CSP solution? I'm not married to the setup I have now, but dropping CSP is not an option either.
I'm also running into this. I tried disabling the eslint plugin and still had the issue, so I don't think it's related to the issue @bryanjnelson linked. I'm using yarn...