Brian Kim
Brian Kim
@ewired The one thing I worry about with realtime chat servers is moderation. I’m one person, and I’m not going to be available 24/7 to monitor these places and enforce...
@steinitz It sure is interesting! Thanks for the heads up. I still can’t seem to figure out how to get it working. Preact is using a d.ts file, which may...
@darrylcousins Thank you so much for these kinds words, Darryl! I’m going through a difficult time and this is just the motivation I need to believe in myself. If we...
TODOS: # Library work - [x] New module with working title `template` which parses template tags. - [x] Cache template tag calls by spans. - [x] Dollar sign shortcuts for...
@cristianfalcone Can you elaborate a little on what you’re looking for? Perhaps you could add a `data-ssr` attribute to your routes for SSR code perhaps, which is erased or set...
Ah I just realized your point while thinking about this while trying to go to sleep. If we implemented this behavior, we wouldn’t be able to blow away DOM nodes...
`this.refresh` is a low-level method with no knowledge of schedulers. It runs synchronously if the component renders synchronously and asynchronously otherwise. I’m eager to figure out an API for scheduling...
@nishantatgit I’m happy to see what you come up with. The one complication is that I’ve been working on a 0.4 branch (https://github.com/bikeshaving/crank/tree/release-0.4), and the differences between 0.3 and 0.4...
0.4 was released so if anyone would like to implement this feature, let me know!
You know what, I have woken up in a cold sweat once or twice this past month saying “PROPS NEED TO BE ITERABLE.” It would be really good to know...