Edoardo Tenani

Results 39 issues of Edoardo Tenani

Hello @dennybiasiolli @NicoBurno, sorry for the long delay! As I've seen no progression on this ( no pun intended! ), and I had a Torino OpenSource Saturday to spend on...

I've found a wrong behaviour when logging arrays. I'm logging an object like this: ``` { name: 'string', energy: { isConsistent: true, lastUpdate: '2015-05-20T17:30:00.000Z', }, hourly: [ 1 value per...

enhancement

Hello, I noticed that the keyboard shortcut to trigger the icon picker is `Ctrl+Shift+i`. The same shortcut is used to open the web inspector useful for theming/troubleshooting. Would it be...

Hello, thanks for this plugin! Is possible to have the hash length configurable? Can I make a PR for this?

**Oni Version:** 0.3.6 (as downloaded from the website, `deb` installation) **Neovim Version (Linux only):** v0.3.1 **Operating System:** Ubuntu 16.04 **Issue:** Received notification for - Unhandled Rejection:Error: Unable to start language...

Closes #460 Add `filestatus` command, reporting if the file is in encrypted or unencrypted state. I reused `ensureNoMetadata` logic, thus the command would return `0` when the file is not...

When the `.loading` class is applied to a `.tooltip`, the loading element is wrongly positioned. This is due to the `left` and `top` rules in the `.tooltip::after` class. Solution to...

Hello, while applying `loading` to a `btn` with a `tooltip` configured I observe this behaviour: ![Screenshot from 2020-09-21 23-38-10](https://user-images.githubusercontent.com/526307/93824630-11930b80-fc64-11ea-82a1-edc21124a6db.png) Apart from the `tooltip` class, all other tooltip position modifier are...

Add support for Desktop Entries Additional applications actions. [Additional application actions](https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#extra-actions) are part of the [Desktop Entry Specification](https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html). Are extremely useful to trigger custom behaviours present in `.desktop` files. Example...

feature
Python

Hello, I'm having a hard time trying to rescue a failed `command` execution in a meaningful way. Excerpt from my code: ```ruby section "helm chart" do step "Check Helm Chart...