Abdullah Atta

Results 558 comments of Abdullah Atta

@8ctopus unfortunately there is nothing that anyone else can do without looking through the code (or is there an external source that i don't know about?). I am talking about...

@8ctopus that'd be awesome. However, I can't know what documentation generator will work without knowing which language is being used internally. If you can tell me that, it'd be simple...

I was able to reconstruct sys, sciter, and env modules type definitions using runtime introspection tricks but it's quite painful to figure out the function arguments etc. Generating types for...

@c-smile I was able to find 3 undocumented functions in `@sciter` module. Would appreciate if you shed some light on these: ```ts /** * No idea what this does. The...

I can confirm. It is also not working on my end.

Do `chmod +x ../../bin/linux/x64/scapp` and it'll work.

Alright, so bounce rate is a simple percentage metric that tells how many users move _away_ from the website after their first visit instead of going deeper into the website....

What if the platform.js library is loaded on demand externally instead? If a developer turns on `detailed` mode `ackee-tracker` can download and load `platform.js`. This would require little to no...

I ran this: `sudo apt-get install python3-pyqt5.qtwebkit` in terminal and now everything works perfectly.

This is a critical bug in the migration system (which was fixed but an edge case slipped through). I have redone the logic around codeblock migration which should fix this....