Pascal
Pascal
Looks like I'm late to this discussion, but fwiw it seems to me that the 'off' equivalents should have 'off' in the name. e.g. ``` once => replyOnce / complyOnce...
@jmeas that makes sense. you're right that it's not good to force things to use the same semantics when the behavior under the hood is different.
At [about.me](http://about.me) we're in the midst of rewriting our core product using Marionette and Backbone Associations. Really liking it and can't wait to launch it. We've hit a snag though,...
FIgured out how to save colors with UserDefaults. created this Swift extension: https://gist.github.com/pascalpp/b001e303e77677ff1223c1da27305a4f
Might just steer folks toward the app store version since it makes auto-updating so easy.
Can't use a git hash though, looks like: https://stackoverflow.com/questions/46053248/how-can-i-use-git-hash-as-build-version-or-cfbundleversion
>1- is it possible to implement choosing the color of ruler in preferences? not currently, no plans to support this. >2- is it possible to show rulers without any text...
@dummdidumm this is my attempt to address [the Typescript issue I opened](https://github.com/sveltejs/language-tools/issues/1576). It passes tests, but I'm gonna see if I can figure out how to add a test that...
I updated the samples for svelte-element and sveltekit-anchor-attrs. I verified that these samples fail in master. Let me know what you think.
There are kinda two issues here: - the typescript error - sveltekit:prefetch being adding where not needed (e.g. on a button) so I wonder if the `sveltekit:prefetch` attribute could be...