Liron Yahdav

Results 18 issues of Liron Yahdav

When trying to use these scripts I got error: `env: python3: No such file or directory` This is because I didn't have `python3` installed. On macOS, I fixed by using...

This only works for postgresql setups. Fixes https://github.com/fastestforward/heroku_san/issues/5.

When you patch your main.m via the Injection AppCode menu item, it adds your machine's current IP address as a constant. Any reason it doesn't set this to something like...

I have files in my project called Form.swift and FormTests.swift. Pressing the keyboard shortcut Cmd + Shift + T does nothing. Doing this in an Objective C project works fine.

Also added dependency for this version of EventMachine. Here's the EventMachine commit that added this: https://github.com/eventmachine/eventmachine/commit/e6efbd27a98e73db4140a4c971adcd1386cf630a. This also fixes a bug where you can't pass arguments to the #fail method...

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** When a View is absolutely positioned over a (non-absolutely positioned) ScrollView, when you...

bug
needs: help
project:react-native-web

I cloned the repo and ran `./fetch_sources.sh` and got the following error when extracting JSC: ``` ➜ android-jsc git:(master) ./fetch_sources.sh Downloading ICU % Total % Received % Xferd Average Speed...

### Describe the bug After following instructions at https://docs.microsoft.com/en-us/windows/apps/winui/winui3/create-your-first-winui3-app#non-msix-packaged-create-a-new-project-for-a-non-msix-packaged-c-or-c-winui-3-desktop-app to create an unpackaged C++ WinAppSDK app, when I run it Visual Studio shows following error before any app window is...

bug
area-App deployment

## Description [Per WinAppSDK the CoreWindow class is unsupported](https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/desktop-to-uwp-supported-api#core-unsupported-classes). It's used in KeyboardEventHandler for calling GetKeyState, which the docs provide an alternative: > Instead of the [GetKeyState](https://docs.microsoft.com/en-us/uwp/api/windows.ui.core.corewindow.getkeystate) method, use the...

Area: WinUI
Platform: WinAppSDK

## Description Upgrade Windows App SDK from 1.0.0 to 1.1.4 (latest stable). ### Type of Change _Erase all that don't apply._ - New feature (non-breaking change which adds functionality) ###...