Roman Vlasenko
Roman Vlasenko
Hi there! Here I've added a couple more framework icons to the library, namely FastAPI, BlackSheep, and Svelte. Don't know if you find it useful, but I decided to share...
# Bug Report ## Describe the Bug I'm facing some kind of strange behavior when trying to use virtual scrolling along item filtering. For some reason I'm getting more items...
I’m reading this tutorial right now, particularly [the second part](https://www.roguelynn.com/words/asyncio-true-concurrency/). I like it overall, but I believe some things might be not entirely correct. Even though this tutorial is 4...
I would like to use kubeconform as a pre-commit hook in my projects, so I tried and added a simple pre-commit manifest to the repo. I tested it briefly, and...
@complexspaces Hello! I decided to just go ahead and open a PR regarding the issue #135. Hope you don't mind. I'm pretty new to Rust, so pardon me if I...
Hello! I'm authoring `copykitten`, a Python library that provides clipboard operations utilizing `arboard` under the hood. I have an issue report from a user, who has a problem pasting transparent...
Hello! I'd like to use pymitter with async callable classes, like this. ```python class EventHandler: def __init__(self, dep1, dep2): # Injected dependencies. self.dep1 = dep1 self.dep2 = dep2 async def...
Hey! I'm using pymitter in a couple of projects and I'm really missing the type hints. So this is my attempt to fix this problem. What I did: 1. I...
Seems like the compute methods don't refresh bindings when `refresh_bindings` is set to `True`. I assume it should work the same as the usual reactive, but maybe I'm wrong? Here's...
Right now the Helm chart for Mikochi requires you to set the user credentials in plain text via values. It would be great to have a more secure method, configuring...