Jorrit Schippers

Results 43 comments of Jorrit Schippers
trafficstars

Also, the following change is necessary: `if (!$searchResult) return $value;` -> `if (empty($searchResult)) return $value;` in case there are no results for the search.

That off by one error again! Thanks @rkr87 !

My experience is as follows: when I automatically translate a component based on my other components, the plural form and singular form are concatenated and saved as the singular form....

I think the `_` part should be configurable too. I propose a solution like this: **config** ``` javascript amd: { 'underscore': '_' } ``` **code (untested)** ``` javascript var amdRequirements...

Just do this: ``` fos_ck_editor: default_config: basic configs: basic: toolbar: basic removePlugins: 'exportpdf' ```

This seems similar to my situation, but in my case it involves an interface. It tries to convert from an IReadOnlyList of the interface name to an IReadOnlyList of the...

I have this problem with GraphQLError instances. I will see if I can make some steps to reproduce.

Never mind, that situation seems to have been fixed very recently: graphql/graphql-js#718.

@mghoneimy I've tried this change on my code base and it removes a large amount of useless classes.

For me this happens when users have restricted the visibility of their email address to only themselves.