Anton Shubin

Results 60 issues of Anton Shubin

## Idea: Get rid of software/libraries that can only run in a specific cloud, but not locally, and not possible to move them to another cloud (for example from Google...

infrastructure

- TOD - use npm "ws" package instead of "socket.io" - RealtimeGateway - RedisAdapter

enhancement

https://cloud.google.com/blog/topics/developers-practitioners/graceful-shutdowns-cloud-run-deep-dive ```js process.on('SIGTERM', () => { console.log(`${pkg.name}: received SIGTERM`); redisClient.quit(); prisma.quit() process.exit(0); }); ```

enhancement
good first issue

Problem: If an exception is raised in an event handler - it kills the execution pipe for all other event handlers. But the application survives that and keeps running, just...

bug

Depends on: - https://github.com/spy4x/seed/issues/131 Features: - [ ] Edit fields - [ ] firstName - [ ] lastName - [ ] email - [ ] photoURL - [ ] role...

enhancement
good first issue
ui

A User can create a group. A Group has an owner. An owner can invite members by sharing an invitation link. All group members have equal access to a shared...

enhancement

## Features: - [ ] Work offline - [ ] Be installable - [ ] Push Notifications - [ ] Auto-update

enhancement

Controller: `libs/back/api/users/src/lib/users.controller.spec.ts`

good first issue
tests