Andra Antariksa

Results 16 issues of Andra Antariksa

Its really hard to navigate horizontally when the regex graph is really big. One have to scroll down to be able to use horizontal scroll. ![image](https://user-images.githubusercontent.com/9760691/73588592-924a9f00-44fd-11ea-9dfe-33a62b555097.png) https://ihateregex.io/expr/ipv6

## Error ``` Compiling wgpu-playground v0.1.0 (C:\Users\andra\Projects\wgpu-playground) error: linking with `C:\Users\andra\AppData\Local\Android\Sdk\ndk\22.1.7171670\toolchains\llvm\prebuilt\windows-x86_64\bin\aarch64-linux-android30-clang.cmd` failed: exit code: 1 | = note: "C:\\Users\\andra\\AppData\\Local\\Android\\Sdk\\ndk\\22.1.7171670\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\aarch64-linux-android30-clang.cmd" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-Wl,--allow-multiple-definition" "-Wl,--eh-frame-hdr" "-L" "C:\\Users\\andra\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\aarch64-linux-android\\lib" "C:\\Users\\andra\\Projects\\wgpu-playground\\target\\aarch64-linux-android\\debug\\deps\\wgpu_playground-68def660a33b10d9.wgpu_playground.7pnepe7p-cgu.0.rcgu.o" "C:\\Users\\andra\\Projects\\wgpu-playground\\target\\aarch64-linux-android\\debug\\deps\\wgpu_playground-68def660a33b10d9.wgpu_playground.7pnepe7p-cgu.1.rcgu.o" "C:\\Users\\andra\\Projects\\wgpu-playground\\target\\aarch64-linux-android\\debug\\deps\\wgpu_playground-68def660a33b10d9.wgpu_playground.7pnepe7p-cgu.2.rcgu.o" "C:\\Users\\andra\\Projects\\wgpu-playground\\target\\aarch64-linux-android\\debug\\deps\\wgpu_playground-68def660a33b10d9.wgpu_playground.7pnepe7p-cgu.3.rcgu.o" "C:\\Users\\andra\\Projects\\wgpu-playground\\target\\aarch64-linux-android\\debug\\deps\\wgpu_playground-68def660a33b10d9.wgpu_playground.7pnepe7p-cgu.4.rcgu.o"...

I was following this example, but I always encounter an error about invalid scissor. I just found out the problem was the rect was overflowing the surface bound. I guess...

How do I make this UI widgets? The inner canvas is scrollable and a kid of the outer canvas ![image](https://user-images.githubusercontent.com/9760691/143526844-f917a46b-ebc1-400f-85c2-f7fb07a7ae08.png)

This work is not complete.

I think it will be good if the library has an API for battery (Battery percentage) and disk (R/W speed, capacity, etc). What do you think?

I'm trying to run the code on the `README.md` (I have provide the dummy card.png file though), but it gives me this error ``` The previous INVALID_ENUM error (if any)...

![image](https://user-images.githubusercontent.com/9760691/127755598-863dc24a-0be9-4c0a-b10e-2bf7f30287f5.png) Version used: 1.8.0 ``` {isShowMonthPicker && ( { switch (event) { case ACTION_DATE_SET: changeMonth(moment(newDate)); break; case ACTION_NEUTRAL: break; case ACTION_DISMISSED: default: } setIsShowMonthPicker(false); }} value={monthlyState.monthAndYear.toDate()} minimumDate={new Date()} maximumDate={new Date(2025,...

**Please Describe The Problem To Be Solved** Currently, there is no Quran recite feature. **(Optional): Suggest A Solution** Stream the audio from https://islamic.network/services.html and maybe cache it in local persistence...

enhancement