Daniel Huffman
Daniel Huffman
I forked the repo and modified it to look like: ``` class AASM::StateMachine getter current_state_name include JSON::Serializable def to_json { states: @states, events: @events, transition_table: @transition_table, current_state_name: @current_state_name }.to_json end...
See also chat in forum: https://forum.crystal-lang.org/t/code-coverage-shard-for-crystal/3380/2
@lbguilherme , I might need some help with this. Maybe beef up the doc's a bit more or point me to the right doc location? I tried the following: *...
@lbguilherme , Thanks! This looks much better! :) I'd call this issue basically 'done'! Oh, as for the "add docs" and "example shard that uses it" parts, I can move...
Thanks @hugopl ! I probably should have split this issue for docs vs mysql support; see https://github.com/hugopl/queryit/issues/2. I look forward to you noted updates.
Maybe wrap the build in some docker/compose files?
Apparently, the `--skip-postinstall` option is broken on Linux, Mac, and Windows. From https://github.com/crystal-ameba/ameba/issues/230#issuecomment-825877957 : * Ubuntu: ``` Run shards install --ignore-crystal-version --skip-postinstall shards install --ignore-crystal-version --skip-postinstall shell: /usr/bin/bash -e {0}...
@Nixinova I like your idea of replacing the added BOM as per https://github.com/Stevertus/mcscript/pull/39 as a 'work-around' to keep things running, so to speak. But I wonder what causes the `Any...
Likewise... errors installing Open Java 7 JRE on gnuroot/wheezyx (Galaxy S4) When trying to install Open Java 7 JRE on gnuroot/wheezyx (Galaxy S4) as 'fake root', I get the following...
Attachment is from running "ls -l /proc/self/fd" from within Wheezyx on my s4. -Daniel Sent from Yahoo Mail on Android total 0 lrwx------. 1 root root 64 Apr 17 09:15...