sokolandia

Results 3 issues of sokolandia

If we have a view it can also be used as a type of function parameters. ```postgresql CREATE MATERIALIZED VIEW mat_view AS SELECT 1; CREATE FUNCTION my_func(mv mat_view) RETURNS void...

bug

# Expected Behavior I want to align an image as I would in browser with following css: ``` object-fit: cover; object-position: center 20%; ``` # Current Behavior `cover()` only excepts...

help wanted
enhancement

First let me say a big 'thank you' for this codebase. It has been working out great in my angular project and now I want to migrate it to typescript....