Esa-Matti Suuronen

Results 30 issues of Esa-Matti Suuronen

Now `bubble` and `broadcast` methods can be considered as specialized versions of `trigger`, but in some cases they cause inconvenient event duplication (TODO: add examples). Considering to limit them only...

question

``` coffee myfun = -> foo = bar ``` It should warn about the undefined bar variable. This something I miss the most from jshint/jslint.

enhancement
new rule

Hi! I created few tests for [@valu/focus-trap][] using this. Unfortunately it seems that it does not work quite right if tests are executed with window focus. [@valu/focus-trap]: https://github.com/valu-digital/focus-trap Steps to...

https://github.com/stoeffel/underscore.string.fp Following the footsteps of Lodash v4. Make this work ``` js import {trim} from "underscore.string/fp"; var foo = trim("_")("_foo_"); expect(foo).toBe("foo"); ``` Precompiled files for cherry-picking would be cool too...

help wanted

## Description When I have a `.np-config.json` in my project with contents of `{ "publish": false }` I'd expect to work like `np --no-publish` when I run just `np`. ##...

more information needed

Ex. ``` $post_global_id = \WPGraphQL\Model\Post::to_global_id( 1 ); // cG9zdDoxNQ== ```

Type: Enhancement
Status: Discussion
Component: Model Layer

Use case: I need to render list of items that have images associated with them and I need to use the `medium` sized image. I can get the sizes for...

Architecture
New Feature
effort: med
impact: med
:rocket: Actionable
Component: Input
ObjectType: Media
stale

The source uses both `wpgraphql_acf_` and `graphql_acf_` prefixes in `apply_filters()`. I think we should have only one naming convention. I'd prefer `graphql_acf_` as it is what the core uses.

enhancement
:rocket: Actionable

There seem to be some TODOs in the code about this. Just creating a ticket to track its progress if you don't mind.

enhancement
has-pr
help-wanted

I'd like to put some example code to CodeSandbox but I do edit and maintain it with vscode and git and just to deploy it to CodeSandbox. Is is possible...