🇨🇭Switzerland takes a functional approach to Web Components by applying middleware to your components. Supports Redux, attribute mutations, CSS variables, React-esque setState/state, etc… out-of-the-box, along with Shadow DOM for style encapsulation and Custom Elements for interoperability.
:earth_asia: FreeDraw allows the free-hand drawing of shapes on your Leaflet.js map layer – providing an intuitive and familiar UX for creating geospatial boundaries similar to Zoopla and others. Included out-of-the-box is the concaving of polygons, polygon merging and simplifying, as well as the ability to add edges and modify existing shapes.
:beginner: Utilise Shadow DOM in React with all the benefits of style encapsulation.
🙊 Robust and versatile headless monkey testing for the modern web with reproducible steps, error alerts, strategy sharing and many other good things.
📙Lint all of the code examples in your README documentation using shared configs.
🗳React form validation using the validation native to all recent browsers. Also includes support for handling API validation messages, success messages, memoized and nested form state, and super easy styling.
Setting overdue label to green when completed
Updated deps
Updated deps
Added memo! macro for short-hand memoizing
Removed lifetime
Switched to using macro
Setup ident args in macro
Passing multiple args
Figuring out issue with conflicting definitions
Added macro for Memo creation with variable args
Added HashMap to struct
Renamed vars inside of macro
Added HashMap with static key as first step
Passing generic type to Memo struct
Passing tuple for HashMap key
Using tuple type for HashMap key
Added initial lifetimes
Almost removed all clones
Added Copy trait for
Using Box for HashMap to prevent cloning data
Uncommented tests
Added HashMap as Option<>
Added macro branch for memo fn with no args
Removed unnecessary setting of value in multi arg branch
Added basic implementation with 2 args
Added len logic to watch and removed explicit closure
Added initial 'watch' command
Moved id parsing out into utils function
Added tests for 'parse_date_from_string' function
Removed explicit unit returns on fns
Added padding of the ID to account for variable lengths
Simplifed the 'edit' command
Restored DB file
Bumped deps
Build pkg
Moved DB location into config directory
Taking name from env vars
Including todos edited today in the ls command
Added 'tdo db' command for finding the DB path
Added 'install' to makefile
Improved the description of the commands
Merged 'upcoming' command into 'ls' as a subcommand
Using 'mark' with subcommands for completion
Build
Taking name and variable from env vars
Added test for 'is_overdue' fn
Improved SQL query for fetching tasks
Added a few more variations to the 'get_elapsed_time' fn
Added 'overdue' label for list command and removed 'overdue' command
Build
Added 'overmorrow' support to --for flag
Stray character in README
Added screnshot to README