Michal Kaut

Results 12 issues of Michal Kaut

I tried to follow the steps in the README, but when I run `client.get('/me')`, I always get `AADSTS50011: The reply URL specified in the request does not match the reply...

bug

I have just installed sonixd on Windows 10 using winget. It crashes on start with the following error message (only picture, as I did not find any log file): ![image](https://user-images.githubusercontent.com/9974117/193782786-6eb0b35a-eb7c-4570-a458-ea3163b701aa.png)...

bug

I have tried to follow the installation instructions (twice), but when I come to step 9 (running testImport), the routine eventually crashes with error message "Compile error: Expected: end of...

I have several sensors and one of them stopped reporting a couple of days ago, but it still works in the Flower Care app. I put in a new battery...

Is the new Flower Care Max variant (for ex. [here](https://www.aliexpress.com/item/1005002842052707.html) supported? I bought one, connected it to the app and then wanted to add it to the daemon. I found...

In many recipes, amounts of some ingredients are specified as an interval, such as "4-5 eggs". If I do this in the Cookbook, the upper bound is completely ignored, i.e.,...

bug

In many recipes, the amount of seasoning (salt, pepper, etc) is often unspecified, with the understanding that this means "according to your taste". If I do this in the Cookbook,...

enhancement

I tried to upgrade from 4 to 5 using the instructions from [https://github.com/dleidert/openmediavault-upgrade/tree/4], but the script failed with a python TypeError. The end of the output was: ```bash delete mode...

Using clip on pint-typed columns issues `UnitStrippedWarning` with Pint-Pandas 0.5, Pint 0.23 and pandas 2.1.4, on Windows. For example: ```python import pandas as pd import pint_pandas ureg = pint_pandas.PintType.ureg lb...

I tried using pint-pandas-enhanced DataFrames in a [Streamlit](https://streamlit.io/) app, but displaying it leads to an error from pyarrow. My code: ```python import streamlit as st import pandas as pd import...