Luke Page
Luke Page
the linked chromium bug is marked wont-fix https://code.google.com/p/chromium/issues/detail?id=387234 the last comment is: > #11 [email protected] > You know, just btw, people in Atom team can do it by themselves if...
is you look at the MS C# and Ajax formatting rules, they specify a seperator and then a group size e.g. [2, 3] and you count from the right and...
@matthiasg I am confused as to how it works on mac - the code used to unzip is extract-zip, which is JS only and therefore should be running the same...
Looking at the very first entry, it writes the file and then creates a symlink in the location the file is at.. preusmably mac must copy the file to the...
Note this is not about the (failed) screenshots which I am fine with, its about cypress not overwriting screenshots but saving to a new file with an appended (1)
Cool, that would work for me (easy to ignore “(attempt...”)
I did it with this plugin with this: ``` // in plugins const currentScreenshots = []; on('task', { testStart() { currentScreenshots.length = 0; return null; }, clearPreviousAttemptScreenshots() { currentScreenshots.forEach((path) =>...
I think we agreed to basically not have escapes.. so the only problem this would cause is if you needed `"` and `'` in the same string. see also https://github.com/less/less.js/issues/1538
Ignore that I just re-opened the issue.
I suspect I may have fixed this with https://github.com/gfranko/amdclean/pull/95 if not, it will be in the same area of code