Evert Eti

Results 8 issues of Evert Eti

When using the following python script and commands, no updates are printed (no progress dots) ``` import sys from time import sleep sys.stdout.write("starting\n") while True: sys.stdout.write(".") sleep(3) ``` ``` python...

## Expected behavior and actual behavior. I have a corrupted file where `gdal.Warp` prints the following error when `UseExceptions` is not used: ``` ERROR 1: LZWDecode:Wrong length of decoded string:...

We use `setup_11.x` on an Ubuntu 18.04 VM (hosted on Azure). When this machine deploys, we call the following code from a bash script: ```bash curl -sL https://deb.nodesource.com/setup_11.x | sudo...

bug

**Intended outcome:** `loading` should not be updated when calling refetch. Even when using fetchPolicy cache-and-network **Actual outcome:** `loading` became true again when calling refetch. This is the behaviour without a...

:rose: has-reproduction
🔍 investigate

We noticed the orientation listener reported the device orientation instead of the UI orientation after `unlockAllOrientations` was called. This was noticeable on Android devices with the rotation locked: UI in...

# Summary See https://github.com/software-mansion/react-native-reanimated/pull/3382 ## Checklist - [ ] I have tested this on a device and a simulator - [ ] I added the documentation in `README.md` - [...

Thanks for taking the time for reporting an issue! If you are having trouble sending data from the SDK but don't see any error, please reach out first [through our...

bug

- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/fixed-header-and-scroll-bar-with-the-page-antd486-forked-sx7i9?file=/index.js) ### Steps to reproduce Have bordered...

help wanted
Inactive
good first issue