Mike Bronner
Mike Bronner
Got it ... so to use it effectively, this replaces the Monoid-Regular.ttf, right? (Otherwise I don't have bold or italics if I leave it named Monoisome).
Unfortunately that doesn't seem to be the case with any of the editors I tried.
I think font-awesome has one of the best adoptions, seeing how well their FontAwesome 5 Kickstarter campaign went. But yes, there are more and more alternatives popping up all the...
Crud, I guess that holds true for PHPStorm 9 as well (built on Java).
There are also tempting syntaxes that use `{!! some command here !!}` and `{{ some command here }}` and `{{{ some command here }}}`. Would these be suited for ligatures...
Was just thinking we should throw together a ligature test page that has various code snippets where the ligatures would be used. We could quickly load that in different editors...
We also need a way to configure domains for multi-tenant apps, root-relative file paths would be great to have.
I'm having this or a similar issue: if markers are being spiderified because of max-zoom-level, clicking on a spiderified marker hides the popup because the marker hides right after clicking...
The work-around for HasMany relationships is clunky, and may prove to be a performance issue if you have thousands of search results. Instead of `$blog->posts()->search('...')->get();`, I do the search, then...
This has now been implemented in config in release 0.13.0. Will keep this open to add command line tool as well.