Lume CMS
Any way to retrieve org uuid with org access token?
ddp_*
) you can hit the /organizations
endpoint to get a list of orgs a user is in, but I'm not sure if there is a way to get an org's uuid the same way, using an org access token (starting with ddo_*
) - Attempting to hit the /organizations
endpoint with this just results in an access denied error....Questions about Subhosting
Types on transitive dependencies
'deno run' for tasks question/Bug 🐞
Issues installing npm packages

Nextjs+prisma on deno deploy !
Cookie issues
Native file selector for Deno
Best Practice for Windows Service Watchdog (GUI Apps)?
npm:mongodb connection issue, timeout
Test using png mocks
*.png
files it will crash denos testing system with a warning:
error: Expected a JavaScript or TypeScript module, but identified a Unknown module. Importing these types of modules is currently not supported.
Specifier: file:///home/zweieuro/Documents/uni/2023_SS/WUI/html_UI/vivaci_ui_deno/client/src/player_life.png
error: Expected a JavaScript or TypeScript module, but identified a Unknown module. Importing these types of modules is currently not supported.
Specifier: file:///home/zweieuro/Documents/uni/2023_SS/WUI/html_UI/vivaci_ui_deno/client/src/player_life.png
deno-ts throwing fake errors on new Nextjs App. Can't find any similar issue online.
deno npm:create-next-app@latest
with the --skip-install
flag. I have just created the Nextjs app and run deno install
, as well as created the deno.json
.
deno task dev
works, but there are many errors, such as the fact that I need to write the import React from "react"
. This didn't go away when I changed set "jsx": "react-jsx"
in tsconfig. I also got the errors below:
TS2786...CSS Parsing Error During Next.js Deployment on Deno.
Error: The deployment failed: Error parsing 'file:///src/.next/static/css/6c5fadf7446c0717.css': Expression expected at file:///src/.next/static/css/6c5fadf7446c0717.css:1:2
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-...
~
...
deno test on react template
deno test -A
successfully https://github.com/denoland/react-vite-ts-templateImport module from gitlab server
deno dnt not including a TS file when building a NPM package
Is dynamic import in global installed CLI broken?
TypeError: Relative import path “@std/path” not prefixed with / or ./ or ../
...Is there a way to generate a software bill of material? Like using cdxgen from CycloneDX ?