-
# Question
* OS: Fedora 31
* Python version: 3.7.5 (default, Oct 25 2019, 15:51:11)
* Pydantic version: 1.2
First of all, thank you so much for your awesome job! Pydantic is a very good libra…
-
Some classes define stop conditions for the evolutionary process such as MinimumProgress or TimeLimit. Perhaps there is a gap in how these conditions can be added to the pipeline, though.
A conditi…
-
I think I found an edge case with the annotation `float` when passed an `int` in `beartype`. For convenience, PEP484 accepts int when `float` is annotated: https://www.python.org/dev/peps/pep-0484/#th…
-
I have this method on a `Doer` that tests the DHT client interaction with the server. It adds DHT puts to a `deque` so the client (that is a different `DoDoer`) can process them independently (trying …
-
This may not be the best practice for ``BioSTEAM``, but this is what I'm doing for ``QSDsan`` since a lot of the equipment in the sanitation systems does not have BM, so I find it easier to default th…
-
Extracted from `_pephint.py`
>FIXME: *WOOPS.* The "LRUCacheStrong" (LRUCache) class is absolutely awesome and we'll absolutely be reusing that for various supplementary purposes across the codebase…
-
I expected here that `test` will be a type of `Cls`:
```lua
---@class Cls
local Cls = {}
---@generic T
---@param self T
---@return T
function Cls.new(self) return self end
local test =…
-
https://user-images.githubusercontent.com/63902683/140805646-05046b48-b086-401b-8d0f-7c5dae3cfd5b.mp4
After upgrading to Fedora 35, the command "sudo bleachbit" takes a long time to execute and…
-
Hey everyone!
We're bringing some important news today regarding Red and data storage, with the upcoming changes to the Discord Developer ToS we're giving you new options to control your data (A bi…
-
- Sublime Version: 4077
- OS Version: macOS 10.15.5
In python files completions are inhibited quite aggressively, I feel. Not sure what is the reasoning for this behavior so I would suggest to rec…