stt
stt
Using $readmemb to read a binary file ends up trying to run compileInlineASM on it with "code" being Uint8Array, which doesn't have .replace() causing the exception.
Todo: assumes `scripts` directory is under QCoreApplication::applicationDirPath(), if this is ok packaging scripts would need to be updated. Actually for me doing `make install INSTALL_ROOT=/tmp/tiled-pkg` doesn't copy any of the...
Here's changes that were required to generate PEP384 compliant code (#13) for my use-case. It's likely missing various bits and pieces to be a complete implementation though. Initially I considered...
Option to generate bindings against [stable ABI](https://www.python.org/dev/peps/pep-0384/) for binary compatibility between different minor versions of py3 would be a good thing. Here's some related discussion about the subject on SWIG...
**Issue** Strategy's loadUserProfile reports a generic error without context to what happened. **Cause** It appears that the first callback argument to [node-oauth's getOAuthAccessToken](https://github.com/jaredhanson/passport-oauth2/blob/master/lib/strategy.js#L173) isn't intended to report back [oauth errors](http://tools.ietf.org/html/draft-ietf-oauth-v2-07#section-5.1.6)...
IDC_RA_REVERTSELECTED in RA_Dlg_Achievement.cpp talks about "reverting from file" but the only thing that seems to write to file is IDC_RA_COMMIT_ACH when (g_nActiveAchievementSet == Local). Using the "Revert selected" button when...
When generating fully-qualified links and redirect URLs, php apps typically use server environment variable "HTTPS" to check whether to redirect to https or http. With apache this variable is set...
pcb/riser/bom.txt and the website say 0.1uF cap, but the schema and mouser code say 0.01uF, so I'm guessing that's the right one?