Stephen Wicklund

Results 142 comments of Stephen Wicklund

I have a feeling this approach might be frowned upon, but the solution I'm currently using is the following: Util.js ``` export function GrabInnerClass(grabFunc) { return targetClass=>grabFunc(targetClass); } ``` MyComp.js...

For others on Windows who want to still be able to copy the files with invalid characters, this is the workaround I currently use. Replace the `dst_name = self.dst[i] +...

I followed the instructions above, and eventually got it working. However, the instructions are a little unclear, so I thought I'd help clarify. For the first step, the line above...

For others wanting a way to have adb-sync "keep going" if it hits an error for a file, just put a try-catch (or try-except, rather) wrapper around the code within...

Hmm, 2 of the 69 tests appear to be failing, which is odd. I looked back over the changes, and from what I can tell, it shouldn't modify the behavior...

Fair enough; that would make it more flexible. (and less unstable/arbitrary) If/when I have the time, I'll look into changing it to use regexes and/or filter functions.

I get inconsistent playback as well, with my playlists just failing to progress sometimes (ie. stopping playback at the end of seemingly random songs). Granted, it's possible that some of...

Just wanted to mention that I'm the one who originally contributed that third view option, and the scrollbar glitching issue was not present at that time. The issue came about...

Yes; I don't see any changes in the 1 commit after mine which seems likely to have caused the graphical glitching. So my guess is either that one of the...

Note that while `*Something*` is, as you say, parsed by Remarkable as three tokens (so Markdown can be used inside), this is _not_ true for `*Something*`. In that case, Remarkable...