Franciman
  • Joined on 2019-09-20
Franciman pushed to master at team/dominioctl 2022-03-29 22:48:50 +02:00
71833e1b88 Implement list dns records
Franciman created repository team/dominioctl 2022-03-29 20:55:21 +02:00
Franciman pushed to patch at Franciman/ath10k 2021-11-07 10:06:46 +01:00
9b476c95a5 Replace void* pointer with struct htt_rx_desc and use container_of
Franciman pushed to patch at Franciman/ath10k 2021-11-05 20:14:33 +01:00
e1d64f19ea Abstract more
Franciman created pull request Franciman/ath10k#1 2021-11-04 22:50:49 +01:00
Patch rx_desc memory layout
Franciman created branch patch in Franciman/ath10k 2021-11-04 22:49:34 +01:00
Franciman pushed to patch at Franciman/ath10k 2021-11-04 22:49:34 +01:00
b239910861 Patch rx_desc memory layout
Franciman pushed to master at Franciman/ath10k 2021-11-04 22:49:17 +01:00
3eb68d4d19 Revert "Patch invalid memory layout", not time yet.
Franciman pushed to master at Franciman/ath10k 2021-11-04 22:39:42 +01:00
21b23eea76 Patch invalid memory layout
Franciman created branch master in Franciman/ath10k 2021-11-04 22:37:47 +01:00
Franciman pushed to master at Franciman/ath10k 2021-11-04 22:37:47 +01:00
314de07017 First Commit
Franciman created repository Franciman/ath10k 2021-11-04 22:36:54 +01:00
Franciman commented on pull request enrico/stiletto#11 2020-11-21 16:45:03 +01:00
Canvas tools POC

Excellent job, LGTM.

Franciman pushed to master at enrico/stiletto 2020-11-11 20:13:00 +01:00
d456725e23 Make VersionedCanvas update function easier to use
Franciman pushed to eraserhead at enrico/stiletto 2020-11-09 23:33:37 +01:00
db8a0462a2 Start correct implementation of line-rect intersection test
Franciman commented on pull request enrico/stiletto#7 2020-11-09 23:01:55 +01:00
WIP: Eraser implementation

In the algorithms that implement strokes erasing, I create a new im::Vector each time, so it's a little bit expensive, it should be fixed.

Also, we must take care of the matter of finding a way to determine (cheaply) whether two Canvas versions are actually different or not: For now I'm using a version_id that gets incremented each time an actual edit (i.e. moving the eraser without touching any stroke is not an actual edit) is performed.

Franciman commented on pull request enrico/stiletto#7 2020-11-09 22:55:10 +01:00
WIP: Eraser implementation

2 has been taken care of

Franciman pushed to eraserhead at enrico/stiletto 2020-11-09 22:42:10 +01:00
2aaf3f7cc9 Implement Erasers and Fix VersionedCanvas
d0f40530ff Document the update detection mechanism of VersionedCanvas::update
114ea2309e Make update interface slightly more usable
4b1dd4caed Add TODO messages and rename Canvas::push_back to Canvas::add_element
Compare 4 commits »
Franciman commented on pull request enrico/stiletto#7 2020-11-09 18:42:02 +01:00
WIP: Eraser implementation

When does the current path being drawn make sense?
I felt a little uncomfortable keeping this in CanvasData, because there is no current path being drawn when we erase. Probably with the state machine we can achieve a cleaner vision, though.

Franciman pushed to eraserhead at enrico/stiletto 2020-11-09 18:33:21 +01:00
bbd221e489 Polish code a bit