Peter Mbanugo

Results 12 issues of Peter Mbanugo

When I start the hoodie server and my React client app, I call the `account.signUp` and everything works fine. If the user exists, it shows an error in the client....

My app allows user add data while unauthenticated with cognito sync. I want a situation where when a user logs in, it takes data it saved while user was unauthenticated...

When I call synchronise(), it syncs data but it shows 0 records synced even if there are new records. Only when I call getAllRecords after that do I get to...

At the moment I have to put the values for environment variables as key bindings. I'd like a way to read system environment variables similar to `process.env` in Node.js. Perhaps...

feature request

When a user logs in, he/she can't add new shopping item because the database is destroyed. This is an issue with hoodie scoped stores. To reproduce: 1. Login 2. Enter...

## Describe the Enhancement Currently when I use the BP_NODE_PROJECT_PATH environment variable, all the files in my monorepo are copied into the final image. What I want is for the...

Create an SDK that can be used in Kotlin applications. I would like a community contribution with this issue because I don't plan to build and maintain a Kotlin client....

help wanted
good first issue

The Admin UI is built on [Remix](https://remix.run) and uses the Cloudflare Workers configuration. Upgrade the project to be deployable to Cloudflare Pages. These are the approaches I can think of...

help wanted
good first issue
up for grabs

The forms currently only have basic client-side validation. The application should also do server-side validation, so that only valid data will be saved. It should ensure that: - required fields...

help wanted
good first issue

Add instructions on how to run the project locally to the README

good first issue