Václav Vančura
Václav Vančura
We have a huge chaos in file and folder icons. I am trying to clean it up here. As a part of https://github.com/xamarin/icons/issues/194 I cleaned up our special folder references....
@kjpou1: Could you please try to compile this? It doesn't work for me, but it might be in my messy computer. Thanks!
See the video: http://vncr.in/c1rl Maybe it's because they're inside `CCParallaxNode` which I rotate. https://github.com/vancura/pigeonsort/commit/f12e8ed69462f1cb5faa453c2b94e6ae7ec9c35b
Here's a list of failing Mac tests. 1. I guess **AccelerometerTest** could be disabled on Mac as it's not really needed. 2. **DirectorTest** doesn't load at all. 3. **CCControlButtonTest**: http://vncr.in/ZNln...
Dear Docling maintainers, I have wrapped Docling as an Apify Actor by adding the [Actor definition](https://whitepaper.actor/#actor-definition-files?fpr=docling) in the `.actor` directory and published the [Docling Actor on Apify Store](https://apify.com/vancura/docling?fpr=docling). I've also...
When pushing an Actor, the Console doesn't show correct fields like `title` and `description`. See this `actor.json`: ```json { "actorSpecification": 1, "name": "diff-pdf", "title": "Diff PDF Title", "description": "An Actor...
When `apify push` is launched from `.actor`, the Actor `name` is always `undefined`. @janbuchar believes it's because push looks for `./actor/actor.json`, but finds nothing and hence the `name` is `undefined`....
### UX Description See the original task #12485. More details here TBD. This task is related to the notification refresh discussed in #12536 /c @Firewall ### Primary Contact @vancura ##...
## Problem Different social media accounts may have inconsistent branding, outdated logos, or mismatched information. ## Solution Perform a comprehensive audit of all social media accounts and standardize branding elements....
The application is missing standard window frames/borders on Linux. When multiple applications are open (e.g., Podman Desktop and Postman), it's difficult to distinguish where Podman Desktop's window boundaries end. This...