Khiet Tam Nguyen
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: ...
I had the same issue, so I wrote [jewire](https://github.com/nktnet1/jewire).  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  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:  > _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...