Jairo Llopis

Results 222 issues of Jairo Llopis

### What Happened? I installed the app from flaptak in https://appcenter.elementary.io/io.elementary.mail/ It is missing some icons: ![screenshot_2022-02-09_11-26-33](https://user-images.githubusercontent.com/973709/153191077-76d00f07-cda7-4df7-a036-ba336eb4e52f.png) ### Steps to Reproduce 1. Open it ### Expected Behavior All icons should...

The same way as we have difftool by right-clicking in the file tree, it would be nice to have the same for mergetool. BTW, if possible make that available when...

enhancement

I have configured Firefox with `"firefox.profile": "default-release"`, which is my main profile. I have a bunch of extensions. When I start a debugging session from vscode, all those extensions disappear...

In Odoo v14+ there are [these powerful new ORM features](https://github.com/odoo/odoo/blob/c8f5981880ffed25b5e3d48b679f923114e659a9/odoo/sql_db.py#L96-L99). But I couldn't find them into the documentation. These features deserve an entry in the docs telling how, why and...

See this screenshot of [these docs](https://www.odoo.com/documentation/15.0/developer/reference/frontend/qweb.html?highlight=qweb#forcing-double-escaping): ![imagen](https://user-images.githubusercontent.com/973709/160793669-a9dd3602-6fce-40e3-a94d-e39ee2cff79b.png) It's not very clear... 🙄 Looking at the code, it's more clear that you're referring to python vs js markup implementations: https://github.com/odoo/documentation/blob/24e7e731542bef398945ec9cac6b7addafd088f6/content/developer/reference/frontend/qweb.rst#L434-L440 It...

I guess we downstream odoo js devs sometimes add brand new features, but most times we just alter a little bit upstream behavior. I'd love to see an example on...

Open an HTML file, write `page` and press TAB: ``. Do the same in an XML file and nothing will happen. ## Want to back this issue? **[Post a bounty...

### Describe the issue While packaging an Env for further reuse, the development dependencies end up in the final package, but are not needed for production. There should be a...

### Describe the issue When running `nix build` of a flake with poetry2nix, I get this error: ``` error: unsupported build system requirement poetry-dynamic-versioning ``` ### Additional context I guess...

### Describe the issue When the poetry script contains a dot, just like [here](https://github.com/copier-org/copier/blob/61e23ed3838bb22610a2eff2a8ba2f78c7786ace/pyproject.toml#L23) (the `CopierApp.run` part), poetry2nix fails with a syntax error when trying to execute it: ``` File...