Raz Halaly

Results 21 issues of Raz Halaly

Got the error: `GitHub release failed with status: 404, retrying...` https://github.com/rhalaly/scope-to-this-vscode/runs/2869520835?check_suite_focus=true Running in an infinite loop. Any idea what is the reason? And how to prevent an infinite loop in...

Adding `ToolType` support that can distinguish Stylus Pen, Eraser, Mouse, or Finger can be helpful for drawing. For Android: https://developer.android.com/reference/android/view/MotionEvent#getToolType(int) For IOS: https://developer.apple.com/documentation/uikit/uitouch/touchtype https://github.com/Shopify/react-native-skia/issues/735#tasklist-block-7f95f052-694f-4841-8213-461ec65a5470

enhancement

Maybe opening the clock inside a modal in small screens is better then inside a popup. On popup the user most of the time needs to scroll the page to...

**Repro** ```JSON { "rules": { "@typescript-eslint/no-useless-constructor": "error", } } ``` ```TS public constructor(a: int) { super(a) } ``` **Expected Result** Error useless constructor **Actual Result** No error **Additional Info** Working...

bug
package: eslint-plugin
breaking change
accepting prs

I want to create an Appbar with an editable title, so I used: ```typescript import * as React from 'react'; import { Appbar } from 'react-native-paper'; import {TextInput} from 'react-native';...

repro provided

## Description I tried to implement your tutorial in `Android Native UI Components` document (link below). I created a View Manager that contains a blue view: ``` package com.awesomeapp.customview import...

### Introduction All native platforms support "Touch Tool" info that indicates the pointer type. This should be included in React Native natively. ### Details All native platforms know to identify...

Hi, first of all thank you for your great library! I'm wondering if you can add another action that is not "pure assertion" but also help us to protect the...

**Describe the bug** Can't see the number of running Tasks in the Job view in dark theme: **To Reproduce** Steps to reproduce the behavior: 1. Switch to a dark theme...

**Is your feature request related to a problem? Please describe.** I'm not sure if it is a bug or feature request, but I would like to see the Display Name...