Michael Spiegel

Results 7 comments of Michael Spiegel

Isn't there an issue with this pull request in that on some platforms the PHP integer type is 32 bits and on other platforms it is 64 bits? Forgive me...

I think I'll be able to provide you with a data set. Give me a little time I'll have to prepare the data set and then double check it can...

Sure. I'm building a GitHub integration. So it will listen for events from GitHub, it may perform actions based on those events, and then it returns an http response. Incidentally...

I have two issues with the proposed changes: (1) I don't see the purpose of keeping around the tmpSet and the sparseSet if we introduce the transientSparseSet. (2) Presumably the...

It looks like http://user-agent-string.info now recognizes the android browser but uadetector does not. The test input is "Mozilla/5.0 (Linux; U; Android 4.0.3; ko-kr; LG-L160L Build/IML74K) AppleWebkit/534.30 (KHTML, like Gecko) Version/4.0...

I'm on an M1 mac as well and getting a similar error message. Any logs I can provide to help?

core::error::Error is scheduled to be stabilized in Rust 1.81. One step closer to no_std compatibility.