Alexander Y.
Alexander Y.
> I had this issue when playing TF2 on Linux. Turns out this problem was caused by SELinux. I managed to fix it by allowing execheap permission with this command:...
I can confirm that the problem happens when passing webkit2gtk 2.42, no problems with 2.40.
> If someone ends up here but still want's to use 2.42 you can run the dev command like this: `WEBKIT_DISABLE_COMPOSITING_MODE=1 npm run tauri dev` > > It might work...
> Hi @Siirko, > > thanks for using our client. > > How looks like the raw output of your query in InfluxDB UI? > > Regards With a simple...
https://github.com/influxdata/influxdb-client-python/issues/454#issuecomment-1153858838 ```python from influxdb_client.client.util import date_utils from influxdb_client.client.util.date_utils import DateHelper import dateutil.parser from dateutil import tz def parse_date(date_string: str): return dateutil.parser.parse(date_string).astimezone(tzlocal()) date_utils.date_helper = DateHelper() date_utils.date_helper.parse_date = parse_date ``` This helped...
> The `query_csv` returns data as is in InfluxDB response. You have to use your transformation function for datetime columns. This is a "tricks", if I understand correctly what does...
> I have noticed some problems in kernel v5.10.xxx (ARM) it is working properly in v5.15.xxx I will look into the latest kernel version please update the issue if you...
> Could use this in a project, is there anything I can do to help here @dvdsk @naglis @est31 ? In the meanwhile that they will merge it in main,...
> @Siirko (and everyone else already running this) did you run into any problems regarding this PR (including unclear documentations etc) in your project? 0 problems in my case
> Hello, no, this is not supported by the API at the moment. Would the advantage be that you just need one yt-dlp/youtube-dl process to download multiple files? Because if...