Achille Lacoin

Results 63 issues of Achille Lacoin

It looks like your script has an issue finding the correct input field in the login form. ``` /usr/local/lib/node_modules/roam-research-private-api/node_modules/puppeteer/lib/cjs/puppeteer/common/assert.js:26 throw new Error(message); ^ Error: No node found for selector: input[name=email]...

Since the obsidian plugin is mentionned there, I think it makes sense. Alternatively, we could have a whole section with a demo image.

These utility functions will be necessary to allow the vscode extension to load / export schemas from the json api

Kakoune lacks a line and file text objects. Instead, commands are scattered between `a-h`, `%`, `x`... I prefer the implementation implemented in this plugin : https://github.com/Delapouite/kakoune-text-objects

The [open](https://www.npmjs.com/package/open) package is quite useful in cross-platform scripts. Currently I don't think there is a simple way to open a link in the user default browser.

Fixes #491 - [x] Tests pass - [x] Appropriate changes to README are included in PR - [x] Types updated

I have the impression that as users, we often need to split our screen by half, but much less frequently in 3/4 + 1/4. In PaperWM, to place two window...

It would be useful to access this feature directly from the cli.

enhancement

### Environment - `klio*` version(s): - klio-cli: v1.0.5 ### Description of the bug When running the klio job run command with template args: ``` klio job run --config-file config/streaming/klio-job-stage.yaml \...

bug
good first issue

### Describe the feature you'd like I would like to be able to pass env variables to my application using the --env-file flag of the docker-run command ### Is your...