Steve Gehrman

Results 84 comments of Steve Gehrman

Was this ever solved? Do we have to include lint and pendantic to get the unawaited() function?

At least fix the flutter web crash, it's been months.

turn on 'All Exceptions' and 'Uncaught Exceptions' in the vscode debugger.

Tried the CacheProvider. Didn't work.

dyld[50618]: Library not loaded: @rpath/FBLPromises.framework/Versions/A/FBLPromises Referenced from: /Users/steve/Library/Developer/Xcode/DerivedData/Runner-dxohvkdpondjoxcgfbjhylmeoezo/Build/Products/Debug/Dashboard.app/Contents/MacOS/Dashboard Reason: tried: '/Users/steve/Library/Developer/Xcode/DerivedData/Runner-dxohvkdpondjoxcgfbjhylmeoezo/Build/Products/Debug/FBLPromises.framework/Versions/A/FBLPromises' (no such file), '/usr/lib/swift/FBLPromises.framework/Versions/A/FBLPromises' (no such file), '/Users/steve/Library/Developer/Xcode/DerivedData/Runner-dxohvkdpondjoxcgfbjhylmeoezo/Build/Products/Debug/Dashboard.app/Contents/MacOS/../Frameworks/FBLPromises.framework/Versions/A/FBLPromises' (code signature in '/Users/steve/Library/Developer/Xcode/DerivedData/Runner-dxohvkdpondjoxcgfbjhylmeoezo/Build/Products/Debug/Dashboard.app/Contents/Frameworks/FBLPromises.framework/Versions/A/FBLPromises' not valid for use in process: mapped...

got this today: It's been working great for weeks, not sure why it's now failing Error: spawn ENAMETOOLONG at _errnoException (util.js:1024:11) at ChildProcess.spawn (internal/child_process.js:323:11) at exports.spawn (child_process.js:502:9) at Object.exports.execFile (child_process.js:212:15)...

One thing I noticed. On Android the listener seems to get called back once when starting up. I was relying on this to set the initial state of the variable....