core icon indicating copy to clipboard operation
core copied to clipboard

Backend server API handling user mgmt, database, storage and real-time component

Results 27 core issues
Sort by recently updated
recently updated
newest added

Now that Go has its own structure logger, we can drop the dependency on Zerolog and use Go's `slog` instead. I think the quikest way to do this is by...

enhancement
help wanted
good first issue

The realtime database events always send all data the current user has access to. For instance, say there's a collection `tasks` and a user is viewing the **completed** tasks. The...

enhancement

I've decided to continue StaticBackend as a non commercial project. Removing anything that relates to billing and subscription will makes the code cleaner and remove not needed code. * Things...

help wanted
good first issue

Updated the code in the `storage/s3.go` implementation to use the AWS_REGION instead of the hard-coded one, it allow developers to use their own preferred s3-compatible storage and not just be...

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.10.0 to 0.18.0. Commits 3bbf4a6 tiff: Validate palette indices when parsing palette-color images 6c5fa46 go.mod: update golang.org/x dependencies 55c4ab6 go.mod: update golang.org/x dependencies 0057a93 tiff: fix function...

dependencies

Hi. I'm opening this to initiate a discussion on #80. By introducing a common `dbtest` package, you could drastically reduce the amount of code required in the `*_test.go` files. For...

Hi all I've installed via npm and it works but there appears to be no logging?

bug