©TriMoon™
Explore posts from serversImport module from gitlab server
I think what you are asking for is like accessing a website without using DNS...
npm packages are all pulled/searched/etc from the npm site, so if you want to access your own server you need to tell npm how to reach your server right?
14 replies
Function as a value?
Maybe @alexp95 means
getters
? 🤔
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes#methods11 replies
Import module from gitlab server
And last link i found: https://gitlab.com/gitlab-org/gitlab/-/issues/324284
14 replies
[VSCodium] - Deno task list
nope i have a populated
deno.json
(at moment i renamed it to jsonc
but nevertheless), and it doesn't show the tasks in it...
The tasks inside it work when using deno task
, but at moment most of my tasks are in VSCodium
anyhow...5 replies
[VSCodium] - Deno task list
PS: Unrelated to this topic, these settings are nice to use IMHO: https://discord.com/channels/684898665143206084/1303057720395567205/1343884952999301161 (Just cross linking for myself)
5 replies
deno_blog is broken
Just a quick check on their repo, it seems they already fixed it in their
0.3.1
version:
- https://github.com/denosaurs/emoji/compare/0.3.0...0.3.1#diff-758e1993aa6069db4e1b5c39cf84ce8a54b0f0e286150ff304c2b4c1007f158e
- https://github.com/denosaurs/emoji/pull/1312 replies
deno_blog is broken
Submit a bug report at
x/emoji
maintainers repo https://deno.land/x/emoji, and hope they fix it soon, else you need to dive in and fix the assert
=>with
usage...
The JavaScript language has changed since they coded it, so they need to update their code...
You could also clone their repo, fix the wrong keyword usage in your fork, and import from your repo for your usage...12 replies
Read file as text in JSR package (easy with NPM, not Deno)
Maybe you should look into using this API instead of import in your case? 🤔
https://docs.deno.com/api/deno/file-system
12 replies