crocket

Results 82 issues of crocket

If I wanted to specify ClojureScript dependencies, the following snippet would suffice. ``` #!/bin/sh "exec" "lumo" "-c" "tools.cli-0.3.7.jar" "$0" "$@" ``` I think we should document this somewhere in this...

docs

For waiting tasks, `priority+` and `priority-` both seem to result in ordering by `priority-` For pending tasks, `priority+` becomes `priority-`, and `priority-` sorts tasks with priority as if `priority+` were...

bug

My parents' birthdays are on lunar calendar. Their birthdays change every year on gregorian calendar. https://en.wikipedia.org/wiki/Lunar_calendar

type: enhancement
lv: hard

* swayidle-1.6 * swaylock-1.5 * sway-1.6 * wlroots-0.13.0 I start typing password while DPMS is off. DPMS turns on while I type password. Somehow, keys entered while DPMS is off...

After writing something in custom-mode search box, Tab key is mapped to evil-jump-forward. Before doing so, it is mapped to widget-forward. Why does keymap change?

When my phone is formatted, stolen, or disposed of without registering TOTP to another phone, I'd be locked out of my account. lobste.rs needs one of the following. 1. (Show...

featurereq

https://github.com/njh/jackminimix returns values to OSC server calls. Thus, I have to write ``` >>> import pythonosc.udp_client as uc >>> client=uc.SimpleUDPClient("localhost", 14629) >>> client.send(uc.OscMessageBuilder("/mixer/get_channel_count").build()) >>> res=uc.OscMessage(client._sock.recv(4096)) >>> res.address '/mixer/channel_count' >>> res.params...

### In a sublayout group I currently have ```haskell import qualified XMonad.StackSet as W import qualified XMonad.Layout.SubLayouts as SL , ("M-S-j", SL.onGroup swapDown') , ("M-S-k", SL.onGroup swapUp') ] where swapUp'...

https://www.amazon.com/Hommie-Zigbee3-0-Equivalent-Multicolored-Compatible/dp/B07GXFQPQK can be controlled by a Zigbee 3.0 controller. I want to control Zigbee 3.0 bulbs from Raspberry Pi. https://wiki.makerdiary.com/nrf52840-mdk/ doesn't explain how to turn nrf52840-mdk into a Zigbee 3.0...

During boot, network interfaces could be temporarily unavailable. After boot, network interfaces can randomly go down and up. On OpenWrt, during boot, `wlan0` goes up lately because it has to...