tomkcook

Results 26 issues of tomkcook

**Your Environment** * Plugin version: 1.1.0 * Platform: Android * OS version: 11 * Device manufacturer / model: OnePlus 7 * Flutter info (`flutter info`, `flutter doctor`): ``` Flutter 3.0.1...

`SoCoordinateElement.getInstance(state)` is meant to retrieve the coordinate data from the top of the scenegraph stack. But this doesn't seem to work in an event handler context. I'm trying to do...

I'm using fuse-ext2 on macosx to edit files on an SD card containing Raspbian (to boot a Raspberry Pi). I've put the SD card in and mounted it like this:...

It might be me being really dim but I can't see a way to check if an address lies within a range. eg: ``` const ip = new IPv6('fd5e:ea3a:c90e:753f:d625:ccff:feb3:80a4'); const...

Example: ``` #__pragma__('skip') def el(name, attrs, *children): pass #__pragma__('noskip') def App(): return el("div", { **{'class': 'my-class'} }) ``` Transcrypt output: ``` $ python3 -m transcrypt test.py Transcrypt (TM) Python to...

IS: bug?

We've been looking into the performance of this code: ``` import pyroute2 import cProfile ipr = pyroute2.IPRoute() cProfile.run("ipr.get_addr(ifindex=29)") ``` Substitute the ifindex for an interface with a few addresses on...

**Is your feature request related to a problem? Please describe.** I have an existing diagram that I'm trying to port to force-graph. This is a feature that we've hacked into...

Is there a good way to be notified when a service disappears without calling `unregister_service()`? Or do I have to regularly check that the service is still responding as advertised...

When I try to use something fairly similar to the example, I get redirected to the Google login page and then, when I click allow, get this in my browser:...

It would be really useful to have some guidance on how to choose the correct strength value. The documentation suggests a value of 0.66, essentially without justification. I've been doing...