Halvard Mørstad
Halvard Mørstad
I am also seeking this feature. My use case is when dealing with e2e tests, as it would be great to have a simple admin endpoint for verifying created users...
@thelinuxlich Could you share the steps you took for this? 🙏🏻
To address the comments: @Leokuma As this is not specifically typed or provided anywhere else as an enum or variables, having it available in the standard library would be of...
@Leokuma At the top of my head, I can think of two use cases: In fetch ``` fetch("example.com",{method: HttpMethod.Post}) ``` In deno serve, router or lambda ``` Deno.serve(({method})=>{ if(method ===...
I get what you mean, so in practice, nothing is stopping anyone from using "GET". It is just an accessible helper const/type for those that need it, or want extra...
Hi @ralyodio I did an inspection of the dependencies, but I could not see any usage of `https://deno.land/std/hash/mod.ts` (unversioned). Are you sure that your migration files and the config file...
@ralyodio When doing deno info, there is no usage of god crypto. I know it was from a previous version of sqlite and MySQL, but in recent versions this was...
No worries, I am asking you if you are sure that you have all nessie imports updated to latest? Can you maybe share a repo with me so that I...
I can see from your [config file](https://github.com/avenasea/avenasea-api/blob/main/nessie.config.ts#L4) that you are using an outdated nessie version. Also, although I generally advise against it, I also see that the migration files are...
Hi @akatechis ! Thank you for the bug report, but please see #165.