Huyanh Hoang

Results 16 issues of Huyanh Hoang

![screen shot 2017-02-03 at 5 43 31](https://cloud.githubusercontent.com/assets/15709918/22614553/4cc4a12e-ea38-11e6-95bb-58e167b9f606.png) When I have enough tabs open to activate the tab arrows, the left arrow gets hidden behind the button to expand the window....

Version 11.2.1 (11B53) Device: iPhone 11 and iPhone Pro Max Simulator Version: 0.0.3 ![image](https://user-images.githubusercontent.com/15709918/68979722-289ade80-07b3-11ea-90fb-05c57e22be88.png) ![image](https://user-images.githubusercontent.com/15709918/68979745-3cdedb80-07b3-11ea-9722-b9175bd65c62.png) ``` // // ContentView.swift import Burritos // No such module 'Burritos' import SwiftUI struct ContentView:...

## Checklist - [x] I use the latest release of atbswp - [x] The issue is not existing yet ## Verbose log ``` PASTE VERBOSE LOG HERE ``` ## Miscellaneous...

``` const logger = require('pino')() logger.info('hello world') ``` leads to VSCode saying ``` This expression is not callable. Type 'typeof import("/Users/name/node_modules/pino/pino")' has no call signatures.ts(2349) ``` My tsconfig.json: ``` {...

**Is your feature request related to a problem? Please describe.** Problems that come with performBatchUpdates() in a UICollectionView **Describe the solution you'd like** Any plans to support UICollectionViewDiffableDataSource or to...

enhancement
feature request

**Actual Behaviour** There is no shimmer **Expected Behaviour** Shimmer should occur **Steps to reproduce it** 1. Create a view controller in storyboard 2. Create views and outlets to the views....

bug
help wanted
swift
Hacktoberfest

I set up the repositories in my module `build.gradle` like so: ``` buildscript { repositories { maven { url 'https://dl.bintray.com/netguru/maven/' } maven { url "https://jitpack.io" } } ... } ......

Opened up a new project, installed EarlGrey2 via Cocoapods, tried running UI tests, crashed and got this error message: ``` Failed to get automation session for com.huyanh.ios15crashes:50763: Timed out waiting...

Tested custom matcher in the example project, fails: ``` // EarlGreyExampleSwiftUITests.swift func testCustomMatcher() { let workaroundArray: NSArray = [grey_kindOfClass(UITableViewCell.self), grey_tableCell()] let matcher = grey_allOf(workaroundArray as! [GREYMatcher]) EarlGrey.selectElement(with: matcher) .perform(grey_doubleTap()) }...