Naufal Hardiansyah

Results 6 comments of Naufal Hardiansyah

I don't see HLSL in the latest release (v1.0 Candicate 2). Is it possible to do the same with GLSL?

> > I don't see HLSL in the latest release (v1.0 Candicate 2). > > Is it possible to do the same with GLSL? > > I don't know. You...

Hi, I made this: ``` def imageSearchCount(image, precision=0.9, screenshot=False): img_rgb = pyautogui.screenshot() img_rgb = array(img_rgb) img_gray = cv2.cvtColor(img_rgb, cv2.COLOR_BGR2GRAY) if screenshot: template = cv2.cvtColor(array(image), cv2.COLOR_BGR2GRAY) else: template = cv2.imread(image, 0)...

I'm having the same issue. Any updates on this?

Bump. This needs to happen, I need to use async so that it the API won't block other running procceses.

Is this no longer working? My table has deleted_at but it doesn't add SoftDelete trait.