wolkenschieber
wolkenschieber
I vote for `stable` channel.
Same issue occurs, when the jabber server uses a self-signed certificate.
@akshat1 This is because the bound volume ```yaml volumes: - /persisted/airsonic:/airsonic ``` is shadowing the installation directory in the container. Docker-compose, respective mounts work this way.
I'm getting: Error while processing content: Save version "7.27" is not compatible with this parser. Expected version "7.25". Looks like Duplicity and the DLC both made one step ahead :)
Also tried to get `repak` working, but without success. I've patched my way through, but now I'm stuck at an `TypeError: Cannot read property 'forEach' of null`. Here's the full...
Seeing this with _ungit 1.5.22+9c701261_: Full trace: ``` 2023-02-05T10:45:10.903Z - error: Error: EACCES: permission denied, watch '/mnt/Development/docker/docker-scratch/our-shopping-list/dbdata/diagnostic.data' at FSWatcher. (node:internal/fs/watchers:244:19) at Object.watch (node:fs:2296:34) at /usr/lib/node_modules/ungit/node_modules/node-watch/lib/watch.js:398:22 at hasNativeRecursive (/usr/lib/node_modules/ungit/node_modules/node-watch/lib/has-native-recursive.js:61:12) at Watcher.watchDirectory...
Have been hit by same issue. I'm currently working around this by completely dereferencing the specification through [swagger-cli](https://github.com/APIDevTools/swagger-cli): ``` swagger-cli.js bundle --outfile "${OPENAPI_SPEC_DEREF}" --dereference --type yaml "${OPENAPI_SPEC}" ```
Seems not possible currently. See #461, #423, and #356 for workarounds.
java.awt.dnd.InvalidDnDOperationException: data translation failed at sun.awt.dnd.SunDropTargetContextPeer.getTransferData(SunDropTargetContextPeer.java:270) at sun.awt.datatransfer.TransferableProxy.getTransferData(TransferableProxy.java:73) at java.awt.dnd.DropTargetContext$TransferableProxy.getTransferData(DropTargetContext.java:376) at com.entertailion.java.fling.FileDrop$1.drop(FileDrop.java:330) I'm getting a simlar exception in another program when running it with jre8. Same operation performs fine using...
I was having the same issue, but hours of googling did the trick. GitLab on `http://edoras/gitlab` is configured for the Draw.io application:  Draw.io is running on `http://angband:8080/` ```yaml services:...