Bruno Marley

Results 4 issues of Bruno Marley

I'am using this example: ``` var allVersion = api.DataDragon.Versions.GetAllAsync().Result; var latestVersion = allVersion[0]; // Example of version: "10.23.1" var champions = api.DataDragon.Champions.GetAllAsync(latestVersion).Result.Champions.Values; foreach (var champion in champions) { Console.WriteLine(champion.Name); Console.WriteLine(champion.Lore);...

I don't know if there is already a way to do this with this framework, but I have a button that opens a modal that contains a form and when...

v1

I'am having a problem with popover, the table tag have `overflow: hidden;` so the popover is under the table: ![Capturar](https://user-images.githubusercontent.com/42249835/112170328-e37a8e00-8bea-11eb-8095-31a8c0375fe1.PNG) Is there a way to make it appear above the...

v1

Hi I'm having an issue when trying to make SSH connection via Microsoft's "Remote - SSH" extension in Visual Studio Code. It makes the connection, asks for the password and...