Greg Warner
Greg Warner
This feature would be useful with Chrome OS with Crostini (Linux app support). The native screen capture functionality in Chrome OS will dump the selected region to the filesystem or...
Most likely, your injection is not working and therefore the injected code isn't calling back to your 'remote' shell. If you add a `verbose=True` to [this call](https://github.com/lmacken/pyrasite/blob/fa2cffe211ef6fe3a74546bfb8d1945298cc5ee7/pyrasite/ipc.py#L161) (third parameter), you...
@aviv1ron1 is this fundamentally different than the `Chance.prototype.mac_address` which already exists, though is poorly documented?
I'm having this issue on Mac OSX with Firefox. After FF has been open for a while, the shortcut doesn't work. If I change the shortcut, it works, but then...
I think it's related to coffeescript. My coffeescript app has a top-level app.js (in javascript). If I require long-stack-traces after coffeescript, I get the error you describe. If I do...
VS Code also has a neovim extension which allows you to leverage parinfer-rust through neovim. After every keystroke it calls `nvim_buf_set_text` which doesn't play well with parinfer's 'smart' mode as...
It's fixed for me on android. On Wed, Apr 26, 2023, 10:07 AM Aakansha Doshi ***@***.***> wrote: > @anatoliibakhtin can you help us > verify whether this issue is fixed...
The digitalocean provider uses a 'docker' VM image by default (I didn't override it): ``` $ cat ~/.devpod/contexts/default/providers/digitalocean/provider.json | jq .options.DISK_IMAGE { "description": "The disk image to use.", "default": "docker-20-04"...
I just use ssh keys. On Wed, Jul 5, 2023 at 2:40 AM Fabian Kramm ***@***.***> wrote: > @gdw2 thanks for creating this issue! Mhh, > might be a problem...
I was getting the error (using casperjs): `TypeError: 'undefined' is not an object (evaluating ''Google'.should.matchTitle')` The suggestions in https://github.com/nathanboktae/mocha-casperjs/issues/5#issuecomment-28856024 helped! Thanks!