Charles-Axel Dein

Results 24 issues of Charles-Axel Dein

Hi, I'm fairly new to Vim and I'm a bit lost among all those plugins. I'm using the experimental branch and I kind of preferred the defaults used by the...

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

Could you add a simple example usage with TypeScript in the doc?

help wanted

The `ModuleLoader` example seems copy pasted from `ChoiceLoader`. As a result it's not immediately clear how their API differ. Checklist: - [x] Add tests that demonstrate the correct behavior of...

https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops `componentWillReceiveProps` will be deprecated. What would you recommend now?

Proof of concept fix of #69 --- This change is [](https://reviewable.io/reviews/pytest-dev/pytest-factoryboy/76)

Because `pytest-factoryboy` replaces `SubFactory` with registered factories, it is possible to inadvertently create circular dependencies, which [are not detected by pytest](https://github.com/pytest-dev/pytest/issues/2909). In my case, the setup was the following: 1....

Thanks for building Kube! The page on [Hugo themes](https://themes.gohugo.io/kube/) mentions a "404 page : 404 page with animated background" - yet I can't really find it in the code, or...

Let's say I'm in Vim, editing `app/lib/hashing.py`. `app/lib/hashing_test.py` does not exist, but I'd like to work on the tests. Yet this command returns nothing: ```bash $ alt app/lib/hashing.py ``` I'd...