Julius Tarng

Results 42 issues of Julius Tarng

Repro: https://codesandbox.io/s/reverent-jepsen-mfihfd?file=/src/App.tsx 1. addDefs() after show() 2. observe the `` are there in `` 3. hit undo or call undo() 4. observe the `` is no longer inside ``

Making custom toolbar and would like to be able to query MarkerArea and see if I should display/enable undo/redo buttons

Currently, when zooming in/out, the code always resets the scroll offset of the contentDiv to be the center of the editorCanvas, as opposed to preserving the current focal point https://github.com/ailon/markerjs2/blob/003a8d904d4634bf8c0795b81cae09a79c8a9906/src/MarkerArea.ts#L320-L329...

Reading some past issues I think folks have raised jarring UX when editing a text, committing that change, and seeing that text resize/resposition to fit into the bounding box. To...

# Feature Request ## Description I'm looking for a way to get the computed Yoga layout tree. Debug option paints it into the SVG — but i'd love a way...

backlog

would love to see a diff as a PR during the beta phase

### What version of Remix are you using? 1.8.2 ### Steps to Reproduce See sandbox: https://codesandbox.io/p/sandbox/solitary-wave-1l0skr Failing test PR: https://github.com/remix-run/remix/pull/4994 1. Observe exit code 1 (remix crashes, premature close error)...

bug:unverified

Related issue: #4993 - [ ] Docs - [x] Tests Testing Strategy: `yarn bug-report-test` Expected: no errors Actual: ``` at TLSSocket.onSocketClose (/Users/tarng/Code/oss/remix/node_modules/@remix-run/web-fetch/src/fetch.js:342:33) at TLSSocket.emit (node:events:538:35) at node:net:687:12 at TCP.done (node:_tls_wrap:580:7)...

CLA Signed

**Describe the bug** I'm testing betterer for our codebase (a single eslint rule, which you can see here #1171 ), and I'm trying the `--cache` option because adding 10+ seconds...

**Describe the bug** I only have a single eslint rule, which runs very quickly in eslint. Porting it over to betterer, it runs way slower in VSCode. Also, it only...