Chigozirim
Chigozirim
> The multi-jobs aspect of pylint itself isn't really fit for purpose, mainly because it doesn't make runs faster (!), IIRC because astroid computes a full ast-graph, on each thread,...
I should also add that during my attempts to make multiprocessing work, any attempts to return an astroid node in `get_map_data` fails (during the pickling stage), due to the fact...
This comment fixed it for me: https://github.com/zsh-users/zsh-syntax-highlighting/issues/295#issuecomment-214581607 and the issue is probably a duplicate of this one
I use the following yaml config with `lint-staged` in order to work with `prettier-eslint`: ```yaml "app/**/*.{js,jsx}": - yarn --cwd ./app prettier-eslint '$@' --write --prettier-last ``` In order for the above...
@mutoo do you call `persistor.persist` or do you use store.dispatch to call the persist method? Please share your solution for this
This issue should probably be pinned so that casual readers will see it, but more importantly to attract a new maintainer
If anyone is wondering, here is the doc that describes how to automatically add customers to groups: https://mailchimp.com/help/automatically-add-subscribers-to-a-group-at-signup/ > is there a way to do this with tags? I tried...
Oh yes a hook will be a much better design.
@bjo81 I don't think there is anything wrong with the installation process. I'm assuming this was your [comment on AUR](https://aur.archlinux.org/packages/qogir-gtk-theme#comment-866492)? If so, can you tell me what options you have...
I also had the same problem. The only way to get it to work is to prefix any of the globs with `**/`. --- [IGNORE THE REST OF THIS:](https://github.com/evilmartians/lefthook/issues/195#issuecomment-1002206564) Also...