Moshe Weitzman

Results 316 comments of Moshe Weitzman

FYI, Material for mkdocs supports a language selector now https://squidfunk.github.io/mkdocs-material/changelog/#700-_-february-22-2021

_FYI, you can get this already by hosting at readthedocs.org. They do a build for each branch that you want and provide cross-build navigation._ Update: I never got this to...

Could use this on my project. Thanks for your efforts, @garris, @cdeutsch and all.

Furthermore, it looks like the bindkey steps in _Usage_ are not needed for OhMyZSH users. Thats similarly confusing. I would mv the Bindkey stuff to _Install - other_, or simiilar

As an update, https://github.com/asciinema/asciinema-player/issues/12 added the js events needed for for synching audio. So, we're not there yet but its getting close.

Hi. @anarcat. Fancy indeed. It looks *possible*, but there isn't an example anywhere that I've found. The starting point would be the JS docs at https://github.com/asciinema/asciinema-player#controlling-the-player-programmatically

Perhaps the OP is hoping to filter out the unwanted data via SQL instead of iterating over a long result list. This library seems to take a "do it yourself"...

I have found the opposite. Folks get conflicts when they use `global` keyword. I think we should skip this. Happy to hear other opinions.

OK, please add it as last option among the 3.

I think the equivalent code for Drupal Console is https://github.com/hechoendrupal/drupal-console-launcher/blob/master/src/Utils/Remote.php. They are doing SSH with [PHPSecLib](https://github.com/phpseclib/phpseclib) instead of `ssh` in the shell. Dunno what the benefits and risks of that...