Alon Diamant

Results 76 comments of Alon Diamant

This: ``` my_long_variable_name = lambda_fixture( lambda fixture_1, another_long_fixture_name, some_fixture_factory, some_long_fixture_name_again, short, wow, long_fixture_name: some_fixture_factory.create_batch( size=10, something=short, something_else=long_fixture_name, ) ) ``` or even this: ``` my_long_variable_name = lambda_fixture( lambda \ fixture_1,...

Additions to PR: Prevented warnings in get_user_permission when getting BM people (or business personas) with explicit fields Added get_businesses to User to allow getting all accessible BMs Added get_extended_access_token to...

Should I resolve the conflicts and can we merge this in?

This project doesn't properly support React since v15.2. This is true in other projects as well, that fixed it. e.g. https://github.com/okonet/react-dropzone/issues/193

Not sure how nicely `require.context` plays with tree-shaking, an important feature of Webpack. Also, I personally love WebStorm's automatic imports (Alt + Enter or Cmd + Enter automatically adds the...

https://github.com/gajus/create-index This might be useful?

@declanelcocks yes, of a sorts. The main point is not confusing WebStorm's new feature: auto import of React components. https://www.jetbrains.com/webstorm/whatsnew/ This is also relevant for actions, and in my case...

No, I actually completely discarded this method. I also stopped exporting as default, rather I export by the identifier (e.g. control, class, whatever) name. It makes auto-imports almost as good...

I disagree. Generally I want *every* route to be logged, by default. I don't want to "opt in", I want to "opt out". e.g. /ping from ELB. Any way to...

> Ok, found the culprit, it seems. > > After I upgraded to 19.10, I got flooded with `syslog` errors with Nvidia _enabled_ or _on-demand_: `PCIE Bus Error: Severity=Corrected after...