Lanny
Lanny
chain id field exists, just need to fetch PMs in the same chain to display on the view page. E/C magic would be nice.
Fixes this problem: http://niggasin.space/thread/5418?p=1#post-66993
When uploading an image for use in the post header, the user has no control over zoom level and alignment within the "viewport" of the post header. Additionally we never...
#### Perceived Problem We don't have any sitemap, and the feed pages aren't indexable, so there's no real way for crawlers to discover we have content. #### Ideas / Proposed...
We use a standard component to show language level in most places (which cleverly avoids translation issues). We should use that in the language selection of the profile settings page....
Currently it's a bit of a crapshoot which thread will open when you click on a multi-highlighted section of a post. In the multi-highlight situation we should offer a little...
General discussion ticket to outline what user groups might look like and a high level design. Do not expect this to happen in the short-tem #### Perceived Problem There are...
The .env file situation is a little funky at the moment, scripts and `check-db.js` ignore it, but prisma and the graphql route source it. The inconsistency isn't great. Not 100%...
Most important thing is to auto-deploy on merge to master, but we could also add stuff like a j-db-client version check and a build check
I believe all we use the custom server hook in next for is to away nexti18next's init routine. I think `pages/document` would be the place to await this but I'm...