Sebastian Dümcke
Sebastian Dümcke
Hello, is it possible to interact with the stopwatch by sending a broadcast? I would like to start/stop by pressing a button on my connect wearable device, which would trigger...
I had a hard time figuring out how to create a struct that implements gen:indexable My attempt: `(struct ash (h) #:methods gen:indexable [(define (ref collection index) (hash-ref (ash-h collection) index))...
adapted the reference implementation of SRFI 197 from here: https://github.com/scheme-requests-for-implementation/srfi-197/ originally developed here: https://github.com/ar-nelson/srfi-197 This code is thus licensed under MIT license and copyright (c) Adam Nelson with minor edits...