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
Various small fixes, added docstrings to AST classes
github.com/erezsh/sqeleton - erezsh opened this pull request 2 months ago
github.com/erezsh/sqeleton - erezsh opened this pull request 2 months ago
Warning Appears When Using order_by Method
github.com/erezsh/sqeleton - zhangbc97 opened this issue 2 months ago
github.com/erezsh/sqeleton - zhangbc97 opened this issue 2 months ago
Fix: Throw error when attempting to dispatch on literal
github.com/erezsh/runtype - erezsh opened this pull request 2 months ago
github.com/erezsh/runtype - erezsh opened this pull request 2 months ago
Fix eq/hash for copies of Python types
github.com/erezsh/runtype - erezsh opened this pull request 2 months ago
github.com/erezsh/runtype - erezsh opened this pull request 2 months ago
Refactor - Move all compilation logic from AST to compiler module
github.com/erezsh/sqeleton - erezsh opened this pull request 2 months ago
github.com/erezsh/sqeleton - erezsh opened this pull request 2 months ago
Disables Snowflake telemetry, connection closing bit faster.
github.com/erezsh/sqeleton - vmatt opened this pull request 3 months ago
github.com/erezsh/sqeleton - vmatt opened this pull request 3 months ago
Bugfix in dispatch: Now properly handles Any
github.com/erezsh/runtype - erezsh opened this pull request 3 months ago
github.com/erezsh/runtype - erezsh opened this pull request 3 months ago
Bugfix in dispatch: Now supports dispatch on user generics, by discar…
github.com/erezsh/runtype - erezsh opened this pull request 3 months ago
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
github.com/erezsh/runtype - erezsh opened this pull request 4 months ago
Dispatch: Better error when defining duplicate signature
github.com/erezsh/runtype - erezsh opened this pull request 4 months ago
github.com/erezsh/runtype - erezsh opened this pull request 4 months ago
Bugfix in dispatch: Now using qualified name, so methods with same si…
github.com/erezsh/runtype - erezsh opened this pull request 4 months ago
github.com/erezsh/runtype - erezsh opened this pull request 4 months ago
Various fixes: Better support for Mac; Fix github actions; Better support for trino & uuid
github.com/erezsh/sqeleton - erezsh opened this pull request 4 months ago
github.com/erezsh/sqeleton - erezsh 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
github.com/erezsh/sqeleton - Ryuk-me opened this issue 5 months ago
Added Database.process_query_table_schema()
github.com/erezsh/sqeleton - erezsh opened this pull request 5 months ago
github.com/erezsh/sqeleton - erezsh opened this pull request 5 months ago
If one table is empty, it gives up an error
github.com/erezsh/sqeleton - Komalis opened this issue 5 months ago
github.com/erezsh/sqeleton - Komalis opened this issue 5 months ago
Allow Trino connections with password
github.com/erezsh/sqeleton - jkleinkauff opened this pull request 5 months ago
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
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
github.com/erezsh/sqeleton - 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
github.com/erezsh/sqeleton - erezsh opened this pull request 6 months ago
database-query: Small fix - didn't explicitly cast to tuple when a tuple was requested (Vertica returned a list)
github.com/erezsh/sqeleton - erezsh opened this pull request 6 months ago
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
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
github.com/erezsh/sqeleton - erezsh opened this pull request 6 months ago
project: Loosen version requirements on dependencies + Fixes
github.com/erezsh/sqeleton - erezsh opened this pull request 6 months ago
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
github.com/erezsh/runtype - erezsh opened this pull request 8 months ago
Fix dataclass: Now allows repetitively updating the options (used to …
github.com/erezsh/runtype - erezsh opened this pull request 9 months ago
github.com/erezsh/runtype - erezsh opened this pull request 9 months ago
Fix behavior of Any to match mypy. Add All to signify every-type (aka object)
github.com/erezsh/runtype - erezsh opened this pull request 9 months ago
github.com/erezsh/runtype - erezsh opened this pull request 9 months ago
Added support for typing.IO, TextIO, BinaryIO
github.com/erezsh/runtype - erezsh opened this pull request 10 months ago
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
github.com/erezsh/runtype - erezsh opened this pull request 10 months ago
Implement Variance. List and Dict are now invariant!
github.com/erezsh/runtype - erezsh opened this pull request 10 months ago
github.com/erezsh/runtype - erezsh opened this pull request 10 months ago
Bugfix in dataclass when frozen=False; Add docs detailing typing support
github.com/erezsh/runtype - erezsh opened this pull request 10 months ago
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
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
github.com/erezsh/runtype - erezsh opened this pull request 12 months ago
Fixes for typesystem (mostly around handling of Any)
github.com/erezsh/runtype - erezsh opened this pull request 12 months ago
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
github.com/erezsh/runtype - erezsh opened this pull request about 1 year ago
[MAJOR BLOCKER] When will we have a filedict working with Python 3?
github.com/erezsh/filedict - daniel-leicht opened this issue about 1 year ago
github.com/erezsh/filedict - daniel-leicht opened this issue about 1 year ago
Support Union for is_subtype
github.com/erezsh/runtype - maurosilber opened this issue about 1 year ago
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
github.com/erezsh/runtype - erezsh opened this pull request about 1 year ago
Deprecate iter(dataclass_instance), which was a confusing behavior.
github.com/erezsh/runtype - erezsh opened this pull request about 1 year ago
github.com/erezsh/runtype - erezsh opened this pull request about 1 year ago
Added multidispatch singleton decorator, and multidispatch_final
github.com/erezsh/runtype - erezsh opened this pull request about 1 year ago
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
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
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
github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
refactor + added documentation for mypy support to dispatch
github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
Fix for tuple[x, ...]; Fix for comparing generic types; support for types.UnionType
github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
No support for type Literal error when using typing_extensions >= 4.6.0
github.com/erezsh/runtype - apirogov opened this issue over 1 year ago
github.com/erezsh/runtype - apirogov opened this issue over 1 year ago
Refactor base_types to use dispatch (WIP)
github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
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
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
github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
Feature: dispatch now works with dataclass `__init__`, adding to builtin implementation instead of overriding it
github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
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
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
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
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
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
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
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
github.com/erezsh/sqeleton - 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
github.com/erezsh/runtype - erezsh opened this pull request over 1 year ago
Using dataclass and multiple dispatch with constructor
github.com/erezsh/runtype - itsdfish opened this issue almost 2 years ago
github.com/erezsh/runtype - itsdfish opened this issue almost 2 years ago
Improve OneOf comparisons and its interaction with Union
github.com/erezsh/runtype - erezsh opened this pull request almost 2 years ago
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
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
github.com/erezsh/runtype - erezsh opened this pull request about 2 years ago
Add support for Annotated in `is_subtype` (transparently ignoring the annotations)
github.com/erezsh/runtype - apirogov opened this issue about 2 years ago
github.com/erezsh/runtype - apirogov opened this issue about 2 years ago
Tests: Add 3.11 to the tests
github.com/erezsh/runtype - erezsh opened this pull request about 2 years ago
github.com/erezsh/runtype - erezsh opened this pull request about 2 years ago
Implement <= between two OneOf instances (Fix for issue #15)
github.com/erezsh/runtype - erezsh opened this pull request about 2 years ago
github.com/erezsh/runtype - erezsh opened this pull request about 2 years ago
Bugfix: No longer changing ForwardRef._evaluate, that interfered with…
github.com/erezsh/runtype - erezsh opened this pull request about 2 years ago
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
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
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
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
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
github.com/erezsh/runtype - erezsh opened this pull request about 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
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
github.com/erezsh/Preql - maxfratini opened this issue over 2 years ago
fix: add intro page (#3)
github.com/erezsh/TotalRecall - sereneblue opened this pull request over 2 years ago
github.com/erezsh/TotalRecall - sereneblue 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
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
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
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
github.com/erezsh/Preql - Kreijstal opened this issue almost 3 years ago
Option to show favicons of bookmarks
github.com/erezsh/TotalRecall - Gd-Gordon opened this issue almost 3 years ago
github.com/erezsh/TotalRecall - Gd-Gordon opened this issue almost 3 years ago
Unable to free-text search bookmarks that never being set a tag
github.com/erezsh/TotalRecall - Gd-Gordon opened this issue almost 3 years ago
github.com/erezsh/TotalRecall - Gd-Gordon opened this issue almost 3 years ago
Dataclass: Added support for automatic __slots__ using slots keyword
github.com/erezsh/runtype - erezsh opened this pull request almost 3 years ago
github.com/erezsh/runtype - erezsh opened this pull request almost 3 years ago
`json` method doesn't work with list
github.com/erezsh/runtype - wyfo opened this issue almost 3 years ago
github.com/erezsh/runtype - wyfo opened this issue almost 3 years ago
Unreachable intro.html page after Chrome extension install
github.com/erezsh/TotalRecall - TiesdeKok opened this issue almost 3 years ago
github.com/erezsh/TotalRecall - TiesdeKok opened this issue almost 3 years ago