Results 576 comments of Henry Heino
trafficstars

If you're in a git repo, try `lg2 apply` to apply a patch.

@goerz It looks like it is, but I'm not sure if it satisfies the requirements for vim plugins... See #56.

> I have troubles using lg2... it behaves quite differently from git.. > > ``` > $ lg2 config --list --show-origin > Unable to open repository '%s' '.' [-3] -...

> > At present, `~/Documents/.gitconfig` needs to be edited with an editor like `ViM`. > > I tried to create the file, but it still says the same thing. Maybe...

You can also add something like this to your `.profile`: ``` jsi -wc "alert('Content of message here!')" ``` This displays a graphical alert dialog with 'Content of message here!' every...

Pyodide works in Safari for iOS. It can be tried here: https://pyodide.org/en/stable/console.html

I have been experiencing similar issues on previous versions of iOS (I think even with iOS 14.X) with both `ipython` and `jsi` (both use `prompt_toolkit`). Testing it, I can also...

# A messy, one-line solution This works for me (for hiding the onscreen keyboard): `jsi -wc 'if (!window.b) { window.b = document.createElement("button"); document.body.appendChild(b); } b.focus()'` `jsi` stands for "Javascript Interpreter"...

# Alternate (probably better) solution Another, perhaps better, option could be to add a python file to your `~/Documents/bin` directory called `hideKeyboard`. To do this, Create the bin directory ```sh...

Does this (more minimalistic example) work for you? ![just the one-line solution and an echo](https://user-images.githubusercontent.com/46334387/143382060-39536ba8-3a35-4a1d-baec-df436b1b18c3.jpeg)