Andreas Heissenberger

Results 27 issues of Andreas Heissenberger

This works with bash helper (code at end of this note): ```js import {readFile} from "node:fs/promises" const content = await readFile('test.txt',{encoding:'utf8'}) ``` but when I add the functions to import/export...

This will allow to add Documentation and in a second step to access and display values from other panels

### Bug / Enhancement / Question ? brew install git-ftp there is a problem with the bundled curl: ``` /usr/local/Cellar/git-ftp/1.4.0_5/libexec/bin/curl dyld: Library not loaded: /usr/local/opt/brotli/lib/libbrotlidec.1.dylib Referenced from: /usr/local/Cellar/git-ftp/1.4.0_5/libexec/bin/curl Reason: image...

enhancement

**Is your feature request related to a problem? Please describe.** Debug Command, Projections with VSCode visual Node debugger **Describe the solution you'd like** * allow to connect to the running...

enhancement

Great App 👏! What I miss from switching from `ffmpeg` is the creation of a specific color palette which makes the result not show the typical compression artefacts and is...

Are there any plans to support the upload of javascript sourcemaps? https://docs.sentry.io/clients/javascript/sourcemaps/ I user webpack & uglify on my project and this would help to show the original source code...

enhancement
help wanted

**Example:** when running the example app from the get [get started tutorial](https://noflojs.org/documentation/) the encoding is not set to 'utf-8' and output ist a buffer and not the text of package.json:...

I am using "serverless" **installed local with the project** and would like to do this with the emulator too. But whenever I call `../../node_modules/.bin/sls run` (https://github.com/serverless/serverless/pull/4034#issuecomment-330960579) it tries to do...

enhancement

The C4 Context Diagram is missing from the bundled mermaid plugin. Maybe the plugin needs to be updated. ``` C4Context title System Context diagram for Internet Banking System Enterprise_Boundary(b0, "BankBoundary0")...

The command will finish after some time without any output: ``` node ➜ /workspaces/vite-plugin-ssr $ node --version v20.0.0 node ➜ /workspaces/vite-plugin-ssr $ ./node_modules/.bin/vavite serve --use-loader node ➜ /workspaces/vite-plugin-ssr $ ```...

bug