Philipp Stephan
Philipp Stephan
Another thing that I would like is goals/targets in Makefiles. I'm not going to open another issue for that rn, if you can help me find names of nodes, I'll...
Any updates on that? I'd really like to serve the media via ethernet _and_ wifi, which unfortunately turns out to be different networks in my home setup. Kodi automatically binds...
What is the status here? https://github.com/pydicom/pynetdicom/pull/642 seems to have gone stale, https://github.com/RadiotherapyAI/aiopynetdicom has not been updated in two years, 2023 Python `asyncio` has improved quite a bit since 2021. Any...
The `unpack` syntax is quite unreadable. I haven't really looked into it, but do you think moving to `bindata` (now that I pulled it in anyway) makes sense? Where can...
``` ruby require "pebblewatch" watch = Pebble::Watch.new("4F92", "/dev/rfcomm0") Pebble.logger.level = Logger::DEBUG watch.protocol.on_receive do |message| puts message end watch.on_event(:media_control) do |event| case event.button when :playpause puts "Play or pause music" when...
This is the output I get from above code. The `LUETOOTH_START_DISCOVERABLE` events are triggered when I enter the bluetooth settings on the Pebble. I also pressed media buttons, but nothing...
a clickable list for selecting tags in addition to the searching field would be very handy, too :)
I also use `NOTE` and this package https://github.com/folke/todo-comments.nvim includes ```vim keywords = { FIX = { icon = " ", -- icon used for the sign, and in search results...
:+1: also applies to Window Titles. UI idea: add a radio button opt to set the title exclusively to both of them. or maybe even better (albeit less user friendly):...
It does open the default terminal `/Applications/Utilities/Terminal.app` (while I personally use iTerm2), but the terminal emulator does not make any difference, they're all going to respect the login shell. I...