Randy

Results 31 issues of Randy

`linkState` in Preact is useful (https://preactjs.com/guide/linked-state). Planning to implement it in `inject` helper. It just like: ```js app.model({ namespace: 'form', observable: observable({ username: '', password: '' }) }) const Form...

enhancement

[Cusdis](https://cusdis.com) is an open-source, lightweight, privacy-friendly alternative to Disqus. We'd like to integrate it in nextjs-notion-starter-kit 🥰 Ref: https://github.com/djyde/cusdis/issues/22#issuecomment-824060612 See the result and usage: https://cusdis-nextjs-notion-starter.vercel.app/

- [x] Docsify - [ ] Jekyll - [ ] Gatsby - [x] Hexo - [ ] Docusaurus - [ ] MkDocs (PR welcome!) - [x] [nextjs-notion-starter-kit](https://github.com/transitive-bullshit/nextjs-notion-starter-kit) - [ ]...

documentation
good first issue
PR welcome

I've been thinking how to notify the commenter (#78) when they have new reply without collect their email address, since few people are willing to provide their email address in...

discussion

- [ ] SMTP settings https://github.com/djyde/cusdis/issues/181

enhancement

ref: https://github.com/djyde/cusdis/discussions/150

enhancement

![image](https://user-images.githubusercontent.com/914329/119099010-08537c00-ba49-11eb-9db5-29d8dd7af354.png) User can set domain whitelist in dashboard. Only comments send from these domains can be received.

dashboard
server

Since i18n in Nextjs and React is so complicated, I don't have time for this. (I did research about i18next and formatjs, they both have their good and bad part)...

help wanted
good first issue
dashboard
PR welcome

In order to support migrating from different services, I defined a schema that all data defined in this schema can be imported to Cusdis. ```ts export type DataSchema = {...

enhancement
dashboard
server