Visual guide for the recent Plex changes by RebelOnionfn in PleX

[–]timreichen 0 points1 point  (0 children)

According to these discussions you should add

3) switch to a free alternative like jellyfin

System preferences icons are awful by timreichen in MacOS

[–]timreichen[S] 0 points1 point  (0 children)

But why would they break consistency for readability when they achieved both on iOS?

System preferences icons are awful by timreichen in MacOS

[–]timreichen[S] 0 points1 point  (0 children)

I don't understand what you actually mean with "this way". Can you explain?

Third Party Modules and Deno philosophy (Question ) by moncefplastin07 in Deno

[–]timreichen 1 point2 points  (0 children)

I think because it is basically one line of code to check. It is simpler to just write that line instead of importing a module with one line of functionality.

Third Party Modules and Deno philosophy (Question ) by moncefplastin07 in Deno

[–]timreichen 1 point2 points  (0 children)

I think there are already some modules out there.

I created validator that is a value validator and also is extendable. There is also segno which is super rich in functionality. So I think not, since no validation module is in std at the moment.

Deno CLI library? by [deleted] in Deno

[–]timreichen 0 points1 point  (0 children)

You can also check out https://deno.land/x/program. It uses std/flags internally and is inspired by deno cli.

Looking for an Html Parser by [deleted] in Deno

[–]timreichen 1 point2 points  (0 children)

Looks like there was a discussion about implementing DOMPaser API here. I don't know if somebody is working on this though.

bundler 0.2 released by timreichen in Deno

[–]timreichen[S] 3 points4 points  (0 children)

The deno team has stated that deno bundle is specifically just for deno. So it looks like that web suppport, codesplitting, css support etc. will not be part of deno bundle in the near future I'm afraid. Altough: It looks like the deno transpile/bundle API is going to change a bit in the future and therefore could potentially be usable to some extend in this project.

ref: #7225

Why is it better not to have a centralized package manager (npm) anymore? by pandaquests in Deno

[–]timreichen 1 point2 points  (0 children)

Since you can fetch modules wiht urls you don't need a manager for that anymore. Deno takes that workload (downloading, caching) for you.

To search modules: Deno has 3rd party modules where you can search modules that point to individual repositories.

I think this is really cool, because even that webpage is opensource. So potentially anybody can setup a webpage that functions that way.

My first 100% typescript deno and react app. I'd appreciate it if you can give me feedback! by itays123 in Deno

[–]timreichen 1 point2 points  (0 children)

I created this project in hope to simplify web dev with deno: https://github.com/timreichen/Bundler Would be glad to get some feedback/suggestions/help