Tim DuBois

Results 96 issues of Tim DuBois

Seems that most elm packages/projects are released under BSD 2 or 3, which is somewhat similar to MIT with subtle differences. Then, most rust projects are released under MIT/Apache so...

help wanted
question

There was a thread in internals today about references in structs. Chase that up.

People are worried about GPDR compliance. For us here it's not too bad, since at a minimum we hash the user's IP and that is effectively all the data we...

help wanted
TODO

Rather than email notifications, we can also leverage Telegram's API pretty well. 001c260e3 sets up a facsimile of the email notifier essentially, but we can do a bit better than...

admin

Styling attempt at running with the new elm-css version a la #78, attempting to also fix the build system, since ![somethings fucky](https://i.pinimg.com/236x/45/72/ad/4572add80b4bbff9d6942d6944623221.jpg) Build works, no runtime errors, but nothing is...

The current bloom filter implementation for voters is restrictive. The voting system need to be rewritten such that `voters` is removed from the database, and `likes` & `dislikes` become `BLOB`...

backend-database

[Yew](https://github.com/DenisKolodin/yew) could give us a rust only system, both front and backend without too much porting. Especially since parcel has rust webassembly implemented be default now.

TODO

Most people will have a list of blog posts on their landing page. We want to be able to tell that page how many comments each post has. 28b9f73 arranges...

enhancement
backend-rocket
backend-database
frontend-elm

The staging area has an issue pulling the data for /index.html to the http://localhost:8600/ position for obvious reasons. We need to treat this as a special case I think.

bug
backend-rocket
backend-database

If a page has a comment section longer than the article, this can be somewhat annoying for readers -- unless of course you're coming for the comments. Perhaps an admin...

frontend-design