Anthony Carrico

Results 8 issues of Anthony Carrico

This regex deserves a comment. I guess ^$ matches begin/end of line, in some group construct. But why is it set to this? Is this something you'd want to keep...

Suppose I create a haskell library intended to be called from C, such as in [Calling Haskell from C](https://wiki.haskell.org/Calling_Haskell_from_C). If I put `install-includes` in my cabal file, then the .h,...

question

As a beginner, I just interpolated between the working example, and the broken example with "using". This fix renders the example less perfect for introducing "using" notation, but at least...

Imapfilter is failing to login with port 993. I had this same issue with a previous version, but I updated to 2.8.1 (on NixOS 23.05) for this test: ``` $...

As detailed in test case: https://gist.github.com/acarrico/850f9d7112104afd3e5a6dd916edf1ae ``` (require/typed "untyped.rkt" (#:opaque XPointer x-pointer?) (make-x (-> XPointer)) (take-x (-> XPointer Void))) ``` Succeeds in Racket 6.2, fails with contract violation in 6.6,...

unsound

These two commits are enough to get the examples working again, even with GTK and Gloss.

As far as I can tell, courier doesn't directly support current Spamhaus DNSBL return codes. I'm posting the issue here to ask if anyone can verify, and to publish my...

I didn't notice a function to normalize time periods, so given 61 minutes, you'd get 1 hour, 1 minute, but given 48 hours, you'd still get back 48 hours. Is...

enhancement
good first issue