Marcin Wojnarowski

Results 42 issues of Marcin Wojnarowski

Which would print all kinds of debug information. Would be useful for debugging problems reported by users. It should: - cause `scoop-search` to print the things that are currently done...

enhancement
good first issue

When building a flutter app which uses this plugin, a deprecation warning is issued: ``` /Users/xxx/.pub-cache/hosted/pub.dartlang.org/health_kit_reporter-2.1.0/ios/Classes/Extensions+SwiftHealthKitReporterPlugin.swift:626:45: warning: 'sampleQuery(type:predicate:sortDescriptors:limit:resultsHandler:)' was deprecated in iOS 11: Use special functions for fetching Quantity/Category/Workout samples....

Slimmed down SetTheory a bit, should make it easier to find theorems. For reviewing: The first commit is moving existing things to the new package, the following commits are newly...

Initially `typer-go` was implemented using [gocui](https://github.com/jroimartin/gocui) but because of multiple issues with it, I dropped it and replaced it with [tview](https://github.com/rivo/tview). This brought many improvements but completely removed mouse support....

enhancement

## current behavior Currently you have to enter the IP by hand ## feature Scan for available rooms automatically from a CIDR

enhancement

Trying to `copy` a file that does not exist throws different exceptions depending on the underlying implementation. Assuming file `aaa` does not exist: ```dart import 'package:file/file.dart'; import 'package:file/local.dart'; void main()...

I can already see that streamed models are not augmented with the `instance_host` field, which would cause a deserialization error in some cases.

The following `useState` is marked: ```dart class W extends HookWidget { const W({super.key}); @override Widget build(BuildContext context) { if (Random().nextBool()) { return HookBuilder( builder: (context) { useState(1); return const SizedBox();...