Mac Cowell
Mac Cowell
Ok, this is how jekyll resolves potential logo files in the repo to the `logo` attribute for each entry: https://github.com/DIYbiosphere/sphere/blob/master/_plugins/jekyll-sibling-images.rb#L18 1. looks like theres [a typo in some](https://github.com/DIYbiosphere/sphere/blob/master/_plugins/jekyll-sibling-images.rb#L37) of the...
I think this commit is the key to the problem https://github.com/DIYbiosphere/sphere/commit/a76bac7201c7ab9abd55d679b833315185687741 - we should experiment with reverting it / rewriting it. Maybe the uberimage field is clobbering the logo somehow?...
great work so far @sjamesparsonsjr! I found another clue to the mystery of the missing logos in the 'browse' view after noticing that you got the logo for Allevi working...
I am now uncertain about the API key we are using to access the algolia index. We use algolia's instantsearch js package in two places to fetch records from the...
set up `instantsearch` & `autocomplete` to get config from `_config.yaml` via window global variable set in [`_layouts/default.html`](https://github.com/DIYbiosphere/sphere/blob/staging/_layouts/default.html#L25). This didn't have an obvious effect (everything still works as well as before),...
also, it sounds like jekyll-algolia is stagnating and may not be updated to be compatible with `jekyll v4` which was just released. https://github.com/mmistakes/minimal-mistakes/issues/2257 **let's just switch to gatsby already.**
@sjamesparsonsjr I think I figured out the cause of this bug. the algolia indexing script was running on both production and staging builds. if the logo wasn't exactly the same...
@jasonbobe please take point on this & close issue or update if the collaboration happens.
@aral last year @jimpick experimentally patched `hyperdrive` to support `hyperdb + multiwriter` storage. He published it as a package on npm, `@jimpick/hyperdrive-next`. I *think* the patched source code is here:...
Had some struggles with odd non-ascii serial output in the java app on osx intel macbook while trying to flash an espixelstickv3. I came over here and was delighted by...