Saturday, April 13, 2024

Fix React Native atomic_notify_one is unavailable

Resolving React Native 'atomic_notify_one' Unavailability Issue in Xcode 12.5 React Native is a powerful framework for building cross-platform mobile applications, but like any technology, it's not without its challenges. One such challenge arises when working with Xcode 12.5, where an issue related to atomic_notify_one can disrupt the development...

Wednesday, April 3, 2024

React Native run ios specific device commands

These are the available devices for iOS 14.0    npx react-native run-ios --simulator="iPhone 8"    npx react-native run-ios --simulator="iPhone 8 Plus"    npx react-native run-ios --simulator="iPhone 11"    npx react-native run-ios --simulator="iPhone 11 Pro"    npx react-native run-ios --simulator="iPhone...

Saturday, July 16, 2022

how to show datepicker in input focus or entire area click

 Your input should be position:relative> and the input DATE type :input[type="date"]::-webkit-calendar-picker-indicator { background: transparent; bottom: 0; color: transparent; cursor: pointer; height: auto; left: 0; position: absolute; right: 0; top: 0; width: aut...

Wednesday, July 21, 2021

Flutter pod install error

This happens when we change the plugins versions or flutter pub package.I was getting a similar error, so I used many different things but still nothing happened but finally I got an exact solution For the solution follow the below stepsDelete the podfile.lock file from the ios folder.Open the terminal, go to the ios folder directory and run pod install....

Sunday, September 13, 2020

how to fix Please enter a commit message to explain why this merge is necessary, especially if it merges an updated upstream into a topic branch

Please enter a commit message to explain why this merge is necessary, especially if it merges an updated upstream into a topic branchNew git users scared about this message 😳, don't worry, actually it's not a Git error message, it's the editor as git...

Sunday, July 26, 2020

Flutter Provider simple counter example

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden...

Sunday, October 6, 2019

jquery filter element by menu

Filter elements by jquery, here i used data attribute for filter elements and used bootstrap4 for grid. menu items like this : <a class="nav-link" data-filter="Events">Events</a> <div class="col-12 col-sm-6 col-md-4 filtr-item" data-category="Media,News"> <img src="https://via.placeholder.com/150?text=1" class="img-fluid"...

Saturday, October 5, 2019

bootstrap 4 material checkbox and radio button

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals...

Saturday, July 20, 2019

How to create a awesome Flutter material login screen

Awesome Flutter material login screen sample code: This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below....

Saturday, February 2, 2019

You don't have permission to access, Server unable to read htaccess file, denying access to be safe - Fix Godaddy

Error : You don't have permission to access, Server unable to read htaccess file, denying access to be safe. Solution: chmod -R 755 <site_top_folder&g...

Tuesday, July 17, 2018

CircleTransform for Picasso

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show...

Friday, July 6, 2018

PHRETS create mysql tables for torontomls.net

using phrets to create mysql tables from rets for torontomls.net This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more...

Wednesday, June 27, 2018

PHRETS sample code for torontomls

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden...

Page 1 of 1212345Next