Pedro Pombeiro

Results 10 issues of Pedro Pombeiro

I'm currently building a Qt app under Nix for deployment as an AppImage outside of Nix. I noticed that `linuxdeployqt` quickly stumbled when following library dependencies (for instance finding some...

I've just managed to install the language server together with NeoVim/CoC, and I'm getting this error: > `db/structure.sql|1 col 2-3 error| [sql] Expected "$", "(", "--", "/*", "CREATE TABLE", "DELETE",...

The UI looks so much better and more usable than the original Docker image. Too bad that this isn't available as a Docker image too!

`create_activity` is missing some arguments that are present in `update_activity`, such as `private`, `commute`, or `gear_id`.

pending-response

It seems that there is a problem decoding the response from `create_activity`: ``` Traceback (most recent call last): File "/Users/pedropombeiro/src/github.com/huserben/walkingpad/restserver.py", line 610, in app_factory stravaClient.create_activity('Walking Pad', 'Walk', session_start_time, int((datetime.now() -...

pending-response

- `nvim --version`: v0.8.1 - `git --version`: 2.38.1 - Operating system/version: macOS 13.0.1 - Terminal name/version: iTerm 3.4.18 ### Steps to reproduce - Install https://github.com/iamcco/markdown-preview.nvim - Run `nvim --headless -c...

bug

It would be great to be able to use jless for json/yaml navigation, but then allowing pressing 'e' for example to open the file in vim at the specified location....

**Describe the bug** A clear and concise description of what the bug is. nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync' locks up when markdown-preview.nvim plugin is installed **To...

Ubiquiti recently made 3.0.19 available in EA at https://community.ui.com/releases/UniFi-OS-Dream-Machines-3-0-19/aae685bb-4b96-4016-9125-29e57d7f2844 ## Known aspects of 3.x - `/data` is preserved in the upgrade, but `udm-boot_1.0.7_all.deb` needs to be installed again; - `ssh-proxy`...

@guyb7 This is a great plugin, thanks for making it public! I wonder if with small tweaks it would be possible to make it retrieve data from [GitLab's GraphQL API](https://docs.gitlab.com/ee/api/graphql/#work-with-graphql).