Oleksii
Oleksii
# Pull Request Template for FastCRUD ## Description Extended fastcrud/endpoint/endpoint_creator.py to accept callable as input params in. Updated helpers fastcrud/endpoint/helper.py to allow callables. Added test cases. ## Changes After this...
# Pull Request Template for FastCRUD ## Description Add multi_response_key parameter to FastCRUD constructor to allow customization of the response key in get_multi results. Default value is "data" for better...
- Added support for bytes type in Typer by: - Creating a custom BytesParamType class in typer/main.py - Modifying the get_click_type function to handle bytes type - Created comprehensive tests:...
- Add triggerRef import from Vue - Implement isShallowRef utility function to detect shallowRef using __v_isShallow - Modify method to detect shallowRef targets and trigger reactivity after patching - Add...
- Add @pinia/eslint-plugin package with 4 comprehensive rules - require-setup-store-properties-export: ensures all variables and functions in setup stores are exported - no-circular-store-dependencies: prevents circular dependencies between stores - prefer-use-store-naming: enforces...
- Add StoreOptionsAccess utility type for accessing custom store options - Modify store creation to include _options property with store options - Export StoreOptionsAccess type from main module - Add...