Euan Torano

Results 258 comments of Euan Torano

Some more information about listing Linux serial devices: - [TTY Drivers](https://www.oreilly.com/library/view/linux-device-drivers/0596005903/ch18.html) - [A similar GitHub issue for another project](https://github.com/RasppleII/a2cloud/issues/22)

Would this include reading from system sources of randomness (eg: `/dev/urandom`)? If so, I have a library that makes that easy: https://github.com/euantorano/sysrandom.nim

Note: This has only been tested on my Mac, sending to a Windows laptop. I need to dig out some other machines to test on. I also want to double...

Did you forget about my comment RE the installer, or is it intentional to leave that?

> I want to submit PRs to replace the installer code soon, but just pushed a fix in case it causes errors in the meantime (https://github.com/mybb/mybb/commit/9d3711039c2738d8d3d18108be09de575b2a4d0b). Fair enough, sounds like...

I note that this seems to affect every version of the Admin SDK, including: - .NET (this issue) - Go - Java (functions implemented in https://github.com/firebase/firebase-admin-java/commit/d1baee366cebf121aa6d5a62593c08cc26ce97a8 but no release tagged)...

Now that 2.4.0 has been released, I've updated my project to it. It looks like `SendMulticastAsync` hasn't been marked as obsolete/deprecated as the [`ObsoleteAttribute`](https://learn.microsoft.com/en-us/dotnet/api/system.obsoleteattribute?view=net-7.0) is commented out: https://github.com/firebase/firebase-admin-dotnet/blob/bc7bc090a0636b4c7487dd530511139ec60b167a/FirebaseAdmin/FirebaseAdmin/Messaging/FirebaseMessaging.cs#L422 It seems...

I would prefer adding an `slrem` proc personally. On Fri, 24 Apr 2020, at 12:57, Joris Bontje wrote: > > > The set commands `SADD` and `SREM` accept multiple `member`...

Interesting. I haven’t actually tested with orc, but will do so next weekend when I next have access and time to test. Thanks for bringing this to my attention!On 15...

It would probably be a good idea, yes. Good point.