Ian Eaves

Results 19 issues of Ian Eaves

**Missing functionality** The current `URL` type implementation fails to identify URLs when missing a scheme. Omitting the scheme is pretty common when identifying sequences containing values like `www.google.com` and it...

feature request 💬
type system :bookmark_tabs:

Pandas default datetime inference functionality is generally quite good, however, there are a few eccentricities like converting sequences of values like `['16:11', '5:11']` to datetime where the date component was...

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

Current test suite requires authors to intentionally define a set of test cases for each type where many of these common scenarios can be created in an automated fashion.

enhancement

@sbrugman could you describe the problems you ran into with the converters here? I can take a look later

enhancement

The timezone aware portion of POSIX datetimes appear to be being dropped during JSON encoding. for example: ~~~~ Browse[2]> as.POSIXlt(Sys.time(), tz= 'UTC') [1] "2017-04-13 19:12:10 UTC" ~~~~ But, ~~~~ Browse[2]>...

I re-wrote a substantial chunk of the code-base for my own purposes and am opening this PR primarily in case there were any components you would like to reuse -...

This PR adds support for the [Nextra Docs Theme](https://nextra.site/docs/docs-theme) to pydocs-markdown. The basic site structure is similar to docusaurus so I've reused the docusaurus renderer without the `sidebar.json`. ## Changelog...

status/awaiting response

Adds Grai, an open source data observability tool that uses data lineage to catch bugs before they make it to production.

The following warning messages are being emitted for timezone naive test values: ``` connections/tests/test_tasks.py::TestEventsAllTests::test_dbt_cloud /Users/ian/Library/Caches/pypoetry/virtualenvs/the-guide-y4fToIIm-py3.11/lib/python3.11/site-packages/django/db/models/fields/__init__.py:1535: RuntimeWarning: DateTimeField Event.date received a naive datetime (2023-10-09 00:00:00) while time zone support is active....

linear
hacktoberfest
grai-server