Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / loyada/typedpy issues and pull requests
#289 - Structure.from_other_class should not access fields that are overriden
Issue -
State: closed - Opened by danny-vayu 5 months ago
- 1 comment
#288 - HIGH PRIORITY: Move from setup.py to build/poetry
Issue -
State: open - Opened by loyada 6 months ago
#287 - `_enable_undefined_value` is not working when deserialize an empty payload
Issue -
State: closed - Opened by dsun-cp 6 months ago
- 1 comment
#286 - _additional_serialization is not passed correctly with Omit
Issue -
State: closed - Opened by vincent-coastpay-com 9 months ago
- 1 comment
#285 - add a separate default for compact deserialization
Issue -
State: closed - Opened by loyada 10 months ago
- 1 comment
#284 - trusted deserialization does not handle Optional[Enum] correctly. It keeps it a string.
Issue -
State: closed - Opened by danny-vayu about 1 year ago
#283 - Bump readthedocs-sphinx-search from 0.1.1 to 0.3.2 in /docs
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies
#282 - serialization: additional_serialization does not work with FastSerializable.
Issue -
State: closed - Opened by danny-vayu about 1 year ago
- 1 comment
#281 - Change default behavior of deserialize not to allow non-objects (i.e. "compact")
Issue -
State: closed - Opened by danny-vayu about 1 year ago
- 1 comment
#280 - Deserialize when the default value of additional_properties is False does not fail on invalid fields
Issue -
State: closed - Opened by danny-vayu about 1 year ago
- 1 comment
#279 - Structure.from_other_class does not handle undefined
Issue -
State: closed - Opened by loyada over 1 year ago
- 1 comment
Labels: bug
#278 - add serialization mapper for configuration
Issue -
State: closed - Opened by loyada over 1 year ago
Labels: enhancement
#277 - diff throws an exception when lists are not the same size
Issue -
State: closed - Opened by danny-vayu over 1 year ago
- 1 comment
#276 - support from_other_class using a dict
Issue -
State: closed - Opened by loyada over 1 year ago
- 1 comment
Labels: enhancement
#275 - JSON schema for Float should be number. float is not a valid type.
Issue -
State: closed - Opened by loyada over 1 year ago
- 1 comment
#274 - code to schema does not work with Enum fields with defaults
Issue -
State: closed - Opened by loyada over 1 year ago
- 1 comment
#273 - FastSerializable does not auto-create serializer when it is an inherited class
Issue -
State: closed - Opened by loyada over 1 year ago
- 1 comment
Labels: bug
#272 - FastSerializable does not work with a field of Optional[str]
Issue -
State: closed - Opened by loyada over 1 year ago
- 1 comment
Labels: bug
#271 - change the default behavior of keep-undefined to align with additional_properties of the class/global defaults
Issue -
State: closed - Opened by loyada over 1 year ago
- 2 comments
#270 - Support frozenset
Issue -
State: closed - Opened by alex-vayu over 1 year ago
- 1 comment
#269 - FastSerializable: Does it make sense to create it on the fly inside serialize_internal ?
Issue -
State: closed - Opened by loyada over 1 year ago
- 1 comment
Labels: enhancement
#268 - fast-serializable - abstract the call to serialize so that it is it can be called as usual
Issue -
State: closed - Opened by loyada over 1 year ago
- 1 comment
Labels: enhancement
#267 - very minor fix to getattr
Pull Request -
State: closed - Opened by loyada over 1 year ago
#266 - trusted deserialization - issues
Issue -
State: closed - Opened by loyada over 1 year ago
- 1 comment
Labels: bug
#265 - Trusted deserialization: support Optional[Structure]
Issue -
State: closed - Opened by loyada over 1 year ago
- 1 comment
Labels: enhancement
#264 - Add support for Map/dict in trusted deserialization
Issue -
State: open - Opened by loyada over 1 year ago
Labels: enhancement
#263 - deserialization requires mapper when a Structure has constants
Issue -
State: closed - Opened by loyada over 1 year ago
- 1 comment
Labels: bug
#262 - Improve errors for `from_other_class`
Issue -
State: closed - Opened by morgan-coast over 1 year ago
- 1 comment
#261 - Update test_trusted_instantiation.py
Pull Request -
State: closed - Opened by loyada over 1 year ago
#260 - Support any serializableField in trusted deserialization
Issue -
State: closed - Opened by loyada over 1 year ago
- 1 comment
Labels: enhancement
#259 - Field[X] is not supported by the stub generation!
Issue -
State: closed - Opened by loyada over 1 year ago
- 1 comment
Labels: bug
#258 - trusted serialization: support set, date, datetime
Issue -
State: closed - Opened by loyada over 1 year ago
- 1 comment
Labels: enhancement
#257 - `_enable_undefined` should be `_enable_undefined_value` in docs
Issue -
State: closed - Opened by john-coastpay-com over 1 year ago
- 1 comment
#256 - find_diff for dicts does not work correctly.
Issue -
State: closed - Opened by loyada over 1 year ago
#255 - typo in error message
Issue -
State: closed - Opened by loyada almost 2 years ago
Labels: bug
#254 - support trusted deserialization to nested structures.
Issue -
State: closed - Opened by loyada almost 2 years ago
- 1 comment
#253 - Pick, Omit etc. should validate the fields and throw if they don't exist
Issue -
State: closed - Opened by loyada almost 2 years ago
- 1 comment
#252 - Document the behavior of serialization mapper clearly
Issue -
State: open - Opened by loyada almost 2 years ago
#251 - Allow to define nested serialization mapper for a structure
Issue -
State: closed - Opened by loyada almost 2 years ago
#250 - Serialization issue with resolution of class inheritance
Issue -
State: closed - Opened by loyada almost 2 years ago
- 1 comment
Labels: bug
#249 - serialization error when serialization mapper maps field to a different key
Issue -
State: closed - Opened by loyada almost 2 years ago
- 1 comment
Labels: bug
#248 - FastSerializable is not working well with AnyOf(i.e. Union), OneOf
Issue -
State: closed - Opened by loyada almost 2 years ago
Labels: bug
#247 - The behavior of Decimals is inconsistent with float and ints.
Issue -
State: closed - Opened by loyada almost 2 years ago
- 1 comment
#246 - InvalidStructureErr is vague when setting a value that mismatches a field type
Issue -
State: closed - Opened by dsun-cp almost 2 years ago
- 2 comments
#245 - update documentation code example to use current (modern) API's
Issue -
State: closed - Opened by loyada almost 2 years ago
Labels: Documentation
#244 - Allow to block any unrecognized Structure settings
Issue -
State: closed - Opened by loyada almost 2 years ago
- 1 comment
Labels: enhancement
#243 - Allow to pass Decimal as a float field
Issue -
State: closed - Opened by loyada almost 2 years ago
Labels: enhancement
#242 - support Enum fields and simple mappers for trusted deserialization
Issue -
State: closed - Opened by loyada about 2 years ago
- 1 comment
Labels: enhancement
#241 - Add an option for deserialization from a "trusted source" for simple structures
Issue -
State: closed - Opened by loyada about 2 years ago
- 1 comment
Labels: enhancement
#240 - Add a factory method(s) that assumes everything is valid and skips validation
Issue -
State: closed - Opened by loyada about 2 years ago
- 1 comment
Labels: enhancement
#239 - parse int values as floats if a float is expected
Issue -
State: closed - Opened by alex-vayu about 2 years ago
- 1 comment
#238 - FastSerializable - create serializer automatically on first instantiation if it doesn't exist already
Issue -
State: closed - Opened by loyada about 2 years ago
- 1 comment
Labels: enhancement
#237 - For FastSerializable, control whether or not it includes None values
Issue -
State: closed - Opened by loyada about 2 years ago
Labels: enhancement
#236 - add global defaults for "defensive_copy_on_get", "allow_none_for_optionals"
Issue -
State: closed - Opened by loyada about 2 years ago
Labels: enhancement
#235 - add a global setting to allow None in all optional fields
Issue -
State: closed - Opened by loyada about 2 years ago
Labels: enhancement
#234 - AnyOf fast serialization can fail in a specific scenario
Issue -
State: closed - Opened by loyada about 2 years ago
Labels: bug
#233 - lint
Pull Request -
State: closed - Opened by loyada about 2 years ago
#232 - Issue #231 - Performance enhancements
Pull Request -
State: closed - Opened by loyada about 2 years ago
#231 - optimize serialization
Issue -
State: closed - Opened by loyada about 2 years ago
- 1 comment
#230 - Use of mutation testing in typedpy - Help needed
Issue -
State: closed - Opened by belene about 2 years ago
#229 - stub type annotations for sqlalchemy columns
Issue -
State: closed - Opened by alex-vayu over 2 years ago
- 1 comment
#228 - Versioned types missing the version field have misleading deserialization
Issue -
State: closed - Opened by mnazbro over 2 years ago
- 1 comment
#227 - stubs: does not resolve list of enum correctly
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
Labels: bug
#226 - Issue #224 follow ups
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
#225 - stubs for sqlalchemy models: change type of column to include Column
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
#224 - support "undefined" construct
Issue -
State: closed - Opened by loyada over 2 years ago
- 2 comments
Labels: enhancement
#223 - create-stubs-for-dir regression
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
Labels: bug
#222 - refacring/cleanup
Pull Request -
State: closed - Opened by loyada over 2 years ago
#221 - optional field on ImmutableStructure which is nested in a method def - ValueError: wrong parameter order: variadic keyword parameter before positional or keyword parameter
Issue -
State: closed - Opened by dsun-cp over 2 years ago
- 2 comments
#220 - Support automatic conversion of enum.Enum to Typedpy Enum (control with TypedpyDefaults flag)
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
#219 - separate to different packages
Pull Request -
State: closed - Opened by loyada over 2 years ago
#218 - handle constant fields better - allow it to be used not as inherited value and map to json schema accurately
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
Labels: bug
#217 - Stubs: stubs for structures don't create the return value for @property
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
Labels: bug
#216 - filter out constants in shallow_clone_with overrides, and in its stub
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
#215 - code-schema mapping is wrong when dealing with fields with default
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
Labels: bug
#214 - Stubs: does not extract attributes from init properly when using decorator
Issue -
State: closed - Opened by danny-vayu over 2 years ago
- 1 comment
#213 - add ignore_props argument to generated stubs for from_other_class()
Issue -
State: closed - Opened by alex-vayu over 2 years ago
- 1 comment
#212 - convert _additionalProperties attribute to PEP-8 compliant name
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
#211 - add global defaults for _additionalProperties default value
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
Labels: enhancement
#210 - Stubs: generate method __call__ when defined
Issue -
State: closed - Opened by loyada over 2 years ago
#209 - Stubs: when analyzing a constructor, read annotation if provided
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
#208 - Stubs: support Structures with custom constructor definition
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
#207 - Stubs: analyze constructors and extract obvious attributes/types automatically
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
Labels: enhancement
#206 - support assignment of inherited properties to constants
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
#205 - Stubs: don't throw on TypedDict
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
#204 - Stubs: no stubs for variables that are not builtin types
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
Labels: bug
#203 - bug in find_diff output - shows the same value twice
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
Labels: bug
#202 - support json schema mapping for custom field types
Issue -
State: closed - Opened by loyada over 2 years ago
- 2 comments
#201 - stubs: in from_structure, return type should be the class
Issue -
State: closed - Opened by loyada over 2 years ago
#200 - Stubs: support frozenset builtin
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
Labels: bug
#199 - error message does not say which Structure is the error in
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
#198 - create dependency map for each module/package
Issue -
State: closed - Opened by loyada over 2 years ago
- 1 comment
#197 - stubs : support Structure.from_other_class
Issue -
State: closed - Opened by loyada almost 3 years ago
- 1 comment
#196 - Generic[T,V] breaks anything that uses it
Issue -
State: closed - Opened by loyada almost 3 years ago
- 1 comment
#195 - from __future__ import annotations problems...
Issue -
State: closed - Opened by loyada almost 3 years ago
- 1 comment
Labels: bug
#194 - stubs - add non-Field attributes in Structures
Issue -
State: closed - Opened by loyada almost 3 years ago
- 1 comment
#193 - bases of an Enum and Structures class are missing
Issue -
State: closed - Opened by loyada almost 3 years ago
- 1 comment
Labels: bug
#192 - stubs - support functions in AST mode
Issue -
State: closed - Opened by loyada almost 3 years ago
- 1 comment
#191 - Stubs: Strings are written with single quotes instead of double quotes
Issue -
State: closed - Opened by loyada almost 3 years ago
- 1 comment
#190 - stubs - add relationships to constructor as optional
Issue -
State: closed - Opened by loyada almost 3 years ago
- 1 comment