Ryan Roemer

Results 175 comments of Ryan Roemer

@russell -- Thanks for keeping on this and building on @torbjoernk 's work! I'm fine with an ongoing branch in the main repo, and in fact would prefer it there...

@pcav -- Can you add a screenshot when you get your other layout issues fixed on the faunalia website (i.e., updating your layout.html to BS3)? Thanks!

I'd definitely be up for changes to get the theme up to BS4. At the same time, I'm spending very little time in Python these days, and recently found out...

Looking at sphinx-tabs it does a lot of direct JS manipulation in many of the same areas that sphinx-bootstrap-theme does whereas I'm guessing those other things are mostly just server-rendered...

See https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/125 Seems related enough to perhaps guide you in the right direction... If you do figure it out, would you mind opening a PR with enhancements to the README...

Possible subsection - Running CLI Electron scripts.

Passes dry-run but fails with: https://github.com/FormidableLabs/dogs/runs/1289694860?check_suite_focus=true ``` [11:27:50 PM] [semantic-release] › ✖ An error occurred while running semantic-release: Error: Command failed with exit code 1: npm publish /home/runner/work/dogs/dogs --userconfig /tmp/b10c224299af95c3c26e706f8c3afb55/.npmrc...

Interesting: ```sh $ NPM_TOKEN= npm publish ``` from my laptop does indeed fail even though it's auth-only account + token. Will investigate more and publish the failed publish from my...

Ah -- it was a setting I did and forgot on the package itself to require 2fa! Manually published `@formidable/[email protected]` and existing publish token should now work for future commits....

Hi @robwalkerco -- I don't think this is actually implemented as we haven't enabled 2fa for this project in npm and we're using a normal publish token, not an npm...