DeeeeLAN
DeeeeLAN
That is what I am currently doing as a workaround. From the docs it sounded like either option was supposed to be supported, but if that had changed, maybe the...
Will it include support for the additional icon options in fomantic-UI, or will that still be needed? Any assistance desired on getting the pull request signed off?
It looks like if I double escape the `\n`, it at least preserves the style format, although ignores the newline completely: ```python test['test'] = 'This is a really long line...
I have had good success with the app KeePass Touch, I imported the keyfile before I began using MacPass, however, so if it doesn’t work with MacPass’s keyfile, it is...
Specifically, I have narrowed it down to a change made in commit c32e6fc92.
Here is a screenshot of what I am talking about:  The bottom gray box is the annotation, the upper blue box is the associated drawExtend popup. With the crosshair...
Maybe this would be useful? https://stackoverflow.com/questions/9165766/html5-canvas-set-z-index It looks like the best solution is usually to draw in the order you want it layered, but I am not sure if that...
I am not super familiar with how canvas works. I assume you need to draw the crosshairs then draw the annotations? I can poke at the code and see if...
Could you just add an optional newline to the regex so if the parentheses are on a new line it still catches the function name on the previous line?
Makes sense. Could it be put on background threads and the list update as the threads return? I think the ideal would be if each class was cached somewhere with...