Vasiliy Vanchuk
Vasiliy Vanchuk
**When reporting a bug, make sure you provide all required info below. Reports without this information may be closed.** Output of `gemini --version`: `"gemini": "5.0.0-alpha.12"` **Contents of `.gemini.yml` file:** ```javascript...
Folks, let's share the experience - PRs with new tasks from your experience are welcome
Extract links to repos and materials to separate files with links
First of all - thanks for what you're doing I have version 0.11.3 for Mac (RN 0.62) Putting this issue here, just because that `Network` request doesn't work for me...
At the https://github.com/flexible-agency/react-native-map-link/blob/master/src/index.js#L42 we verify if params are in the options, but do not check the value, so for `undefined` we have ``` parseFloat(undefined); // NaN ``` for sure it...
1. ace_the_programming_interview.pdf 1. cracking_the_tech_career.pdf 1. enabling_programmable_self_with_healthvault.pdf 1. getting_an_information_security_job_for_dummies.pdf 1. getting_an_it_help_desk_job_for_dummies.pdf 1. getting_a_social_media_job_for_dummies.pdf 1. social_media_design_for_dummies.pdf 1. soft_skills.pdf 1. success_in_programming.pdf 1. the_healthy_programmer.pdf [email protected] Thanks
Is there ability to rerun tests from gui with changed source? Case: - open gemini-gui - run tests - change failed tests - rerun via gemini ( for some reasons...
In my app I do show something like `Inbox (5)` where `5` is number of unread messages which I do receive with `getInboxMessageUnreadCount`. When user opens inbox that number can...