0xNF

Results 27 comments of 0xNF

How about getting this to work with the [Surface Slim Pen 2](https://www.microsoft.com/en-us/d/surface-slim-pen-2/8tb9xw8rwc14?activetab=pivot:overviewtab)? Other drawing applications, especially One Note, permit using the reverse end of the pen as an eraser.

This would be nice. In the interim, I've forked and patched version of the Flutter standard mdns library that is usable on Windows desktop: https://github.com/0xnf/flutter_multicast_dns I run bonsoir for mobile,...

So I've been looking into how Instagram does paging, and they return a cursor object in the form of an encoded string. For example one possible string might look like...

I'm not an expert at this codebase or on Instagram's api, but from the digging I've done, I don't think this will help with the rate limiting. At best it...

I also had this problem, so I wrote a small python script that helps with this issue, which you can find over here: https://github.com/0xNF/ilm Give it a list of profiles...

I understand this to be a low priority issue, but has there been any consideration of this in the past 13 months since the previous comment?

Works fine for me in most situations. What is your error?

@AmauryBuguet, @fncap This utility over read/write are great thanks. Here's a `delete` function to round it out. Any observant programmer could construct it on their own from the above examples,...

With respect to the deletion of `image = image.astype(np.float)`, I am running this unmodified on an ubuntu box and it works, but I have to delete this line to get...

Yeah I know it's easy to write my own. I just think I shouldn't have to.