Koray Ulusan

Results 6 comments of Koray Ulusan

@b3nab I'm guessing something like this ```python images = ["img1.png", "img2.png", "img3.png"] caption = "my awesome images" with client(username, password) as cli: cli.upload_multiple(images, caption) ``` Which would create a post...

I may sound dumb but did you installed `wkhtmltopdf/image` to google collab and is it in $PATH. The error message semes clear: `No wkhtmltoimage executable found: "command not found"`. Does...

See the man page ``` -l --language lang Specify speech recognition language (locale). Default is 'en-US'. ```

First open system preferences > keyboard > dictation. Then lanuage > customize... Then select the language you want. Select OK. It will say ``` Support for processing LANGUAGE_HERE on your...

Here is a quick workaround: you can change the color manually. Open settings > advanced > config editor. Modify the value of `extensions.zotero.note.css` to ```css a {color: #3f7eb4;} ``` (or...