Zifeo
Zifeo•11mo ago

Lost access to deno land module, how to reset the repo?

My repository was accidentally destroyed on GitHub and I recreated it the same exact way. The webhook now gives: {"success":false,"error":"module name is registered to a different repository"}. How to get in touch with someone that can help?
5 Replies
ioB
ioB•11mo ago
Contact modules@deno.com
Zifeo
Zifeo•11mo ago
Thanks @lino-levan. I have tried but haven't heard back since 10 days, any idea who is behind?
ioB
ioB•11mo ago
@crowlKats any ideas?
crowlKats
crowlKats•11mo ago
seems this went past us, apologies @Zifeo. I have re-linked the repo, and the webhook should work now.
Zifeo
Zifeo•10mo ago
thanks! @crowlKats btw awesome new website 🙂
More Posts
BDD with async testsI'd like to run some tests that all call the same helper function that wraps the bdd `it` function. Is there a schedule / pattern for which Deno releases get new Docker files?We'd love to update to Deno 1.37.1 in production, but deno_docker is still at 1.37.0. I've noticed tIs the Fresh compornents test function enabled?Attempting to write a test for Fresh compornents. I was able to verify the rendered content. I am Inquiry Regarding Deno Security Model and Command Injection VulnerabilityI am currently instructing a class on software security and have been exploring Deno's security mode`WARNING: v8::OwnedIsolate for snapshot was leaked` and/or crash after using snapshotOn startup, I create a runtime: ```rust let js_runtime = JsRuntimeForSnapshot::new(deno_corOak: Remove HTML extensions when serving filesUsing Oak, how can I serve `home.html` as `/home` (or `/home/`). I'm aware that `Context#send` existdeno_console not being properly instantiated?Not sure if it's indended, or if I am missing a step, but several core extensions, for example the dTailwind nonfunctional on fresh-update from 1.3.1 -> 1.4.3After running `deno run -A -r https://fresh.deno.dev/update .` on my project, the tailwind styles doassertEquals deprecated in vscode?Since upgrading to std@0.202.0 I'm seeing that assertEquals is marked deprecated, but I can't see whForce await import() to import a fresh copy?I have a Deno instance that dynamically loads a module with: `await import("some/module.js")` The m