Dan Syrstad

Results 14 issues of Dan Syrstad

I'm using Sugar Date 2.0.4. Given the following code: ``` console.log("now: " + Sugar.Date.create("now")); console.log("end of year: " + Sugar.Date.create("end of year")); console.log("end of month: " + Sugar.Date.create("end of month"));...

Bug
Date

### Environment * PostgreSQL version: PostgreSQL 13.6 (Ubuntu 13.6-0ubuntu0.21.10.1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0, 64-bit * PostgREST version: postgrest/postgrest:v9.0.0 * Operating system: Ubuntu 21.10 ### Description of...

enhancement

It would be nice to have the source artwork (SVG?) to modify it, and have the text separate from the background image so it can be localized. Also, for example,...

Support labels as shown in https://material.io/components/navigation-rail#behavior. Also supports tooltips in rail mode to match behavior of `BottomNavigationBar`. Also handle selectedIndex overflow on BottomNavigationBar and NavigationRail.

Fixes issues #2, #6, and #10

The `tint()` method always returns white. For example, `Colors.red.tint(10)` returns white.

# Bug report ## Describe the bug The initial postgres initialization files for self-hosted docker installations located in https://github.com/supabase/supabase/tree/master/docker/volumes/db/init allows wide access to the `public` schema. For example, https://github.com/supabase/supabase/blob/master/docker/volumes/db/init/00-initial-schema.sql doesn't...

bug
security
p4
self-hosted

# Bug report ## Describe the bug The initial postgres initialization files for self-hosted docker installations located in https://github.com/supabase/supabase/tree/master/docker/volumes/db/init allows wide access to the `public` schema. For example, https://github.com/supabase/supabase/blob/master/docker/volumes/db/init/00-initial-schema.sql doesn't...

bug
p4

The web's DateTime object does not support microseconds, so calculations like the one done for `endOfMonth`: https://github.com/xantiagoma/dart_date/blob/2162d45c0d7da5a18dfa331482dacdf1803b8138/lib/src/dart_date.dart#L404 don't work correctly. It gets the next month and subtracts one microsecond, which...