Mathieu Bacou

Results 18 comments of Mathieu Bacou

The same applies to CouchDB (see [the issue at openwhisk-deploy-kube](https://github.com/apache/openwhisk-deploy-kube/issues/673#issuecomment-869067074)). But in this case, it has more to do with using an old version of CouchDB, and I cannot tell...

For an 11s-long video, I fixed the problem by just setting a maximum size (previously set to "Unlimited", the default), to 50MB. The original video is 61MB (3840x2160, recorded from...

Well, I don't _expect_ you to fix the problems immediately :) Thank you @zzzyxwvut for this quick fix, it seems to work (both what you posted, and you other suggestion...

Hello, Using the same `repro.lua` file but with the following mapping: ```lua mappings = { i = { ["{"] = path_actions.insert_reltobufpath_insert, }, }, ``` (of course that is weird to...

I think it this related to this Telescope bug: https://github.com/nvim-telescope/telescope.nvim/issues/2319. It looks like we need to use `vim.schedule` to manipulate the cursor.

I also want this exact behavior. It seems that Napoleon would be able to do that using `napoleon_include_init_with_doc`. With this configuration: ```python napoleon_include_init_with_doc=True autoapi_python_class_content = "class" autoclass_content = "class" ```...

(adding my rationale as another comment) I like to document the class's general behavior and usage in its docstring, but document peculiarities of its initialization (interaction between parameters, special or...