Santos Gallegos

Results 343 comments of Santos Gallegos

From the man page > A single quote may not occur between single quotes, even when preceded by a backslash. From SO https://stackoverflow.com/questions/8254120/how-to-escape-a-single-quote-in-single-quote-string-in-bash we could solve this by escaping single...

@marxin I'm trying to fix all things related to search on latest sphinx and rtd, I'm tracking the progress at https://github.com/readthedocs/readthedocs.org/issues/8871.

Just a note, some maintainers are packaging this theme for some distributions, and they include tests (so they also need to package the test dependencies), I wasn't able to find...

We are facing a similar problem at Read the Docs, looks like stripe used to create payment methods as `src_xxx`, `card_xxx`, etc objects, but now they create them as payment...

> Do you use dj-stripe on RTD or did you just come across this issue via google? We are in the process of adopting djstripe to handle subscriptions, instead of...

Hi, can you be more specific. What you mean with "rename twice"? I tried ```cpp void hello() { int test3 = 123; test3 = 456; std::cout

@hiberabyss can you provide the exact steps (and the cursor position) with a minimal init.vim?

I think you need to register those mapping on your own https://github.com/folke/which-key.nvim#-setup, nvim-treesitter-rafactor creates the mappings for you using the neovim api. Or if that plugin makes use of list...

> should this function perhaps generally type check to make sure it is a table? That makes sense, feel free to open a PR with that change!

@madskjeldgaard can you share the file you are using for testing?