home.social

#denoland — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #denoland, aggregated by home.social.

  1. > I’ve been noticing a trend with #DenoLand Inc. products. Engagement with users is fleeting. What I mean is that many reported issues with #Deno products are never addressed. Often they’re not even acknowledged. From #DenoKV architecture, to #DenoDeploy startup times, I keep running into show stopping issues with little to suggest they’ll ever be fixed. It’s not a good look.

    dbushell.com/2024/08/09/jsr-an

    #webDev #javaScript #JSR

  2. > I’ve been noticing a trend with #DenoLand Inc. products. Engagement with users is fleeting. What I mean is that many reported issues with #Deno products are never addressed. Often they’re not even acknowledged. From #DenoKV architecture, to #DenoDeploy startup times, I keep running into show stopping issues with little to suggest they’ll ever be fixed. It’s not a good look.

    dbushell.com/2024/08/09/jsr-an

    #webDev #javaScript #JSR

  3. > I’ve been noticing a trend with #DenoLand Inc. products. Engagement with users is fleeting. What I mean is that many reported issues with #Deno products are never addressed. Often they’re not even acknowledged. From #DenoKV architecture, to #DenoDeploy startup times, I keep running into show stopping issues with little to suggest they’ll ever be fixed. It’s not a good look.

    dbushell.com/2024/08/09/jsr-an

    #webDev #javaScript #JSR

  4. > I’ve been noticing a trend with #DenoLand Inc. products. Engagement with users is fleeting. What I mean is that many reported issues with #Deno products are never addressed. Often they’re not even acknowledged. From #DenoKV architecture, to #DenoDeploy startup times, I keep running into show stopping issues with little to suggest they’ll ever be fixed. It’s not a good look.

    dbushell.com/2024/08/09/jsr-an

    #webDev #javaScript #JSR

  5. > I’ve been noticing a trend with #DenoLand Inc. products. Engagement with users is fleeting. What I mean is that many reported issues with #Deno products are never addressed. Often they’re not even acknowledged. From #DenoKV architecture, to #DenoDeploy startup times, I keep running into show stopping issues with little to suggest they’ll ever be fixed. It’s not a good look.

    dbushell.com/2024/08/09/jsr-an

    #webDev #javaScript #JSR

  6. Choose to try #pino for the #NodeToDenoChallenge and worked first try. Would be interesting to dig deeper into all of Pino's functionality to see if it holds up but a promising start nonetheless. #deno #denoland

  7. @deno_land If I want to make use of `deno_cron` with Deno Deploy, how would that work? The library uses `setInterval()` to continue waking up the process every second to perform tasks if necessary. I don’t have that many tasks to execute, but it seems this doesn’t really fit the edge model. Would the process be terminated once my tasks exceed the 10ms limit?
    How do others solve such use cases with #Deno or in #Denoland?

  8. I think I've fallen out of love with #deno #denoland . It's a really good tool, specially since it has a better API than node, promise-based and typed. However, the lack of package managing is a terribly wrong choice

    NPM did package managing so well that Rust's Cargo works almost the same. I'm not sure why Deno creators decide to throw it off.

    The thing is, whenever I'm working with Deno I'm non stop struggling with the package managing. If I go for a
    deps.ts approach I have to constantly be re-exporting libraries. Also in the app files it isn't clear where a package comes from.

    If I just import where I need it will be impossible to update versions later, or it will required tools that look the entire source tree

    And finally the sourcemaps approach don't work for libraries

    The only good thing about the URLs approach is that I kind point to
    file:/// URL and develop libraries in a really fast fashion, that's all

  9. Deno v1.29 is here, featuring—
    🗳custom npm registry support
    💥npm compat improvements (30+ bug fixes and more)
    🔐secure-by-default REPL
    🛠️`deno init` improvements
    🔼 TypeScript 4.9

    and more:
    deno.com/blog/v1.29

  10. I just published a post to my Craig's Deno Diary blog on the Ultra v2 framework which allows full-stack React apps to run in a Deno environment.

    Ultra supports many React libraries and features including Tailwind, React Router and React Query. Version 2 works with React 18 which includes suspense for async rendering.

    The blog post focuses on creating, developing and deploying a full-stack Ultra app.

    deno-blog.com/Building_Fullsta

    @deno_land

  11. A new blog post has been published on Craig's Deno Diary showing how to use Preact Signals with Deno Fresh for reactive state management: deno-blog.com/Using_Preact_Sig



  12. I get more exited about #denoland every time I check in on the project. There are now a few standard modules, a module style guide and binary installation manager

    github.com/denoland/deno_std