jeiea
jeiea
Deno language server (as vscode intellisense) prints no error, but `deno run` reject the following. ## Reproducible steps ``` > deno --version deno 1.17.1 (release, x86_64-pc-windows-msvc) v8 9.7.106.15 typescript 4.5.2...
### Feature Request Type RPC Request ### Feature Request Type (Other) _No response_ ### Requested Feature There is `CreateSceneCollection`, but I can't find the deletion counterpart. Why there is nothing?...
### Feature Request Type RPC Request ### Feature Request Type (Other) _No response_ ### Requested Feature OBS has recording file split feature. Python and lua binding seems to support this...
### Reproducible steps **Environment** ``` > deno --version deno 1.30.0 (release, x86_64-pc-windows-msvc) v8 10.9.194.5 typescript 4.9.4 OS: Windows_NT x64 10.0.22621 (Windows 11) ``` 1. Save the following as `async_to_sync.ts` Code...
## Steps to reproduce **Environment** ``` ➜ deno --version deno 1.29.4 (release, aarch64-apple-darwin) v8 10.9.194.5 typescript 4.9.4 ``` **Commands** ``` git clone https://github.com/jeiea/deno_report.git -b lint-getter-return cd deno_report deno lint code...
## Bug report **Describe the bug** The following is iOS non fatal error log. The following is Android non fatal error log. ### Steps to reproduce ``` FirebaseCrashlytics.instance.log('something\n' 'android\n' 'horrible\n'...
#313 changes `DartySocket` extension to access `this.io`. This makes me unable to mock `Socket` as described in [mockito FAQ](https://github.com/dart-lang/mockito/blob/master/FAQ.md#how-do-i-mock-an-extension-method). I'm using `DartySocket.onError`, and because mockito [doesn't support deep stubbing](https://github.com/dart-lang/mockito/issues/21) when...
### Operating System Info Windows 11 ### Other OS _No response_ ### OBS Studio Version Other ### OBS Studio Version (Other) 28.0.1-modified (debugging) ### obs-websocket Version 5.0.1 ### OBS Studio...
### Plugin android_intent_plus ### Use case I want to launch chrome intent url, but the title factor blocks it. ### Steps to reproduce 1. Install kakaotalk. (카카오톡, messager app in...
**What I did and description** I don't know whether it is a bug but I'll explain it first. I thought dispose function (printing `unmount` in the following code) should be...