Stephen Paul Weber
Stephen Paul Weber
It seems like `target-name != cpp` is failing even though I am building in CPP mode... any ideas if this is a linux limitation of haxe or what?
Right now there is no refcount with retainHaxeObject. That means that if two methods are called which both return the same object (or the same method twice, etc) by different...
Is it just the same as a `Data.Map` in that case?
When using php `mail()` function to send mail from RainLoop, every message from every user gets `Return-Path: [email protected]` header. This causes bounced messages to go to the server admin (me)...
I just got the game running on latest mono by deleting the security dll from the top folder (it's part of a standard mono distribution anyway)
In my console when clicking the follow links I added at https://singpolyma.net/
It would be nice if a reader, upon registration, could specify that it only supports PSHB feeds and then only get shown if the feed contains `rel="hub"` so that users...
encode'
Would be useful to provide `encode' :: (Binary a) => a -> Data.ByteString.ByteString` Usually I want lazy, but sometimes I do not.
I often find myself needing this function: ``` listUntilEnd :: (Binary a) => Get [a] listUntilEnd = do done
http://tantek.pbworks.com/w/page/19402946/NewBase60 In heavy use by the IndieWeb community