Trevin Miller

Results 34 comments of Trevin Miller

I'm not getting any errors, even without the ts-ignores

Try pulling my repo and see if you get the same thing. What's the return type of whatever value is in the recursive `commandsFn` lambda?

Oh, it's through a task. That seems more like an issue with task than the types here. Is there a definition for defining the return type of 'randomNumber'?

> @Stumblinbear did you ever find a resolution for this? I'm running into the same issue. I've just nested it in an object with a single field for the time...

Hmmm.. Could do. I'll look into it, though I haven't poked around Let's Encrypt very much.

I wouldn't underestimate how much battery usage would rise if you had to have a persistent connection. It would also be terrible for servers due to the 24/7 load it...

Has there been any progress on this? I'm needing polygon intersection, but the only crate that offers it utilizes `geo` which I'd rather not use *just* for the boolean op....