Khiet Tam Nguyen

Results 83 comments of Khiet Tam Nguyen

This video contains a workaround: https://www.youtube.com/watch?v=y9_yd5a3scM (turn on subtitle) Basically: 1. Extract cookies from facebook.com e.g. by using - https://chrome.google.com/webstore/detail/j2team-cookies/okpidcojinmlaakglciglbpcpajaibco/related 2. Copy the value of the key `cookies` (should be...

This is related to #164. The reason is covered in this article by Manuel Spigolon: - https://backend.cafe/should-you-use-jest-as-a-testing-library I wrote a niche library called [jewire](https://github.com/nktnet1/jewire) to work around this issue: ![184](https://github.com/jhnns/rewire/assets/86177399/1572a88e-4cbe-4ffd-b450-b573696ac5c8)...

I had the same issue, so I wrote [jewire](https://github.com/nktnet1/jewire). ![1](https://github.com/jhnns/rewire/assets/86177399/7815fcf0-4d18-41c7-89c0-166d2ea841f6) It's a niche library that clones objects and arrays at runtime solely for Jest purposes :D. Hope this helps someone...

Adding further results when using the Electron Fiddle gist (Electron v27.0.4). ### Steps: 1. Paste https://gist.github.com/6b77dd48dc95b711267c62fb9cd5c939 and "Load Fiddle" 2. Click "Run", minimize electron app window 3. Right click on...

+1 for this feature. On Chrome/Microsoft Edge, there is - https://super-video-speed-controller.com ![1709735452](https://github.com/WaldiPL/playbackSpeed/assets/86177399/f35926c2-fc02-4a0d-8c95-4c1936d7e0b2) although I haven't found anything similar for Firefox :(.

Had a similar problem with Jest so I wrote a library called [sync-request-curl](https://github.com/nktnet1/sync-request-curl). The usage is the same. [sync-request-curl](https://github.com/nktnet1/sync-request-curl) is free from this bug and has better performances from leveraging...

There are some workarounds in #185

@prateekmedia Yep that's correct - when attempting to edit, the app just hangs (can no longer click anything). Once I scan my fingerprints in this unresponsive state, it makes the...

Hi @prateekmedia, Ente-auth's AppImage usually doesn't work for me - I get this error: ![1716275551](https://github.com/ente-io/ente/assets/86177399/ad642dff-83e7-42cf-94c5-eecf05e85264) > _Also are you using Gnome? If yes you might have to press Alt +...

Regarding > when a fullscreen window is being closed and it was not the only window on the current workspace, the next window that gains focus would become the new...