Isaque Neves

Results 146 issues of Isaque Neves

how to go to a specific step in javascript

The memory usage will increase absurdly without stopping while you resize the window. I created a WPF C# project in Visual Studio 2015 Update 3, using .NET Framework 4.5.2 on...

I'm getting this error when compiling a flutter app for ios, with the latest version of macos/ios/flutter ```console /Users/insinfo/Desktop/MyProjectsFlutter/appsescverao/appsescverao/ios/Pods/Reachability/Reachability.m:465:63: warning: cast to smaller integer type 'unsigned int' from 'Reachability *'...

add support for windows and linux, to work with flutter for desktop This will make development for android and ios much easier, so I can test the application by compiling...

enhancement

I need a way to load this web page https://spe.riodasostras.rj.gov.br/iptu/guia.aspx off the screen and fill and send the form and get the result page and render inside the Scaffold. Is...

IFrameElement.contentWindow does not have a property document workaround ```dart var write = js.JsObject.fromBrowserObject(iframeForPrint)['contentWindow'] ['document'] as js.JsObject; write.callMethod( 'write', ['Injected from parent frame']); await Future.delayed(Duration(milliseconds: 200)); var print = js.JsObject.fromBrowserObject(iframeForPrint)['contentWindow'] ['print']...

area-library
library-html

Bad state: Unrelated types: class Object and abstract class FutureOr in (readData ?? (req, res) {if (req.bodyAsObject is! Data) {throw GalileoHttpException.badRequest(message: 'Invalid request body. Expected $Data; found ${req.bodyAsObject} instead.');} else...

area-migration

I'm having this problem on Windows 11 when Mobile Hotspot is enabled, it seems there's a bug, when Mobile Hotspot is enabled, I keep losing the connection all the time...

I'm used to using this on debian and now I'm needing to use it on windows with PowerShell and I didn't find any other option.

How can I get the size of a directory in bytes with SFTP/SCP to calculate copy progress