Dov Grobgeld
Dov Grobgeld
I'm making progress with my combined remapper and web server combo! What I now need help with is how to inject a HID keyboard key into the USB host.
@adam-urbanczyk In continuation of your comment on #1574 , I would add `cq.Wire` in addition to `cq.Shape` and `cq.Workplane` to this issue.
@adam-urbanczyk I got it working for a `Shape` by renaming the argument `arg` and dispatching on its type. However I need some guidance about what semantics you expect for a...
> Something like this: > > ```python > v.moved(loc) for v in arg.vals() if isinstance(v, Shape) > ``` Thanks @adam-urbanczyk . In my PR I used the following. Let me...
It happens in python model as well, that sometimes the cursor is placed at the end of the suggestion instead of the beginning. E.g. in the following image the last...
Does this still work? I'm a big grafitti fan, and I'm considering buying an iPad, and I wonder whether this works on the latest iPads? (I'm actually working on a...
Sorry. I have not tried to build on windows, so you are on your own. Feel free to open a pull request if you solve the problems.
Look for ox-slidy.el . org-slidy is really redundant. See: https://github.com/dov/dov-env/blob/master/emacs/ox-slidy.el
Can't reproduce. How did you zoom in?
Hmm... Can't reproduce it. Perhaps it is related to the window manager which causes the widget to loose its focus. I'll check it with a different window manager later on.