David Kopp

Results 22 issues of David Kopp

Example: ~~~markdown ```ad-info ![](_attachments/image.png) ``` ~~~ The plugin wants to delete the image, because it somehow doesn't see it inside this [admonition](https://github.com/javalent/admonitions). In a [Obsidian callout](https://help.obsidian.md/Editing+and+formatting/Callouts) it works like expected....

question

At the moment, the coefficient value 0.284 W/GB is used in the implementation. Source code: https://github.com/Boavizta/boaviztapi/blob/4af9f116170be39e919b1d95dc4bd02b65afd93b/boaviztapi/model/consumption_profile/consumption_profile.py#L30 Docs: https://doc.api.boavizta.org/Explanations/components/ram/#determining-the-parameters In the paper that was recently published during the HotCarbon conference a...

DATA

## Bug description Using the verbose output, the usage impacts of individual components are higher than the total usage impact. I would expect that the total usage impact is the...

bug

Currently, when a note is moved or renamed, the old file is not deleted. Therefore I recommend to do a cleanup before the build. Executing `npm run build` executes `prebuild`...

Sometimes, the frontmatter is not correctly converted. Here a screenshot that shows the diff of one file provided by the publication center: ![image](https://github.com/oleeskild/obsidian-digital-garden/assets/7796322/103688fd-18ac-4b93-83cd-da03bdb0ed4a) This happens only with some files. If...

On notes that are marked as home a tag `gardenEntry` gets added. Because the method can get executed multiple times, it could happen, that the tag was added multiple times.

- fix runner command for example application in `splash.md` - Add VS Code extensions - Add hint to `splash.md` to make api port public to avoid CORS issues

I tried to get cgroup v2 running under Windows with WSL2. This issue is intended to document my experiences with it so far. cgroup v2 can generally be activated in...

## Description of Change The shell script `branch_warning.sh` had compatibility issues because it uses Bash specific syntax. Errors: ``` ./scripts/branch_warning.sh: 12: read: Illegal option -n ./scripts/branch_warning.sh: 19: [: =~: unexpected...

## Description of Change The port of the client was changed in #1322 from 80 to 8080, however, it was not changed in the docker compose files and in the...