Taras Mankovski
Taras Mankovski
@alexlafroscia what about this https://github.com/kaliber5/ember-fastboot-addon-tests?
It looks like the issue might be caused by AJV creating a function at runtime to compile JSON schema into executable code. It's described here https://github.com/ajv-validator/ajv/issues/406 One possible solution is...
After a bit more digging, we might have a way to eliminate this problem by compiling schemas during build time. On https://github.com/netlify/netlify-cms/blob/dbf2920254fb3682e12463a6df8ded4b94b55be0/packages/netlify-cms-core/src/constants/configSchema.js#L364, we'd need to use compiled schema. To compile...
@erezrokah I created a PR that includes changes implemented by @dagda1 and has all of the tests passing. There is a blocking the PR that I'll describe in a comment.
With help from @dagda1, I created an example repo that has CSP with Netlify. I created a version of Netlify build that works with CSP. You can find it here...
We still need https://github.com/iarna/iarna-toml/issues/45 to fully eliminate eval.
@AlanFoster you can definitely do this by playing around the components that Ink comes with. You can render a Box component that has height that is the same height as...
Nice one. It would be nice if it was. Maybe a component that you could wrap around the main container?
The callbacks for Functor are very similar. One difference I see is that array functor eager, unlike object functor. What specifically are you referring to?
@cball this is awesome! I ended up adding Trackpad Scroll Emulation because we have fixed headers and footers which are setup as separate tables. With regular scrollbars, the columns in...