Jonathan T L Lee

Results 11 issues of Jonathan T L Lee

Ok so in my project I had this idea if it would be useful figure out what code was running inbetween the test suite describe block. I figured you could...

2 Changes. 1. When the code prop is changed and its value is not the same as the editor (to avoid loosing cursor position), call editor.setValue with the changed value....

Needs testing and more experimentation. adds modifiers - wheelx. scroll will effect the x axis. - wheelflip. Flips the scroll direction with wheel

Hi wouldn't this code for reduce ``` videos.reduce(function(acc, video, index) { acc[video.id] = video.title; return acc; }, {}); ``` be better than using Object.create in your example ``` videos.reduce(function(accumulatedMap, video)...

question

I was running into an issue installing with windows 10, git-bash shell, and pnpm which uses symlinks. Reading up on the error and neon-cli. I think falling a build locally...

Here is the code I would like to simplify ```js const scrollerHeight = container.clientHeight const scrollerY = scroller.getY() const targetHegiht = target.clientHeight const targetY = scroller.getTopOf(target) if (targetY + targetHegiht...

Just added these test cases for when mutating a reactive parent. I ran into the second issue realising the ref which I created had been overwritten. Don't know if this...

```js const index = binary.closest([25, 33, 50], 32.99) expect(index).to.eq(1) // this throws and the index is 0. I would expect it to be 1 // does the compare closest function...

Hi so I ran into this problem. I setup an installation with the install script. And let my client create a user with the webmail interface. My client forgot the...

Hello there I am considering starting work on a build of electronjs using ungoogled-chromium. I will keep posted here if i am successful in this end-ever. It would appear i...