Frank Tan

Results 7 issues of Frank Tan

1. Create a page that uses EpicEditor. Make sure you call `unload`. 2. Load that page in an iframe. You will get an error because of [this line](https://github.com/OscarGodson/EpicEditor/blob/0.2.3/src/editor.js#L1243): `editor =...

This project depends on vulnerable versions of `cryptiles` and `mime`. Cryptiles: [CVE-2018-1000620](https://nvd.nist.gov/vuln/detail/CVE-2018-1000620) Mime: [CVE-2017-16138](https://nvd.nist.gov/vuln/detail/CVE-2017-16138) It would probably also be a good idea to turn on automated checks for insecure dependencies....

I tried turning on `logContentsOfXhrCalls` in our application. Request bodies get sent just fine, but response bodies are not. The problem appears to be [here](https://github.com/MindscapeHQ/raygun4js/blob/v2.25.4/src/raygun.network-tracking.js#L104). This guard checks if the...

I see from [this issue](https://github.com/louthy/csharp-monad/issues/19) that you are not supporting this library anymore. From my perspective, the current warning does not make this explicit: > For a more complete (and...

We're using Ember with TypeScript. Got latest this morning (v4.0.5) and we can't compile because TS can't find the types for `ember-get-config`. Looking in my `node_modules`, I can confirm that...

I have a repro of this issue at https://github.com/tansongyang/raygun-webpack-issue-repro. Run `npm run build` in the console. Here's the output: ``` > next build ▲ Next.js 14.1.0 Creating an optimized production...

bug
question

The default key binding, Alt + C, conflicts with the `toggle_case_sensitive` command in the find panel.