home.social

Search

1000 results for “deno_land”

  1. @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?

  2. @deno_land Is this getting standardized through the #WinterCG? Couldn’t see it mentioned here: wintercg.org/work

    /cc @jasnell @lcasdev

  3. Surprised to keep hearing about troubles in #deno land 🦕

    In the middle of an #agentic AI hype cycle, you'd expect for a permission-based #typescript runtime to be doing just fine.

    #rust btw

    What's not to like?

  4. @jensimmons
    @paul
    @jaffathecake
    @deno_land
    et al.

    #JS #Intl #i18n

    Hello browser people, hello server people, hello JS,

    what I do wonder about is if we could harmonize the data offered in your version of Intl developer.mozilla.org/de/docs/

    Two examples :
    - Federal States and Currency

    user story;
    A client-to-server federated software can rely on Intl and use all of its data and names in all of the languages consistently.

    Currently some environments only offer ISO3166-2 and "a subset of" ISO3166-2-lvl4 while others thankfully offer all ISO3166-2-lvl4 and ISO3166-2-lvl8 …
    Let's just get all of the states.

    Yesterday we had a quiz with the question of the currency in the "holiday paradise Curaçao and Sint Maarten" which is the Carribean Gulden since 2025.

    Could there be 1 repository for the data for all [despite hypercapitalism] ?

    Then we could e.g. write things comparing against e.g. wikidata, contribute, keep it updated and be happy.

    ?

  5. "By default Deno allows importing sources from following hosts:

    deno.land
    esm.sh
    jsr.io
    cdn.jsdelivr.net
    raw.githubusercontent.com
    gist.githubusercontent.com"

    I'm loving #deno and it's #secureByDefault but this particular setting feels weirdly permissive compared to the strictness of the rest of their permissions model.

    I guess the security sandbox is more about limiting what code can do, rather than what code gets executed.

    docs.deno.com/runtime/fundamen

  6. Is anyone an expert on Deno lock files?

    We have a 3rd party module on deno.land. When we build it creates entries like:

    "path-to-module": "HASH"

    That's fine. But the next time we run things the lock file gains a new line:

    "path-to-module#UNIXTIMESTAMP": "HASH"

    The hash hasn't changed but it has effectively created a new URL each time. This is really annoying because it means the deno.lock file grows and grows. Is there any way to get it to stop adding a time stamp to the path?

    #Deno #Lume

  7. Ok, happy enough for an initial release. kview, a web app viewer for
    @[email protected] KV Stores, both locally and on Deno Deploy. Check out: https://deno.land/x/kview. Feedback welcomed.

    https://x.com/kitsonk/status/1716411380465856924?s=20

    #deno #denokv

  8. 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