Zach DeCook

Results 61 comments of Zach DeCook

@Finii > It also means that (at least part of) Material exists two times in the patched fonts. If we're okay with material existing twice over, we could take the...

I pushed it without the compiled files. Line-wise, the biggest change is `package-lock.json` ... ugh NPM.

Possible implementation of interface ```php interface FieldTypeInterface { public function __construct(array $params); /** * @brief render functions take the object and the key and return something Renderable. */ public function...

This seems like a breaking change, since `hidden()` wouldn't really be needed (just have the fieldType return nothing for renderList and renderView). Changelog for users * Deprecate `fields()` -- write...

Thinking more about this: passing them as objects shouldn't hurt anything, performance-wise, we're only ELV-ing one thing at a time anyway. Also, then we can just allow each one to...

A few concerns with allowing or recommending the use of non-fields as keys: They can't be used in `select` or `where` (which we may want to improve the search box...

Since this hasn't seen much attention in the last year, I thought I'd post my kludgy workaround. I like to read the docs with a single command `cheatp`, defined like...

@sjehuda, as far as I know, there are no invitation XEP's which specify a URI beginning with `xmpp://`. If there are popular clients/servers which create invitation URIs like this, we...

@emildekeyser, I tried this out, and I like it... *except* the call is ringing tone is made even if I'm making the call using another client. What's worse is that...

I included the operator `OP_NONE`, but it's not being used. Originally I was thinking this could replace the 'spec' definitions, but didn't dig deep enough to see if this is...