rwijtvliet

Results 25 issues of rwijtvliet

#### Is your feature request related to a problem? A `Timestamp` with a `freq` attribute can be used as a replacement/workaround for a `Period`, if time-zone awareness is needed. Below...

Enhancement
Timezones
Period
Needs Discussion

It'd be helpful if, after having found the mystery country, the distance to each incorrect guess was shown somewhere. That way a player can more directly get a feel for...

# Issue ### TLDR `pint.Quantity.__add__` raises `DimensionalityError` which (IMHO) it shouldn't. ### Detailed In the example below, custom class ('GameDurations') implements `__add__` and `__radd__`, so it can handle `self +...

`return NotImplemented` to defer to other object`s `__radd__` method. See [this issue](https://github.com/hgrecco/pint/issues/1521) - [x] Closes # (1521) - [ ] Executed ``pre-commit run --all-files`` with no errors - [ ]...

I want to use the semicolon in the definition of a hotkey. And I want to be able to use that hotkey on multiple keyboard layouts (e.g. qwerty and dvorak)....

Currently, when moving a space from one display to another, there are 2 issues that I suggest could be improved: * The order of the spaces is indeterminate. I.e., it...

This link (`code_runner.lua`) is dead: And if I understand this correctly, `mode` is not type bool but string:

#### OS (e.g. Windows 10 or macOS Sierra) MacOS Sonoma #### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7) 0.28.9, office 365, Python 3.11.6 #### Describe...

**Problem** The sample AHK script contains 3 lines to create a visual border: ```ahk ; Uncomment the next lines if you want a visual border around the active window ActiveWindowBorderColour(66,...

bug

```python import pandas as pd import numpy as np import pint import pint_pandas # For reference: __neg__ on Series without units. # ----------------------------------------------- # Input: s_plain = pd.Series(np.random.rand(2), index=['a', 'b'])...