Results 13 issues of egeres

I'm new to electron and I'm not sure about how to approach nested queries to the back-end. I'm referring to a case where a function returns a list of elements,...

question

This shouldn't be really hard. Should I wrap this icon into a child-parent structure as in the example from the [home page](https://github.com/akveo/eva-icons)? ```js ```

I've been ~wasting money for fun~ testing the project with some websites and it's really interesting. But right now, besides doing quick mockups, I see little applicability in real-life scenarios...

It seems that https://npm.deepsystems.io/debug/-/debug-3.1.0.tgz is down ```shell /mnt/c/Github/pexels_downloader$ docker-compose build [+] Building 1.1s (8/10) docker:default => [downloader internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 208B 0.0s...

System: - Android version: 12 - One UI version: 4.1 - Brand: Samsung My problem is that running this code: ```python from ppadb.client import Client as AdbClient client = AdbClient(host="127.0.0.1",...

I'm looking for a way to cache the output of processing a file, but I want to use the hash of the file, not the path. This code doesn't work,...

### Problem description I'm not entirely sure if this is a termux issue, anyways, If I run: ```shell pip install contextily ``` I get the following error: ``` ~ $...

bug report

While using the latest version: https://github.com/pythonarcade/arcade/releases/tag/3.0.0-dev.33, it seems that rendering pixel-perfect images draws the border pixels in half? My code is: ```python import arcade class MyGame(arcade.Window): def __init__(self): super().__init__(800, 800)...

bug

### Problem description I'm not entirely sure if this is a termux issue, anyways, If I run: ```shell pip install contextily ``` I get the following error: ``` ~ $...

bug report

(First of all, the book is amazing resource to learn and I'm extremely grateful for all the work made by @inodentry, I hope I can somehow contribute to bevy in...