Georgi Georgiev
Georgi Georgiev
When the "show brackets in gutter" is turned on, it is not possible to set a breakpoint (any language) on a line with brackets on it, as the bracket icon...
Hi, I've noticed that there is something wrong when parsing i18n months names. Did dome digging and basically got to the following : 1. Date.parse does a "s = $D.Parsing.Normalizer.parse(parseUtils.removeOrds(s));"...
## Versions - 2.0.0-rc.5 ## Describe the bug On initialisation I get : `[Vue warn]: Property "positions" was accessed during render but is not defined on instance. at warn @...
There is a conflict in the way how CAF is imported on upgrade from Webpack 4 -> 5. In TaskInstance.ts the current `import CAF from "caf";` works with Webpack 4,...
I have a few suggestions : 1. Add an option to make the items appear straight on main context menu instead of submenu. 2. Add an option to make the...
It seems currently impossible to add Google reCaptcha v3 since on one hand the security module fires an error that reCaptcha shouldn't be added by hand and on another -...
Hi, I'm trying to make an inut working with "depends-on-value" property, which depends on "-1". Since the regex in the split function is "'[,|'+(allowSpaceAsDelimiter ? '\\s':'')+'-]\\s*'" , which means it...
I'm making a switch from an old version (fifty-something) to the latest. First of all, let me notice that [this commit](https://github.com/victorjonsson/jQuery-Form-Validator/commit/cd2dee581a8d82509763f7925af3989983094a05#diff-3dc3fb45cb7d8353ac4d8fe0c1d46d9b) is a huge regression in my view - it...
## Version - WP Emerge: 0.16.0 - WordPress: 5.7.2 - PHP: 8.0.5 ## Expected behavior Routings with parameters should work. ## Actual behavior Looks like they don't (I think because...
I think it would be nice to move the external dependencies imports to index.js, instead of the single file component, if this is possible technically. This would allow customized builds....