Cristi Burcă

Results 94 comments of Cristi Burcă

-1 on removing ':'. It helps distinguish labels from function invocations.

> transpilers like CoffeeScript/Coco, which exist purely for removing key strokes I think that's inaccurate. The main goal, for CoffeeScript at least, isn't to remove key strokes, but to have...

To clarify, "being more expressive" usually means "less keystrokes", but not always. Also, you can reduce the length by 1 character, but severely impact readability in the process, which scores...

Could you post a list of WP-CLI calls that reproduce the issue? Also, have you tried using `wp core multisite-install` instead?

Just ran into this same error in a Django 1.6 app. Related: https://bugs.launchpad.net/django-openid-auth/+bug/1252826

Some background: https://github.com/scribu/wp-posts-to-posts/wiki/Data-organization In iteration 2, it did use the terms table to make connections, but the queries were pretty gnarly. In this scenario, term meta would be used for...

Also note that there's already a very similar plugin in spirit, which doesn't use any extra tables: https://github.com/voceconnect/objects-to-objects

Seems like a reasonable idea. If you end up writing a patch for it, please also try to add a unit test. On 29 Mar 2016 6:39 p.m., "Mike Hemberger"...

Trouble is that `README.md` is used to [generate](http://scribu.net/blog/deploying-from-git-to-svn.html) the `readme.txt` that shows up on wordpress.org.