Ahmad Syukri bin Abdollah

Results 7 comments of Ahmad Syukri bin Abdollah

I'm wondering if Typora queues some events periodically that builds when not handled? Everytime I put my PC to sleep and resume the next day, the document it has in...

This seems to be anaconda-related. Can you try the solution here? https://github.com/AtomDB/pyatomdb/issues/18#issuecomment-549853253

rquickjs solves the issue by applying to quickjs the patches that has yet to be accepted upstream. It requires that you have the patch binary (e.g. from msys2) in your...

Try the following patch. I got all the tests to pass with this fix. ```diff --- a/linsys/gpu/gpu.c +++ b/linsys/gpu/gpu.c @@ -19,13 +19,13 @@ void SCS(accum_by_atrans_gpu)(const ScsGpuMatrix *Ag, if (*buffer !=...

@bodono It's a hassle for me to set up a fork right now, so please apply the commit on your side. You're right, I got the same infeasible certificate on...

While I can understand the rationale for not enabling clipboard over unsecured internet, it makes less sense for intranet (where usually https is not enabled) (also including VPN). Can we...

I wrote an Edge extension that injects a script to create an empty object to replace `navigator.clipboard`, and appended a function to its `writeText` method that does the above workaround...