Gregor Martynus

Results 294 issues of Gregor Martynus

Not much to see here yet, I'm still messing around. My goal is to change the codebase into ways that there are clear separations of concerns based on folders, with...

When using CouchDB 2.0 (`dbUrl` option) and I sign up for a new user account, then no database is being created.

Type: Bug
help wanted

Today I can do this: ```js hoodie.account.signUp({username: 'user1', password: 'secret'}) hoodie.account.signUp({username: 'user2', password: 'secret'}) ``` This creates two accounts with the same account id. That is a problem because `GET...

Node 4 is close to End-of-life: https://github.com/nodejs/Release#lts-schedule1 And with it, npm 2. It's safe to remove that note now I thik

follow up for https://github.com/hoodiehq/hoodie/pull/637#discussion_r92874443 We are currently not watching for all files that are bundled into `/hoodie/client.js` so there are cases where it should be re-bundled but itโ€™s not. The...

We bundle the hoodie `client.js` dynamically on first request to `GET /hoodie/client.js`, see https://github.com/hoodiehq/hoodie/blob/2bc4c6da06c3b5efb8f9005c534a439d08a5ae7b/server/plugins/client/bundle.js#L91 The `require('pouchdb-browser')` fails in npm2 because itโ€™s a sub dependency and does not exist in `node_modules/pouchdb-browser`...

Based on feedback from and experience with many new contributors to Hoodie projects in the past months, there is a bit confusion around the different test setups at Hoodie. In...

Hello friends ๐Ÿ‘‹๐Ÿผ The Add a function example button on https://functions.netlify.com/examples/ brought me here. I'm one of the @probot maintainers. Probot is a framework to build GitHub Apps. We created...

follow up to https://github.com/octokit/request-action/issues/80#issuecomment-1003630140 The setup would work similar to how https://github.com/octokit/plugin-paginate-rest.js updates [src/generated/paginating-endpoints.ts](https://github.com/octokit/plugin-paginate-rest.js/blob/23f0e9676ead9f22153a18fbb317a0c564e9aa7c/src/generated/paginating-endpoints.ts). 1. Create an update workflow like [octokit/plugin-paginate-rest.js:.github/workflows/update.ym](https://github.com/octokit/plugin-paginate-rest.js/blob/23f0e9676ead9f22153a18fbb317a0c564e9aa7c/.github/workflows/update.yml) 2. Create an `update-endpoints` script that will take the...

Type: Feature