Elliana May
Elliana May
> Hi @Mause thank you very much for reporting this issue. > > > Is this something that can be solved by changing the `LongPathsEnabled` option in the Windows registra?...
> The compiler and linker don't support long paths, unfortunately. In my particular case that doesn't matter *too* much, as the longest path in our codebase is only 113 characters:...
> > It sounds to me like the link command files are a pretty viable option, and can be combined with the short path names to work around the fact...
Most of the extensions you've noted as "missing" are more accurately described as "out-of-tree extensions". The exceptions are the visualizer extension, which has been removed, and the jemalloc extension, which...
You haven't missed anything, the support for complex types in the DuckDB JDBC driver is still a work in progress. I've done some work, https://github.com/duckdb/duckdb/pull/7000, to auto-stringify types that aren't...
I have looked at the PyTZ library as you requested, and have thought about implementation. From the onset, however, i believe it would be too fiddly to implement correctly. Rather...
I have given it some thought, and i have resolved that this would be best implemented using PyTZ and a timezone listing hosted online that skybot refers users to when...
I would really rather not restrict users to simple the common time zones; i would rather use `all_timezones` instead (hackers are everywhere :P) The weather plugin integration would be a...
I just looked at the description for `all_timezones` and agree it would be more useful to use up to date timezones.