BassOfBass

Results 8 issues of BassOfBass

As per discord post: > any time someone tries to upload a video over 1GB (or so) my nodetube instance the vps freezes then the process dies > ...yea it...

Fix mentioned in https://github.com/mayeaux/nodetube/issues/396#issuecomment-751444124.

Started tackling with `media.pug`. Added VSCode workspace file so it wouldn't derp every time I switch branches with and without it. Removed `.pug` files from nodemon watch as they are...

As per https://github.com/mayeaux/nodetube/issues/387 there is a need for system to control the amount of incoming accounts. It would look something like this: ## Frontend - Additional input field at `signup.pug`(https://github.com/mayeaux/nodetube/blob/master/views/account/signup.pug)....

I've made a rough sketch of this switcher at https://github.com/BassOfBass/nodetube/commit/08c24122d1dd3a413a44420e6b107ef7bbe856dd. Don't pay attention to the header, I am in the middle of cleaning it up. The good parts: - doesn't...

I am trying to get my head around the frontend part and it's quite a mess. But before untangling it you need to decide which browsers are gonna be supported....

The `//` comments are used for html comments and thus spill into production code. The javascript comments are marked by `//-` as per [pug docs](https://pugjs.org/language/comments.html). I don't think there are...

Creates a `.json` with asset paths generated by Webpack for easier diffing between builds.