John Lindquist
John Lindquist
I would just require it to be quoted. The docs show quotes: http://docs.angularjs.org/api/ng.directive:ngInclude On Tue, Jan 21, 2014 at 9:08 AM, Matt Ellis [email protected]: > What would you expect the...
Oh, I see what you mean now. It can be var referencing a string assigned on the $scope, so that wouldn't require quotes. If it's a plain string, then require...
Broken again...
@nikitavoloboev For my `karabiner.json` file, `simlayer-threshold` updates where the threshold is defined in the rules (but not the parameters you're showing): ```json "parameters" : { "basic.simultaneous_threshold_milliseconds" : 250 }, ```...
Here's a little playground with `set` aliased to `next` for the curious: https://svelte.dev/repl?version=3.1.0&gist=90c5eb4c3e9754ebafb1ed0f828866a2
@Mic-360 Can you please try this fix and see if it works for you? https://github.com/johnlindquist/kit/issues/984#issuecomment-1379993381
@Mic-360 Can you post your logs: Main.log: %USERPROFILE%\AppData\Roaming\Kit\logs\main.log Kit.log: %USERPROFILE%\.kit\logs\kit.log Or let me know if anything looks suspicious. I've installed the Windows version on 3 machines at home without issue,...
@Mic-360 Oh, thanks, that's super helpful. I need to check if Windows is falling back to the system node if the Kit node download fails. That could explain why it...
I've been thinking of ways to do this. Since you can dynamically assign controllers through routing, templates, etc, I'd probably just have to provide "dumb" completion where it offers anything...
Definitely. On Tue, Mar 26, 2013 at 10:18 AM, Ganaraj P R [email protected]: > Yeah, even dumb is better than nothing. While you are at it, perhaps a > feature...