home.social

Search

11 results for “wervice”

  1. I am re-writing Zentrox' frontend for the second time, this time in Rust :rust_ferris: using Dioxus!
    I built this small login screen using Dioxus components and Tailwind. I think it is amazing that you can write full-stack applications in one compiled language.

    Dioxus: dioxuslabs.com
    Zentrox [WIP]: github.com/wervice/Zentrox

  2. @wervice this doesn't really fit with your four hashtags, but here goes …

    A few days ago I began using a web app that works well, in a desktop environment, if stretched wide across two HD displays. The stretch must be careful, for the black borders of the two displays to not fall in the middle of a column.

    The app is more difficult to use on a smaller display, in the same desktop environment, because the developers chose to use a ridiculously shallow horizontal scroll bar. I might attempt to fix this, for myself, with CSS, however I'm not a developer (I really don't know what I'm doing with CSS). Moreover, I shouldn't be forced to hack something as basic, as essential, as a scroll bar. It's excruciatingly poor UX.

    The same web app is, in some ways, much easier to use (in Firefox) on a small Apple iPad, because I can use my finger to swipe horizontally.

    #UX #Alemba #scrollbar #iOS

  3. You can now easily change the WSGI server for Lumos. You can choose between Gevent WSGI and Flask.run().

    github.com/Wervice/Lumos

  4. The update for Lumos is uploaded. You can now use Gevenet (with your own SSL Certificate) or the less secure but more simple Flask.run().
    github.com/Wervice/Lumos

  5. has so many great tools! These include use_context for providing a context to all children of a component or use_resource for asynchronous resource loading.
    It is just very well integrated, and RSX feels surprisingly elegant, even a bit more readable than XML syntax in my opinion.

  6. Btw any website can basically make a request to your localhost from the browser using a simple fetch. This includes in-dev or untested applications. To prevent this, the application should use proper CORS. I have installed in my browser as well and denied LAN for any website, even trusted ones. I think this is a fairly scary browser default.

  7. Thanks to , I'm now also a user. Cool editor.

  8. is a script/tool to configure NVIM for you. It sets some nice themes, extensions,... that make it almost feel like any GUI editor. I'd recommend to give it a try.

    You can still later change things if you want and make it your own, but it allows you to really get started with it.

    Tip: Install a Nerd Font like "Fira Code Nerd Font", or icons wont work :)

  9. Uhm,... very stupid question: Is there a limit how much storage you can put in an laptop. I would like to give an old laptop a 1TB SSD. The size shouldn't be the problem, but is there a digital "limit"?