Ivan Danyliuk

Results 52 issues of Ivan Danyliuk

Hi, is this code still in sync with the primary code from NuPIC?

Currently only unbuffered channels are supported. Buffered channels send/recv will not appear in visualization made by gotrace. That's because buffered and unbuffered channels implemented differently, and in the first case...

In many cases goroutines' invocation have some patterns (i.e. workers, server, etc). They could (and should) be grouped logically and visually separated from other goroutines/groups. This goal is achieved by...

Currently, only integer variables will be saved as args for EvSend/EvRecv events. For other types it will be 0. Need to find a way to pass more data into args...

Hey, I'm not using XML-RPC anymore and have no time to test proposed pull-requests. Anyone willing to get the ownership for this package? Seems like people still use XML-RPC.

Daterangepicker uses 00:00:00 and 23:59:59 time marks for start and end dates, and uses browser timezone to represent them. String (JSON) representation of these dates are in UTC. And this...

Hi, thanks for the fantastic libs! On the MacOS FlutterBleLIb currently throws an exception about missing plugin, even if's used with BleEmulator. Would it be possible to be able to...

Hey, is there any plans to support web platform?

Hi, this package seems like really nice data table, but there is no mention of filtering (i.e. searching) functionality? Is it planned or I'm missing something? Actually, I'm trying currently...

enhancement

Similar to https://github.com/flutter-form-builder-ecosystem/form_builder_file_picker/issues/57, opening image on desktop platforms should be as easy as having file picker. I'd love to have image cropping as well (as it seems to be a...

enhancement