G Noriega
G Noriega
[According to a Qt dev](https://bugreports.qt.io/browse/PYSIDE-1866?focusedCommentId=652904&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-652904): > When constructing a parentless window as shown in the code, it will be destroyed when leaving the function. Apparently the icecream printer keeps a...
After some testing, I have managed to discover that [icecream.py:229](https://github.com/gruns/icecream/blob/master/icecream/icecream.py#L229) is causing the trouble. The ```Source.executing``` method seems to be maintaining a reference to the local variables even its return...
I discovered that adding `gc.collect()` at the end of `IceCreamDebugger.__call__` solves the problem. ```diff --- a/icecream/icecream.py 2022-03-21 15:00:17.604475128 -0300 +++ b/icecream/icecream.py 2022-03-21 14:59:57.518886105 -0300 @@ -13,6 +13,7 @@ from __future__...
Because stderr shows in a different background color that makes it look like an error or warning. On Sun, 9 Jan 2022 at 00:59, Ansgar Grunseid ***@***.***> wrote: > thank...
I already did it and it didn't help that much as I still need to click on "show config" which has a somewhat bad layout to present the othername fields....
Opinion: identifiers should be just simple strings, preferably URIs. So instead of: ```yaml identifiers: - type: doi value: "10.5281/zenodo.3539765" - type: doi value: "10.5281/zenodo.1404735" - type: crazy-custom-scheme value: "complicatedId" -...
On Manjaro Linux, I solved this problem by installing ```aur/python2-gimp``` On Fri, 1 Jan 2021 at 11:34, Sir_Yaro wrote: > It really did improve things a bit but in my...
I had a project in which I needed to parse an XML format inteded for laws in Portuguese, so I would get things like: ```xml ``` On Wed, 6 Mar...
Para Debian/Ubuntu deve ser bem fácil. Para macOS acho possível criar um script que instale tudo automaticamente. Já para o Windows, a melhor opção me parece ser algo como o...
I'm still working on this issue Em ter., 13 de set. de 2022 16:39, Seed ***@***.***> escreveu: > This issue has been labelled as stale. If you would like to...