Conny Brunnkvist
Conny Brunnkvist
As I see it, one of the things making Phinx so attractive to use is that it is easy to get started with. Particularly so if a project is currently...
For reference, I think this issue relates to this error: > WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was...
I took a closer look and judging from what's going on during the "Waiting for PMKID" phase: ``` 2170 pts/2 S 0:39 | \_ zsh 628345 pts/2 Sl+ 0:00 |...
I can confirm that the _"don't use automatic background-mode detection"_-patch I just submitted improves the situation: the scanning now stops immediately when asked to, without any lingering processes! Unfortunately, PMKID...
I had a `D-Link 5020L` and it is so similar to yours that I think the settings would work fine for it as well. I had to tweak it a...
I couldn't make this build either. See comment https://github.com/johang/vlc-bittorrent/issues/50#issuecomment-1445314009 for an alternative (albeit very different-) solution to getting Torrent-to-VLC direct streaming working in macOS.
I ran into this issue as well. I think the way I could reproduce it is: Add new wallet -> Resore -> select something, let's say BTC, -> you are...
Dug up the error log: ``` {2023-06-07 15:39:46.056752: {Error: FormatException: Unexpected character (at character 1) m�G�"�̪]_!�>:s�n������8{3"V`-� ^ , Library: Flutter framework , StackTrace: #0 _ChunkedJsonParser.fail (dart:convert-patch/convert_patch.dart:1383) #1 _ChunkedJsonParser.parseNumber (dart:convert-patch/convert_patch.dart:1250) #2...
Works fine in Brave browser as well. I put a breakpoint in Safari and it **does** seem like the drag-over event gets triggered, but something else prevents further action e.g....
The check for `if ("move" !== e.dataTransfer.effectAllowed)` is what prevents it from working (it becomes "`copyMove`"). > **Other notes** On Safari on a mac - effectAllowed cannot be set programatically,...