dschuessler

Results 16 issues of dschuessler

Hi. As the title suggests, my audio playback suffers dropouts from two to five secons every few minutes. It distracts me and therefore defies the purpose I use this app...

I sometimes find iStats to accumulate several GB of RAM. It doesn't always happen, but when it does, RAM usage ramps up fast. Here is a realtime GIF of iStats...

Thank you for open-sourcing your app. I noticed that it makes use of an analytics library but I am not sure what it does or what its purpose is. The...

documentation

**What problem does this feature solve?** Having WebVTT syntax highlighting in Hugo **What feature do you propose?** WebVTT syntax highlighting Here is a textmate syntax which might be useful: https://github.com/pepri/subtitles-editor/blob/master/syntaxes/subtitles.tmLanguage.json

**Describe the bug** On macOS, when Jan is opened and has not been given permission to control the computer, Cmd+J opens the accessibility preference pane, hence rendering the shortcut unusable...

type: bug

Steps to reproduce: 1. Copy the following code into your `init.lua` ```Lua local vpnServiceName = "VPN" -- Autoconnect VPN local function connectToVPN() hs.execute("networksetup -connectpppoeservice '" .. vpnServiceName .. "'") end...