Bryce Guinta
Bryce Guinta
From investigating the code I'm getting the impression that context `cache_generator` isn't working very well for caching, and may have some low hanging fruit for improving performance. Possible improvements: -...
# Problem Hi I think dogpile.cache is really awesome, however I've been encountering an issue using the memcached backend: It looks like dogpile.cache uses ``__repr__`` or ``__str__`` of the parameters...
I'm unable use pycall graph on the `astroid` module. Steps to reproduce: `pip install astroid` ``` from pycallgraph import PyCallGraph from pycallgraph.output import GraphvizOutput import astroid graphviz = GraphvizOutput(output_file='filter_none.png') with...
Hey I'm testing this out and I encountered this error: Create a file called `repro.lua` with the text ```lua require "lsp_setup" vim.api.nvim_create_user_command("Nvimrc", ":e ~/dotfiles/nvim/init.lua", {}) ``` - Shift-V on the...
The previous code contained a bug where git couldn't reside in a relative subdirectory. This change allows git to be installed in the user directory while avoiding git.exe from being...
Pylint needs a collection of performance integration tests (see PyCQA/astroid#519) help further optimization efforts. They don't need to be run as part of the standard CI or with just calling...
I'd like to be able to (move/select/delete) the parent node without (m/s/d)ing the contents - for changing code quickly **Describe the solution you'd like** Example: `"@function.outer _ @function.inner"` Would select...
**Bug description** Upgrade to 3.0.6 from
Currently redbaron doesn't support f-strings: ``` from redbaron import RedBaron RedBaron(""" f'foo' """) ``` Results in ``` ParsingError: Error, got an unexpected token STRING here: 1 f'foo'
pip2arch was giving me errors, however pip2pkgbuild seems to work fine https://github.com/wenLiangcan/pip2pkgbuild