Ansible modules - these modules ship with ansible
🖥 📊 🕹 🛠 A curated list of command line apps
The Crystal Programming Language
Ruby bindings for libcurl
Projects deployed on Akash
Environment variable configuration for Crystal
A suite of useful Git commands that aid with scripting or every day command line usage
Hyperstack ALPHA https://www.hyperstack.org
Crystal ORM using ActiveRecord pattern with flexible query DSL
Most caching libraries don't do locking, meaning that >1 process can be calculating a cached value at the same time. Since you presumably cache things because they cost CPU, database reads, or money, doesn't it make sense to lock while caching?
issue commentbusyloop/lolcat
Apt installation method to readme.md
Problem with the alternative routes is that they don't work reliably which results in user frustration.
The politics around snap are annoying, but for this type of utility it's the least bad distribution method amongst the currently available options.
Advanced users are of course free to install in any way they like but for the time being the only officially supported method is snap.
comment created time in 16 days
push eventm-o-e/monza
commit sha ae16354d3afbc223033b2ea22a66ea2eac027291
Add support for is_upgraded
push time in a month
issue closedicy-arctic-fox/spectator
Thanks for this great shard, works splendidly for me! 🙇
Super minor thing I noticed:
It doesn't seem to print the random seed when -r is given.
Would be nice if it could do that, so that a failure that depends on test-order can be easily reproduced.
closed time in 2 months
m-o-eissue closedbusyloop/lolcat
lolcat no longer working, i have ruby installed.
a_random_lantern@hal-9000:~$ lolcat
bash: /usr/local/bin/lolcat: /usr/bin/ruby2.5: bad interpreter: No such file or directory
I don't know why this is happening all of a sudden, it used to work before.
closed time in 2 months
A-Random-Lanternpush eventm-o-e/crystal
commit sha 56e8620bc750957f18a759eb1c9efdc673c45abb
Fix typos
push time in 2 months
issue openedicy-arctic-fox/spectator
Thanks for this great shard, works splendidly for me! 🙇
Super minor thing I noticed:
It doesn't seem to print the random seed when -r is given.
Would be nice if it could do that, so that a failure that depends on test-order can be easily reproduced.
created time in 2 months
startedicy-arctic-fox/spectator
started time in 2 months
push eventIDAGIO/heroku-buildpack-libjq
commit sha 07b5120d6a161258fb075b3ec3649c49a5fbda76
Fix build paths
push time in 2 months
push eventIDAGIO/heroku-buildpack-libjq
commit sha f9d8123a23bb040b193c3c1553f45ef541388a0f
Attempt build with libjq1.6
push time in 2 months
issue commentcrystal-lang/crystal
Should HTTP::Params#[]=(name, value) clear the Array?
Fwiw, a clean way to fix this w/o introducing regressions might
be to provide an overload #[]=(name : String, values : Array(String))
that just replaces the Array.
The current method could then be flagged as deprecated and eventually be removed.
comment created time in 2 months
issue openedcrystal-lang/crystal
Should HTTP::Params#[]=(name, value) clear the Array?
Stumbled into this minor gripe while dealing with HTTP::Params:
require "http"
params = HTTP::Params.new({"x" => ["1", "2"]})
puts params
# => x=1&x=2
params["x"] = "3"
puts params
# => x=3&x=2
Imho this is counter-intuitive because it violates the
common set or replace semantics that #[]=
normally has almost everywhere else.
I.e. I would have expected params["x"] = "3"
to clear the Array, so that final output becomes: x=3.
Also I can't think of a case where I would want to overwrite specifically the first value of a param.
Is there a reason why the current behavior was chosen?
created time in 2 months
created tagbusyloop/shard_version
Tired of maintaining your shard-version in multiple places?
created time in 2 months
created repositorybusyloop/shard_version
Tired of maintaining your shard-version in multiple places?
created time in 2 months
startedgraphql-crystal/graphql
started time in 2 months
startedbusyloop/suzuri
started time in 2 months
startedimdrasil/jennifer_twin
started time in 2 months
startedimdrasil/serializer
started time in 2 months
startedat-grandpa/clim
started time in 3 months
push eventbusyloop/suzuri
commit sha e2908d9b99e5249b1001dba2450dc08c4c9de99b
Bump version
push time in 3 months
push eventbusyloop/suzuri
commit sha 160fc006b559343122f2d5ea81dc39f0bf5afb37
Update for Crystal 0.35.1
push time in 3 months
created tagbusyloop/rucksack
Attach static files to your compiled crystal binary and access them at runtime.
created time in 3 months
push eventbusyloop/rucksack
commit sha c36368167f9267e4592d0f6f18a3fc9a8b1a397c
Be compatible with 0.35.0, 0.35.1 and prior
push time in 3 months
push eventbusyloop/rucksack
commit sha 7232f488a823f5a35227f7637fb982a6a17b6f1f
Update IO#write return type Be compatible with 0.35.0, 0.35.1 and prior
commit sha b674555fb55c5ed3a5145c7ba679c5f5fa7fb31d
Merge pull request #4 from bcardiff/crystal/0.35.1 Update IO#write return type
push time in 3 months
PR merged busyloop/rucksack
Be compatible with 0.35.0, 0.35.1 and prior
Ref: https://github.com/crystal-lang/crystal/pull/9469
pr closed time in 3 months
issue commentbusyloop/lolcat
lolcat no longer working, i have ruby installed.
Hmm yep. Will need to look into ways to make this all less confusing. Glad you figured it out tho 👍
comment created time in 3 months
issue commentbusyloop/lolcat
lolcat no longer working, i have ruby installed.
Yes, it looks like you had a lolcat installed from a different source
(ever done a gem install lolcat or apt install lolcat in the past?).
Lolcat installed from snap should be located in /snap/bin/lolcat. 🙂
comment created time in 3 months
issue commentbusyloop/lolcat
lolcat no longer working, i have ruby installed.
What does which lolcat say? 🤔
comment created time in 3 months
issue commentbusyloop/lolcat
lolcat no longer working, i have ruby installed.
What OS is this on and how was lolcat installed?
comment created time in 3 months
issue commentbusyloop/lolcat
lolcat no longer working, i have ruby installed.
What OS? Have you tried snap install?
comment created time in 3 months