Dmitry Arkhipenko
Dmitry Arkhipenko
I'm having a ghc error: `Errors: 0, Warnings: 0, Hints: 0, Uncategorized 1 Uncategorized: 1 : line 1, column 1: Uncategorized: Backend error encountered during 'Checking and Linting': ghc error`...
PR for #37 issue
Hello. I've installed [latest beta](https://github.com/noam09/deluge-telegramer/releases/download/v2.0.5.0/Telegramer-2.0.5.0-py3.8.egg) This is what I get after trying to tick the plugin. The plugin checkbox remains empty and the plugin is inactive. ``` 19:12:03 [ERROR ][deluge.pluginmanagerbase...
### Python Version 3.8.x ### Django Version 3.2 ### Package Version 1.4.0 ### Description When we try to cache some of the instances of autoprefetch models, they have their prefetch...
### Description Currently, when user uses `auto_prefetch.ForeignKey` on the model that does not inherit `auto_prefetch.Model`, following message is being displayed upon trying to serialize the object using pickle: ``` Traceback...
Hello. In order to reproduce the issue - do the following steps. ``` stack new proj cd proj ``` then change `resolver: ...` to ``` resolver: lts-9.21 compiler: ghcjs-0.2.1.9009021_ghc-8.0.2 compiler-check:...