Júlio César de Brito Gardona

Results 14 issues of Júlio César de Brito Gardona

This book has a lot of complex examples. Its dificult to understand the code proprosal. Please, make simple examples available at the beginning.

on linux ubuntu 22.04 x64 rust 1.62.1 I think is because libusbsys is in 0.6x, and the project need to update dependencies. Libusb is crashing on libusbsys during build. ```...

First of all, i want to congratulates by the very nice project. It is a very important step for a really effective golang ui toolkit. To make it solid, it...

enhancement

### Description When rendering vega-lite charts, the y chart label position is rendering above the chart ![image](https://user-images.githubusercontent.com/6579862/90248975-0dc3cc00-de10-11ea-932b-6ea659d757a4.png) ### Expected ![image](https://user-images.githubusercontent.com/6579862/90249158-5b403900-de10-11ea-8159-48436e10d44d.png) ### Steps to reproduce just setup a "```vega-lite```" tag ###...

:baby_chick: blocked/need info

Is this project dead? Don't see any updates in github.

### Summary When popuping documentation in helix editor using rust plugin, the keys ctrl-d/ctrl-u doesn't scroll the popup doc window. ![image](https://user-images.githubusercontent.com/6579862/178849810-f627e844-d4a7-4cb4-8ce3-c1756f989ad3.png) ### Reproduction Steps Type code until the popup documentation...

C-bug
A-helix-term

This indexer in VertexArray does'nt returns a reference to a vertex. Docs are wrong, or the indexer is wrong. A deepy copy leads to poor performance in painting. ```csharp //...

Bug
Docs

The example https://github.com/gotham-rs/gotham/tree/master/examples/hello_world fails to build. Seems there is a wrong module being imported, or api had changes and example wasn't updated assert_eq!(response.status(), StatusCode::Ok); ^^^^^^^^^^ use of undeclared type or...

documentation
example

Git time machine cant see the commits in a project. When toggle the extension the only message is No commits, nothing to see here.

### Summary The numeric keyboard is printing the "j" character when "enter" key was pressed. ![image](https://github.com/helix-editor/helix/assets/6579862/d2e2fc37-3656-438b-ba0f-930f3acbf9b3) ### Reproduction Steps 1 - Open helix 2 - press space + s or...

C-bug
S-waiting-on-review