kalvdans
kalvdans
Allowing hash on mutable objects leads to strange situations. For example: ``` >>> import mendeleev >>> H = mendeleev.element(1) >>> myset = {H} >>> H.atomic_weight = 2 >>> H in...
Also broaden the test coverage with set operation and equality to different object. Follow-up on https://github.com/lmmentel/mendeleev/pull/43
I'm used to write `ipython -im ` to do interactive Python hacking. However, on one installation it doesn't work. Working machine: ``` (env) brahe$ ipython -im os Python 3.8.2 (default,...
### Proposed new feature or change: Now `np.average` doesn't broadcast `a` to match the shape of `weights`. That's all fine and according to documentation, but it would be an enhancement...
I tried to use `/dev/null` in a unit test (since I'm not interested in the result) but the library crashes hard. This is a minimal test case: ``` #include #include...
According to the unix(7) manpage on Linux: > When binding a socket to a pathname, a few rules should be observed for maximum portability and ease of coding: > *...
Fixes this error: ``` error: no operator "-" matches these operands operand types are: - const float2 ```
### Query - NetworkId: `SE` - From: `Location{STATION, 740020749, 59.3309450/18.0592660, place=Stockholm, name=T-Centralen T-bana, products=[HIGH_SPEED_TRAIN, REGIONAL_TRAIN, SUBURBAN_TRAIN, SUBWAY, TRAM, BUS]}` - Via: `null` - To: `Location{ADDRESS, 59.3320940/18.0601610, place=Stockholm, name=Klara Norra Kyrkogata}`...
Output from `sudo nvme list` ``` Node SN Model Namespace Usage Format FW Rev --------------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- /dev/nvme0n1 Y532XXXXXXXXXXXXX M.2 (P80) 3TE6 1 1.92 TB /...
This patch will allow rofs-filtered to match symbolic links with patterns in `-o invert` mode. It makes more sense in my opinion than including all files of a particular type.