-
```
{"timestamp":"2024-10-30T07:15:08.970Z","logLevel":"info","context":"worker","message":"Worker done, all tasks complete","details":{"workerid":164}}
{"timestamp":"2024-10-30T07:15:08.970Z","logLe…
-
## Describe the bug
The following error appears when running the development server for preclinify-dashboard,
`GET /_next/static/chunks/app/(Authenticated)/index.mjs.map 404 in 2149ms`
## Additi…
-
Cloning https://github.com/D3nosaurs/d3nodata-website I successfully make a minimal app with only 2 files:
`islands/ChartContainer.tsx`:
```tsx
/** @jsx h */
import { h } from "preact";
import {…
-
### Environment
Self-Hosted (Docker)
### System
Arch based Chromium version 129.0.6668.101
### Version
3.1.1
### Describe the problem
When attempting to authenticate via Keycloak I get passed t…
-
https://github.com/oss-slu/TPEN-interfaces/blob/5ec1987c86eb549c2c38056469f78c1fbf5278c0/components/classroom/fetchData.mjs#L9
https://github.com/oss-slu/TPEN-interfaces/blob/870c61952e09aefcd5c277…
-
### What seems to be the problem? 🤔
I haven't worked in javascript before so I probably made a mistake on install. Now: after following the guide to install on linux (Ubuntu 22 LTS) after getting int…
-
**Is your feature request related to a problem? Please describe.**
Some API's, like Google Maps Javascript API, need to be loaded with script tags that are in index.html, but we don't have access to …
-
Suggest change packages/utils/package.json from:
`
"exports": {
".": {
"types": "./index.d.mts",
"import": "./index.mjs"
},
"./*": {
"types": "./*/index.d.mts"…
-
### Steps to reproduce
Im developing this caldav integration for/on N8N so I could be doing something wrong.
1. do a put request to the host https://nextcloud..com/remote.php/dav/calendars/d78da3f8-…
-
### Provide a general summary of the issue here
There are many `typeof window == 'undefined'` checks in this codebase.
In Deno 1.x, `window` is defined, so these are incorrect. In Deno 2, it won't…