Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Lark

Improve the Lark toolkit and its surrounding utilities
Collective - Host: opensource - https://opencollective.com/lark - Website: https://erezsh.com - Code: https://github.com/erezsh

Warning Appears When Using order_by Method

github.com/erezsh/sqeleton - zhangbc97 opened this issue 2 months ago
Fix eq/hash for copies of Python types

github.com/erezsh/runtype - erezsh opened this pull request 2 months ago
SUPPORTS_ALPHANUMS=True for MySQL

github.com/erezsh/sqeleton - vmatt opened this issue 3 months ago
Bugfix in dispatch: Now properly handles Any

github.com/erezsh/runtype - erezsh opened this pull request 3 months ago
Better dispatch docs; cleanup in validation

github.com/erezsh/runtype - erezsh opened this pull request 4 months ago
draft: Trino uuid issue

github.com/erezsh/sqeleton - Ryuk-me opened this pull request 4 months ago
Add trino UUID data type support

github.com/erezsh/sqeleton - Ryuk-me opened this issue 5 months ago
Update poetry.lock

github.com/erezsh/sqeleton - erezsh opened this pull request 5 months ago
Added Database.process_query_table_schema()

github.com/erezsh/sqeleton - erezsh opened this pull request 5 months ago
Allow Trino connections with password

github.com/erezsh/sqeleton - jkleinkauff opened this pull request 5 months ago
Trino - Allow login using BasicAuthentication

github.com/erezsh/sqeleton - jkleinkauff opened this issue 6 months ago
Update versions in dependencies + Bugfix

github.com/erezsh/sqeleton - erezsh opened this pull request 6 months ago
Added a couple of tests

github.com/erezsh/runtype - erezsh opened this pull request 6 months ago
Small fix for Oracle, MySQL and PostgreSQL

github.com/erezsh/sqeleton - erezsh opened this pull request 6 months ago
Looser version dependency, fixes + 0.1.1

github.com/erezsh/sqeleton - erezsh opened this pull request 6 months ago
Test on recent Python versions

github.com/erezsh/sqeleton - erezsh opened this pull request 6 months ago
0.1.0 + small changes

github.com/erezsh/sqeleton - erezsh opened this pull request 6 months ago
Fix tests for Presto

github.com/erezsh/sqeleton - erezsh opened this issue 6 months ago
Just testing

github.com/erezsh/sqeleton - erezsh opened this pull request 6 months ago
Various updates

github.com/erezsh/sqeleton - erezsh opened this pull request 6 months ago
Upgrade to Python 3.8; Better tests

github.com/erezsh/runtype - erezsh opened this pull request 8 months ago
Added support for typing.IO, TextIO, BinaryIO

github.com/erezsh/runtype - erezsh opened this pull request 10 months ago
Implement callable generic with correct variance

github.com/erezsh/runtype - erezsh opened this pull request 10 months ago
Added benchmarks (code + docs + plot)

github.com/erezsh/runtype - erezsh opened this pull request 10 months ago
Big optimizations

github.com/erezsh/runtype - erezsh opened this pull request 10 months ago
Small fixes

github.com/erezsh/runtype - erezsh opened this pull request 10 months ago
Various fixes to pytypes + typesystem

github.com/erezsh/runtype - erezsh opened this pull request 12 months ago
types: fix for tuple <= sequence

github.com/erezsh/runtype - erezsh opened this pull request about 1 year ago
Support Union for is_subtype

github.com/erezsh/runtype - maurosilber opened this issue about 1 year ago
Fix following PR #36 (reported by @KokeCacao)

github.com/erezsh/runtype - erezsh opened this pull request about 1 year ago
Validation: Added support for typing.Type

github.com/erezsh/runtype - erezsh opened this pull request about 1 year ago
Performance improvements

github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
Fix: Added support for typing.Mutable* and more

github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
Refactor base_types to use dispatch (WIP)

github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
Update versions of dependencies

github.com/erezsh/sqeleton - erezsh opened this pull request over 1 year ago
Better tests and small fixes

github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
Better typing and dataclass support

github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
Better Mypy support + various fixes

github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
Bugfix: Had incorrect behavior when check_types=False

github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
May 2023 - More refactoring

github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
Many features and fixes, may-july 2023

github.com/erezsh/sqeleton - erezsh opened this pull request over 1 year ago
Dispatch and Runtype Dataclasses

github.com/erezsh/runtype - Syndog opened this issue over 1 year ago
Adds a promptkit REPL and a bunch of other fixes

github.com/erezsh/sqeleton - erezsh opened this pull request over 1 year ago
Clean up based on Ruff

github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
Added cv_type_checking context var

github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
Improve OneOf comparisons and its interaction with Union

github.com/erezsh/runtype - erezsh opened this pull request almost 2 years ago
Added support for typing_extensions.Annotated

github.com/erezsh/runtype - erezsh opened this pull request almost 2 years ago
Add support for typing.Annotated (Issue #19)

github.com/erezsh/runtype - erezsh opened this pull request about 2 years ago
Tests: Add 3.11 to the tests

github.com/erezsh/runtype - erezsh opened this pull request about 2 years ago
is_subtype does not work for Literals

github.com/erezsh/runtype - apirogov opened this issue about 2 years ago
Importing runtype breaks (at least) get_type_hints

github.com/erezsh/runtype - apirogov opened this issue about 2 years ago
dataclass: Test is_a before calling cast.

github.com/erezsh/runtype - erezsh opened this pull request about 2 years ago
Added support for PEP 0681 - dataclass_transform

github.com/erezsh/runtype - erezsh opened this pull request about 2 years ago
Several minor fixes

github.com/erezsh/runtype - erezsh opened this pull request about 2 years ago
Added support for forward-references in dataclasses

github.com/erezsh/runtype - erezsh opened this pull request about 2 years ago
Upgrade rich

github.com/erezsh/Preql - erezsh opened this pull request over 2 years ago
Dispatch() can now be used in 'with'; more tests

github.com/erezsh/runtype - erezsh opened this pull request over 2 years ago
OracleInterface not working with TNSNAMES

github.com/erezsh/Preql - maxfratini opened this issue over 2 years ago
Br0.2.16

github.com/erezsh/Preql - erezsh opened this pull request over 2 years ago
fix: add intro page (#3)

github.com/erezsh/TotalRecall - sereneblue opened this pull request over 2 years ago
Set active dataset

github.com/erezsh/Preql - erezsh opened this pull request over 2 years ago
Added transaction{}, option to autocommit

github.com/erezsh/Preql - erezsh opened this pull request over 2 years ago
Update to latest runtype version

github.com/erezsh/Preql - erezsh opened this pull request over 2 years ago
Mssql

github.com/erezsh/Preql - erezsh opened this pull request over 2 years ago
Snowflake support (experimental)

github.com/erezsh/Preql - erezsh opened this pull request over 2 years ago
ModuleNotFoundError: No module named 'preql.core'

github.com/erezsh/Preql - Kreijstal opened this issue almost 3 years ago
Use newest Lark; fixes

github.com/erezsh/Preql - erezsh opened this pull request almost 3 years ago
Small fixes

github.com/erezsh/Preql - erezsh opened this pull request almost 3 years ago
Option to show favicons of bookmarks

github.com/erezsh/TotalRecall - Gd-Gordon opened this issue almost 3 years ago
`json` method doesn't work with list

github.com/erezsh/runtype - wyfo opened this issue almost 3 years ago