PathToLife

Results 12 comments of PathToLife

wish I saw this earlier trying to handbrake raspberry pi 4 (ARM / aarch64) - not sure how this would go, but would be nice.

Took me a while, but through process of elimination worked out that you need `auth.html` in the public folder. ### Error Message: Without it: ![Screen Shot 2020-01-22 at 3 23...

Nexith, in your case, you're probably have some sort of infinite `authProvider.somthing()` loop because it is inside an `authProvider.somthing()` Provider. so it's like this - `` load - authProvider.somthing() -...

Seems like there isn't a function to unset https://developers.google.com/tag-platform/gtagjs/reference#set Perhaps we can instead set `undefined` or `null`.

Result of my own testing: Great works! ### This will fix changeColor() in node_modules/miio/lib/devices/yeelight.js ``` changeColor(color, options) { // FIXES temperature = NaN const range = this.colorTemperatureRange; const temperature =...

Like wakabayashik commented above. @wakabayashik The Json document needs to change keys to $oid -> $1. The regex to do so doesn't work with spaces `{[space]"$oid":[space] {}[space]}` is not detected...

Do we know if this is because of Github's MD rendering API not yet supporting [!NOTE] [!TIP] etc etc? https://docs.github.com/en/rest/markdown?apiVersion=2022-11-28 For now I've found a workaround which uses the rendered...

I've linked a discussion on webpack side of things. It seems the code in question is dynamically importing a `template-engine` for purposes of rendering templates https://expressjs.com/en/guide/using-template-engines.html A template engine example...

Thanks for working on this! It's awesome to read through the implementation here. Just wanted to add my results, the 0.2 threshold (barely) didn't detect duplicates in my resized image...

Adding an update for Dec 2023 Can still reproduce this TextField inside Dialog autoFocus behaviour on `"@mui/material": "^5.15.0"` `"react": "^18.2.0"` @SikandAlex's solution works for me `disableRestoreFocus` on the Dialog with...