Rob

Results 45 comments of Rob

Suppose one is willing to manually run `ChangeDetectorRef detectChanges or Application.tick` in any `async/await` blocks in order to move past ES2016. Are there any other problems that would need to...

I would still set `fullwords` to `true` then add `asshole` to the dictionary so it will be filtered as a fullword.

An external database option would definitely be great as some people like myself have many different instances of OctoPrint that are often temporary in nature and so local data will...

> * What is the "best" database storage? Should I just support a postgres DB, or should I use some of the "fancy" cloud databases, because "most" of the User...

Just FYI, I just had the same issue when adding an action for AbuseIPDB. I only did a `reload` but the 2nd action wasn't running. Saw this thread and did...

Yes, please an `"ignoreMessageIds"` is very much needed. Unless I am missing something it seems the eslint-plugin-tsdoc is all or nothing. Is there any way to stop reporting on some...

I'm also getting the same crash with NativeScript 8.1 on iPhone X iOS 14. ```log CONSOLE LOG: DEBUG_LOG: Creating barcode scanner... ====== Assertion failed ====== Native stack trace: 1 0x103cdc320...

Yeah this is a known problem with NS v8.1. You can try the temporary hack: ```typescript const scanner = new BarcodeScanner(); if (scanner['_observer']) { scanner['_observer']['_owner'] = undefined; scanner['_observer'] = undefined;...

@bradmartin Nice job!! Tried it and it seems to be working well now!

Hi @EddyVerbruggen thank you for this great plugin! I am unfortunately having the same issue since moving to NativeScript 8 on Android. As soon as the camera opens the app...