Coby Tamayo

Results 11 issues of Coby Tamayo

Project was generated with: ```sh lein new luminus luminus-httpkit-figwheel +cljs +http-kit ``` Full output: ``` $ lein figwheel WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access...

Inspired by discussion on #2311 and #1434. At times you may want to prepare certain Post data, such as when converting to JSON or switching between sites in a network:...

2.x Future

PHP 5.1+ allows for declaring arrays and class/interface names in method signatures, e.g. ```php class Post { public function my_method( Post $post ) { return $post->meta('whatever'); } public function other_method(...

help wanted
2.0
feature-request

## Is your feature request related to a problem? Please describe. I recently had to implement a somewhat advanced frontend pattern: ![Example page with side nav](https://i.imgur.com/gs76NRm.png) * The main nav...

2.x Future

## Is your feature request related to a problem? Please describe. #2333 introduced the new Image API: `Timber::get_image()` and `Timber::get_attachment()`. In the PR for that, we concluded that the least...

2.x Future

## Is your feature request related to a problem? Please describe. There is a `merge` option available in [`Post::terms()`](https://github.com/timber/timber/blob/2203/post_terms_api/lib/Post.php#L683) that lets the caller specify whether they'd like all terms in...

2.x Future

## Is your feature request related to a problem? Please describe. The core issue is described in https://github.com/timber/timber/issues/1434 - that issue provides a workaround but does not opt to fix...

2.x Future

From this discussion: https://github.com/timber/timber/pull/2300/files/9b4b6f6eb09f587dbfa4a3111c0669ebbbca9aaf#r465162918 That function sets all the CSS classes for a menu item dependending on the context. I wouldn’t mess with this one, because it will probably break...

2.x Future

Fixes https://github.com/tomaszsita/wp-manual-image-crop/issues/65

When the `ManualImageCrop` class checks whether it should create a Retina crop for the current image, the check will always return false. This is because the `make2x` data value is...