Clif Kussmaul
Clif Kussmaul
FYI - I found this while trying to debug another problem. WordTree worked fine for me (in Jan 2021), and then at some later point (not sure when) it stopped...
I updated the StackBlitz to angular-google-charts 2.2.2, and now it also gives the error "c is undefined". Should I open this as a separate issue?
could be a StackBlitz limitation, since it seems related to: https://github.com/stackblitz/core/issues/220 https://github.com/stackblitz/core/issues/530 (closed, refers to 220) https://github.com/stackblitz/core/issues/533 (closed, refers to 220)
Thank you, @oobayly. I think this branch is up to date with only 2 minor changes for wordtree, but circleci: test fails with "ng: not found". :-(
Very helpful discussion - thank you for the insights. Remember that JSON values can be arrays, so `replacer` and `reviver` might need another case: /** * Revive function for JSON.parse()...
@jordanbtucker Oops, my bad, I should have looked more closely. Thank you for the prompt feedback!
This JSON5 issue has good discussion & references, explaining why this gets complicated: https://github.com/json5/json5/issues/91 [_Consider serializing RegExp objects to strings_] This SO post describes how to customize JSON's `stringify()` with...
As pointed out by @jordanbtucker, JSON5 already handles arrays, so the first line of `reviveRE` is unnecessary.
@jordanbtucker thank you for the help writing a regex to match a regex. :-)
Thank you, @joeyciechanowicz. The debug flag works for `pa11y` but not `pa11y-ci`. Should I propose adding it to `pa11y-ci`? (similar to https://github.com/pa11y/pa11y-ci/issues/73) A more general write action could have other...