Alex Palaistras
Alex Palaistras
Mustache supposedly allows for recursive partials, which are useful for rendering nested/heirarchical data like trees and lists etc. I think this might be somewhat hard to accomplish due to the...
Currently, Fawkss does not aim for perfect compatibility with the SASS spec, and only employs SASS syntax for convenience's sake. It may be interesting to set a realistic milestone, however,...
There is currently no easy way of populating request-specific globals in PHP contexts (apart from binding variables and setting globals in PHP). For `go-php` to be useful in replicating or...
By default, configuration values for `log_errors` and `display_errors` depend on how PHP has been configured, and need to be made consistent in order for functionality to conform to expectations. Additionally,...
Current documentation is lacking, especially in terms of code examples. Bring the documentation up to standards.
Currently, commit messages are allowed via `-m` and stored, but not rendered in any way. Render these as labels after the branch/tag labels.
Currently, the standard `joe.ReceiveMessageEvent` sent by all documented adapters does not specify whether the message is "private" (a one-on-one chat in Slack, a `/msg` in IRC, etc). This can be...
I've found that certain pieces combine very well, especially ones that provide soundscapes when played along ones that feature distinct notation (e.g. Eyes Closed + Transmission). Thus, it might be...
Currently, `[]byte` slices in Go are presented in Python as a custom type, `Slice_byte`, which allows for iterating over and fetching individual byte values from the underlying slice. However, this...
This adds a complete DNS-01 exec plugin for interacting with the Cloudflare API, allowing for the automatic creation, updating and deleting of DNS records for pre-existing zones. Only standard library...