mugi-luffy

Results 9 comments of mugi-luffy

are there any plans to implement this in the future? something like this would be great: ``` router.delete( '/', authenticate, query('id').isInt({ min: 1 }).toInt().return(400), //this should send a response with...

same here. Last feed was on 12 of Oktober. When new feeds are detected, the small counter number on the icon is incremented, but I can't see the feeds when...

this is drop in replacement for [https://pub.dev/packages/libserialport](https://pub.dev/packages/libserialport ) , so all examples there are valid. You can do something like this: ``` import 'package:flutter_libserialport/flutter_libserialport.dart'; import 'dart:typed_data'; import 'dart:convert'; const availablePorts...

having the same issue on Ubuntu 20.04.3 LTS $hollywood -s 3 -d 300s shows the exact same output as the default $hollywood

same issue +1 currently I'am preloading assets including fonts like this, which seems to work for me: ``` Future main() async { final binding = WidgetsFlutterBinding.ensureInitialized(); binding.deferFirstFrame(); binding.addPostFrameCallback((_) async {...

also having the same problem with version 3.1.0 (web): "An erro occured. Please try again later. (Playback ID: ...)" Version 2.3.0 still working with no problems!

+1 how to access and modify variables, request body and request query params in unit testing. Currently unit testing is not very useful because only one test is possible. No...

I know this is old, but I'am having the exact same problem. Did you by any chance find a solution to this?