Leif Andersen
Leif Andersen
If I write out a word, and highlight it with the mouse, and hit 'x', it only deletes the first character of the word, rather than the whole word. If...
If I have line wrapping for DrRacket enabled, and I hit 'o' on a line that is wrapped to multiple lines (not on the last line of the wrap) to...
As is, this may still increase the figure counter, which we may want to change. Also I am sure there are other edge cases we will want to consider before...
At the moment, the `command-extras` and `command-optional` style properties (for latex) only work for elements. This is a little problematic for flows that take multiple arguments. (Such as say, `minipage`,...
In the file run.rkt (in scribble-lib/scribble), there is a parameter for the current output directory that scribble is rendering too. (Called `current-dest-directory`). This parameter seems like it should be possible...
It would still be super useful if there was an action for `Rename` action, that worked the same way that `New Folder` works. I'm aware of issues: https://github.com/TimboKZ/Chonky/issues/36 https://github.com/TimboKZ/Chonky/issues/39 However...
When building the example from the [Installation & Usage][1] page, I get the following warning: ``` Warning: [JSS] 's styles function doesn't rely on the "theme" argument. We recommend declaring...
Right now there doesn't seem to be any docs on how to use ocall...and I can't seem to figure it out by trial and error myself. I'm trying to translate:...
NOTE: This patch is "not" ready to merge, I made this PR as a request for comments/improvements. It seems like in firefox, svg elements will not have their `onDragStart` function...
Title says it all. ``` (clip "foo.mp3" #:filters (list (mux-filter ...)) ```