HAR

Results 29 comments of HAR
trafficstars

Hi there! I'd really appreciate if you could implement this as an additional option to "Double tap action" -> "Turn the screen on". I have my Pixel 4a set to...

That's exactly what I'm looking for! Thanks for your response, I'm really looking forward to this!

One minor note: I'm not talking about "single tap to **unlock**" but "single tap to **turn screen on**" but I guess you're talking about that too. Just to be sure...

I managed to change the language by adjusting the code & making a custom build of mine: `Controller.cs:ThreadedSpeak constructor` ```cs // Original CultureInfo keyboardLanguage = System.Windows.Forms.InputLanguage.CurrentInputLanguage.Culture; InstalledVoice neededVoice = this.SpeechSynth.GetInstalledVoices(keyboardLanguage).FirstOrDefault();...

Right now the `vendor-bundle.js` is 1.5 mb and the `app-bundle.js` is 112 kb unminified & unzipped.

I've tweaked the default CLI project a lot which makes it most probably very hard to reproduce. What I could do is "dumb down" my project to the bare minimum...

It's a commercial project which depends on our servers to run but I can try to remove those dependencies and critical code before handing it over to you ;) Obviously...

Hi @kisenka [here's the project](https://github.com/kisenka/svg-sprite-loader/files/2423386/LuMiSuite.zip) which should include everything. As already stated, it's an Aurelia project so the general structure & configuration workflow might differ a little from a vanilla...

Experiencing the same issue. I'd really appreciate support for `[email protected]` as older versions break eslint in combination with `[email protected]` (see [release notes](https://github.com/gsoft-inc/craco/releases/tag/v6.0.0) and the [related PR](https://github.com/gsoft-inc/craco/pull/219)).

Could you maybe provide some example/recipe of how to manually configure `craco` to use `scoped-css-loader`? I think `[email protected]` is only required by `craco-plugin-scoped-css`, so manually configuring `craco` would probably circumvent...