Isaque Neves

Results 209 comments of Isaque Neves

I would like to do this in the backend, but I haven't found a lib to work with off-screen webview with dart, does this lib work with dart-vm? since my...

@srujzs How can I make an extension on IFrameElement to get document from an iframe? I tried something like this but it doesn't work ```dart @JS() library workarounds; import 'dart:html';...

@srujzs none of the alternatives you posted works. is there another way to make a function that returns the Document instance of an IframeElement? ```dart //this not work html.Document doc...

> The JS foreign function you seem to be trying to use (JS('Document', '#.document', this)) is not meant for end users. It's only meant for internal libraries as it's quite...

@srujzs I created a minimal example https://github.com/insinfo/teste_iframe

i can't use js 0.6.4 package ```console The current Dart SDK version is 2.12.4. Because teste_iframe depends on js >=0.6.4 which requires SDK version >=2.16.0-100.0.dev

### server.dart ```dart library galileo_framework.http.server; import 'dart:async'; import 'dart:collection' show HashMap; import 'dart:convert'; import 'package:galileo_container/galileo_container.dart'; import 'package:galileo_http_exception/galileo_http_exception.dart'; import 'package:galileo_route/galileo_route.dart'; import 'package:galileo_combinator/galileo_combinator.dart'; import 'package:http_parser/http_parser.dart'; import 'package:logging/logging.dart'; import 'package:mime/mime.dart'; import 'package:tuple/tuple.dart'; import...

@stereotype441 I didn't make any progress in the migration of this package (https://pub.dev/packages/galileo_framework), because after using the tool I have many errors and problems, and it doesn't run the tests

I implemented code for this in dart a while ago for SCP, but I thought phpseclib would have a ready-made method for this? ```dart ///return total size in bytes of...

@shellfyred When I access the Debian 10 server via SSH from a friend's Windows 10 machine, the problem doesn't occur, but when I access the server via SSH on my...