Taras Mankovski
Taras Mankovski
@fvmiranda Not really; the client that needed this has other priorities now. We have a few ideas on how to build it, but we need bandwidth to do it.
@Pike maybe we need to look at aligning Template Editor with how scaffolder actually works. Ideally, the Template Editor would function as close to a real scaffolder as possible. What...
@LZING The code presented here is meant to be a POC, not something you should apply to your code. It requires backend changes so it's not something that you can...
I created a [runkit](https://runkit.com/taras/5f80311544ac68001b8ebdf1) that has every GitHub URL parsing library that I could find. None of them support properly detecting the branch name. We might need a completely different...
> the annoying bit is that it includes using the GitHub API to discover the branches that are present in the repo I was thinking the same thing. There could...
true true. I'm going to email a friend at Microsoft to see if he can connect us with someone at GitHub. I want to find out from them if there...
@erezrokah this PR is going to be blocked by the fact that `ajv@8` uses TypeScript 4+ and has syntax in type definition files that is not supported by TypeScript 3...
@erezrokah thank you for bringing this to my attention. Are these custom widgets 3rd party widgets distributed via npm packages or widgets created by the developer making the site? (or...
@erezrokah one thing I found with this experiment is that AJV standalone mode doesn't support 2 validations that the config uses: `uniqueItemProperties` and `instanceof`. So they need to be added...
> @taras, another question on this. Can you confirm this fixes the CSP issue? I think we have [other dependencies using `eval`](https://github.com/netlify/netlify-cms/issues/4367#issuecomment-699884163). it doesn’t fix the issue completely, we’re looking...