Kacper Bąk

Results 30 comments of Kacper Bąk

Yea, these icons are still problematic ![image](https://user-images.githubusercontent.com/56700396/95791019-c4dda600-0ce0-11eb-8b48-6eb78175faf3.png) There is listing: ``` Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so (samrewritten:15858): Gtk-WARNING **: 23:14:56.825: Theme parsing error: gtk.css:1511:23: 'font-feature-settings' is not a valid property...

Thanks, I'll let my friend who I gave this laptop to take a look at it.

If, for example, we can get a variety of data from a response, a wrapper that can wrap all such data would be useful. This can replace `interface{}`, for example,...

From my conclusions, the game modes are defined in `LeagueBot.Game.Enums.QueueEnum`, but I can't get there.

I was thinking of printing this out with the command `Console.WriteLine(...);` and inserting it into `StartCoop.cs` into the` ProcessMatch()` function with `bot.wait()`. But I have no idea how to list...

A little documentation here would be useful for people who would like to improve this program. :)

Check out this, it should be helpful: ```using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LeagueBot.Game.Enums { public enum QueueEnum { BotIntro = 830, BotIntermediate = 850,...

It's only Intro and Intermediate

But it's possible if u set up `QueueEnum.cs` like this ``` using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LeagueBot.Game.Enums { public enum QueueEnum { BotBeginner =...