Jason Rich Darmawan
Jason Rich Darmawan
**Describe the bug** **custom_verifyFp** worked last week. Today, it got blocked even with **custom_verifyFp** parameter. I am suspecting the cookie had expired. So, I tried to get new **s_v_web_id**, I...
My goal is to trigger a function such as `console.log('recorder')` when the `new Recorder().state` changes to `MediaStates.PREPARED`. What I've tried: 1. React.useEffect() ``` React.useEffect(() => { console.log(recorder.state); }, [recorder.state]) ```...
After some considerations: 1. I have limited knowledge of reading a Android or iOS Native module. So, it's a bit hard to add A2DP support directly to this library. 2....
## The issue My goal is to send a data array with size 5.17 KiB/s to a WebSocket. I have not tried it yet, currently I tried to save the...
### Version info **Angular:** 13.3.11 **Firebase:** 10.7.1 **AngularFire:** 7.6.1 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** MacOS, but deployed to Firebase Hosting, same thing happened. ### How to reproduce these...
[Bug]: psutil will not be supported in aarch64 (NVIDIA Jetson Nano B01), anomalib depends on psutil.
### Describe the bug Installing anomalib dependency throws error. What I've tried: 1. Use anaconda to create environment (Python3.8.0 or Python3.8.16) in Mac Mini M1. Then, do `(Python3.8.0) $ python...
If we use validation_split, there will be data leakage. Therefore, we need to make sure the validation set is constant by using validation_data parameter, instead of validation_split. ``` def get_model(hidden_layer_dim,...
**Expected Behavior** The Spring Session should authenticate session by getting the `X-Auth-Token` header's value for the WebSocket endpoint. Currently, only REST endpoint that authenticates session if the `X-Auth-Token` header is...
My goal is to use `libcamera`. **The problem is that I can't install libcamera on NVIDIA Jetson Nano B01.** **What I've did (without libcamera):** 1. Follow https://github.com/ArduCAM/Jetson_IMX519_Focus_Example and set the...
My goal is to use 16MP IMX519 Autofocus Synchronized Quad-Camera Kit on NVIDIA Jetson Xavier NX. The problem is that there is no imx519 quad-camera kit driver for NVIDIA Jetson...