Ethan Turkeltaub
Ethan Turkeltaub
When I run CIJoe with Sinatra 1.2.7, I'm getting this: ``` :public is no longer used to avoid overloading Module#public, use :public_folder instead from /home/ethan/.rvm/gems/ruby-1.9.2-p290@fhsclock/gems/cijoe-0.9.2/lib/cijoe/server.rb:12:in `' /home/ethan/.rvm/gems/ruby-1.9.2-p290@fhsclock/bin/cijoe:19: stack level too...
I re-implemented the code in #1157 after bringing it up to date with master. I _think_ this would solve the issue mentioned at #904. If I need to add typing,...
I'm not sure if this is even something that should (or can) be fixed, but I ran into issues building my configuration: ``` $ nix build .#darwinConfigurations.ci.system --show-trace error: attribute...
On the [Theme structure](https://learn.siteleaf.com/themes/structure/) page, we should clarify that on Siteleaf the output directory is _not_ `_site`, but is actually `site.dest`. This is important when making plugins that deal with...
Alongside #12, there should be more of an explanation of the different content types and what they do, as well as how to create/edit/delete them. Additionally, add details about how...
#### Current Behavior On a remote Ubuntu machine that I SSH into, the username module is showing as `Unknown`, despite `$USER` being set. I'm currently using the `format` option for...
There are a few places where there could be sensitive values in the Blocky configuration, namely in the database configuration options. A nice-to-have would be the option to use a...
I've set up my local `linux-builder` to emulate `x86_64-linux` as well as `aarch64-linux` (jury's out as to how well that will work), but I still need to be able to...
A Rake task for precompiling the assets into `/public` would be nice.