wilkie

Results 43 comments of wilkie

Some further context: Running with `RUBYOPT=-w slimrb page.slim` gives: ``` /home/wilkie/.rvm/gems/ruby-2.6.3/gems/slim-4.0.1/lib/slim/command.rb:113: warning: mismatched indentations at 'rescue' with 'def' at 89 /home/wilkie/.rvm/gems/ruby-2.6.3/gems/slim-4.0.1/lib/slim/command.rb:119: warning: mismatched indentations at 'else' with 'def' at 89...

It is indeed because of the code temple uses to generate attribute lists explicitly when a key is included as an `:remove_empty_attrs` option: https://github.com/judofyr/temple/blob/master/lib/temple/html/attribute_remover.rb#L28 Since `:capture` rules are (for the...

I can't for the life of me clone empty files and am wondering if that is related to this issue. Am I correct that empty files appear to be shared...

@dju90 Sorry, yes. Even in the cases where you would place a translation string into an `erb` template, that would not be much of an issue either. In this specific...

I have updated the styling for the widget, while here, to accommodate rtl languages a bit better, as per @daynew's recommendation. Basically, some padding/margins on things that weren't expecting to...

I've noticed (version 0.4.2) that it will fail to mount if it cannot find another server running. So if I create a private cluster by adding two machines such that...

A little weird *to me* to have two identifiers point to the same actor (which would be seen as two different actors, off-server, even if they resolve to the same...

All that to say... the spec is good. No changes absolutely necessary. I disagree with adding any "SHOULD" to the language around identifiers and 100% accept the soft 'may' and...

Rebasing due to merge conflicts and will merge on success.

I'm a long proponent of having `Accept` always have some kind of `` equivalent. People fought to have this out before because of the perceived complexity for discovery, but I...