Rob Cobb

Results 10 comments of Rob Cobb

It looks like the issue happens when the html being tested attempts to link to a hash in a file that does not exist: ``` ``` gets the panic while...

Ah, we have a (slightly crazy) naming hack in a Hugo app. It's serving html, though the url suggests otherwise. Context: the hack is in place so that we can...

it looks like incompl.com is down too - @incompl did you let something expire? If hosting costs are a concern, please reach out! I have sent a ton of students...

This looks like it's still broken, when I build locally with jekyll 4. It looks like the localization plugin is receiving a different key than expected. From what I can...

Minimal reproducible example: ```ruby # minimal_reproducible_example.rb require 'pry' def a_method binding.pry end binding.pry puts 'hello' ``` ```bash $ ruby minimal_reproducible_example.rb From: /Users/____/yak-shave/minimal_reproducible_example.rb @ line 8 : 3: def a_method 4:...

Nice, I'll take a look at that branch and see whether I can just close this one. It could be there are small pieces of this that are worth pulling...

This behavior can be achieved with `props.showListWhenEmpty` in combination with filtering out all the options when the input is not focused. A helper for this would be nice - show...

I accidentally hit this Tab toggle all the time, so the motivation for the removal is understandable. However, the setting for the default isn't actually respected! I have to go...

Also seeing this behavior! It's pretty irritating.