Alex Coyle
Alex Coyle
I made this PR as I wanted to use some new icons that were not available in the currently used version of Fontawesome..
Hi there, I noticed a difference in the behaviour of Bats recently, which I wanted to query to check I understand it correctly.. When I load external functions into a...
It would be useful to see the musical key on the deck screen for reference, since when browsing into other playlists on the other deck screen that doesn't contain the...
Hi there, It would be useful if the screens matched the musical key style that is set in Traktor preferences. For example, if the musical key is set in the...
Hi there, It seems the bars-per-phrase on the screens doesn't match what is set in Traktor. e.g. when 8 bars-per-phrase is set in Traktor, the screens still use 4 bars-per-phrase.
Hi there, I am trying to evaluate if Datascript is the right tool for a problem I'm trying to solve.. and I was wondering how I might accomplish a (full)...
With the fix for #146 in PR #148, the following now encodes and decodes successfully: ``` (def cat-spec (std/spec {:name ::int-or-double-or-both :spec (s/cat :a (s/? (std/spec {:name ::a-spec :spec {:an-int...
Hi there, I am seeing some interesting results when I try and use recursion with collections in data specs. Consider these three approaches based on a simple folder/leaf recursive structure:...
Hi there, I am seeing some interesting results when I try and perform decoding on data specs with s/cat and regex ops. For example, given the following example data specs:...
Hi there, I have a small project to transform one xml format into another (call them fmt-a and fmt-b). I thought Clojure Spec might be useful to define the shape...