This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dbpr_!Kheis_Local_Municipality || | |
dbpr_!Women_Art_Revolution || | |
dbpr_"A,"_My_Name_is_Alex_-_Parts_I_&_II || | |
dbpr_"Awesome" || | |
dbpr_"Banksy_of_Bulgaria" || | |
dbpr_"Big"_Brian_Subich || | |
dbpr_"Big"_Paul_Williams || | |
dbpr_"C"_Is_for_(Please_Insert_Sophomoric_Genitalia_Reference_Here) || | |
dbpr_"D"_Is_for_Dubby_–_The_Lustmord_Dub_Mixes || | |
dbpr_"Dor-en-Ernil" || |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mix compile | |
Nerves Precompile Start | |
Nerves Env current | |
Nerves Env loaded | |
Nerves Precompile End | |
===> Command bare not found | |
** (Mix) Could not compile dependency :cf, "/usr/local/bin/rebar3 bare compile --paths "/Volumes/Fido/Local/u/rdm/Dropbox/Elixir/hello_nerves/_build/rpi2/dev/lib/*/ebin"" command failed. You can recompile this dependency with "mix deps.compile cf", update it with "mix deps.update cf" or clean it with "mix deps.clean cf" | |
Per jschneck, tried: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# | |
# erb_nl_nit - minimal example of Embedded Ruby newline nit | |
# | |
# The Embedded Ruby implementation for Sinatra removes (some) newlines. | |
# Basically, if an interpolated string is on a line by itself (no text | |
# either before or after), the newline goes away. The Ruby ERB library | |
# does not exhibit this problem. | |
# | |
# The input and results are displayed on STDOUT and the output web page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# I've been geting irb nastygrams for a while, but given that I just updated | |
# my copy of Ruby and all the Gems, I was hoping that it would go away. Help? | |
$ irb | |
Ignoring libxml-ruby-2.7.0 because its extensions are not built. | |
Try: gem pristine libxml-ruby-2.7.0 | |
Ignoring sqlite3-1.3.9 because its extensions are not built. | |
Try: gem pristine sqlite3-1.3.9 | |
$ gem pristine libxml-ruby-2.7.0 |
OlderNewer