mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

842
active users

#deno

6 posts6 participants0 posts today

I'm the old _require_ dog, so it comes at no surprise that I'm not happy with
docs.deno.com/runtime/fundamen
_import_ favorizes large libraries, with _require_ I got used to library atomization.
Eventually I'll find my ways for optimal structuring of my libraries, but for now...
#ecmascript modules, #typescript and #deno don't make me happy.

A guide to managing modules and dependencies in Deno. Learn about ECMAScript modules, third-party packages, import maps, dependency management, versioning, and how to publish your own modules.
DenoModules and dependenciesA guide to managing modules and dependencies in Deno. Learn about ECMAScript modules, third-party packages, import maps, dependency management, versioning, and how to publish your own modules.

I found a Deno issue that's making me angry as hell: I had a helper Deno script inside a Node.js project and, looks like in the last Deno version, it's looking for package.json files and it's looking for the Node.js package.json file and throwing a lot of errors. This package.json was never meant for Deno and I don't see any way to disable this behavior (apart from downgrading Deno).

Is the world in need of a federated Craigslist/Kleinanzeigen platform? I am currently thinking about a project to dig into #fediverse development and learning #golang or stay with #deno and using #fedify.

EDIT: There is already something like that on the fediverse! It's called Flohmarkt. Thanks for the comments mentioning that!
codeberg.org/flohmarkt/flohmar

Summary card of repository flohmarkt/flohmarkt
Forgejo: Beyond coding. We Forge.flohmarktfederated decentral classified ad software using activitypub

🚀 Deno v2.2.4 is released:

- Built-in OpenTelemetry support for span context propagators (tracecontext, baggage)
- Built-in OTel tracing for node:http.request
- LSP now starts the TypeScript server lazily

other improvements in the release notes:
github.com/denoland/deno/relea

2.2.4 / 2025.03.14

feat(otel): span context propagators (#28460)
feat(unstable/otel): add otel tracing to node:http.request (#28463)
feat: support FORCE_COLOR (#28490)
fix(bench): lower bench time...
GitHubRelease v2.2.4 · denoland/deno2.2.4 / 2025.03.14 feat(otel): span context propagators (#28460) feat(unstable/otel): add otel tracing to node:http.request (#28463) feat: support FORCE_COLOR (#28490) fix(bench): lower bench time...