AppleGrew
AppleGrew
Added simple caching or parsed htmls. Currently it is very simple. There is not code to expire old caches. Please do test before pull.
In express-jsdom the caching code seems to be commented out (in function insertDocument). Using that simple caching almost halves the response time for subsequent request for the same file. I...
This is to fix https://github.com/codex-team/editor.js/issues/2116
Describe a bug. Steps to reproduce: 1. Please download the attached zip. file - [editojs_issue_dueto_chrome_bug.html.zip](https://github.com/codex-team/editor.js/files/9243287/editojs_issue_dueto_chrome_bug.html.zip). The zip contains a single html file. 2. Put the file in a location so...
Describe a bug. Steps to reproduce: 1. Go to https://codepen.io/applegrew/pen/RwMbqdo 2. Open browser console and click within the black rectangle randomly. You will see the error mentioned here. 3. Click...
I am using version `2.24.3` and I see that it adds a capturing `keydown` event listener on `document`. Because of that when someone types in a modal dialog on the...
**Describe the bug** `DataFrame.apply` is supposed to return `Series` however it returns a `DataFrame` if the original `DataFrame` contains no rows. **To Reproduce** Steps to reproduce the behavior: 1. Go...
**Describe the bug** I am getting JS error in danfo js for a specific scenario - `TypeError: Cannot read properties of undefined (reading '0')`. The stack trace is as below....
**Describe the bug** `DataFrame.apply` removes all values of type object. It seems to accept only string or numbers. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://codesandbox.io/s/summer-forest-xzq2rq?file=/src/index.js 2....
I am facing a weird issue. My tunnel.yaml file is as below :- ``` server_addr: example.com:5223 tunnels: now: proto: http addr: http://127.0.0.1:8080 host: me.example.com ``` On server side `-httpAddr` is...