- Brno, Czech Republic
- https://stackoverflow.com/users/927631/dwelle
- @dluzar
Highlights
- 10 discussions answered
Block or Report
Block or report dwelle
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
excalidraw Public
Forked from excalidraw/excalidraw
Virtual whiteboard for sketching hand-drawn like diagrams
TypeScript 1
-
docs-engineering-matrix Public
Forked from ahmadnassri/docs-engineering-matrix
Engineering Team Competency & Skill Matrix
-
-
ProgressCircle.js Public
Forked from qiao/ProgressCircle.js
A progress indicator in HTML5 canvas
JavaScript
1,498 contributions in the last year
Activity overview
Contribution activity
March 2022
Created 11 commits in 1 repository
Created a pull request in excalidraw/excalidraw that received 5 comments
fix: paste styles shortcut
fix #4884
the fix is 2 lines (actionDistribute.tsx). The rest are tests.
Opened 4 other pull requests in 1 repository
Reviewed 14 pull requests in 1 repository
excalidraw/excalidraw
14 pull requests
- chore(deps): bump url-parse from 1.5.7 to 1.5.10
- fix: undo when erasing elements by clicking
- fix: undo when erasing
-
feat: Add Eraser
🎉 - chore: Update translations from Crowdin
- feat: added optional REACT_APP_WS_SERVER_URL for forks usecases
- fix: don't crash on drop highlighted text onto canvas
- fix: paste styles shortcut
- fix: freedraw element's background fill color missing from SVG when exporting with package API exportToSvg()
- fix: improve pointer syncing performance
- feat: rewrite collab server connecting
- fix: Add multiElement-edit finalize action to Desktop (currently only visible in Mobile view)
- fix: binding text to non-bindable containers and not always preferring selection
- feat: support vertical text align for bound containers
Created an issue in excalidraw/excalidraw that received 1 comment
non-atomic erasing for linear & freedraw shapes
Instead of removing whole shapes, with linear and freedraw shapes we can erase points that are close in proximity to the cursor. @maielo pointed ou…