James Bellinger

Results 24 issues of James Bellinger

In 'when aborting inside an include file' section of the compiler, fclose is called where pc_closesrc should be.

Hello, Because pc_indentbits is a char, if a line is 256 bytes long, Pawn will freeze on compile.

Could you please make a separate method to retrieve the QR URL (otpauth://)? I do not want to give the secret to Google and would rather pass this URL to...

Hello, Could you please consider supporting client-side encryption? ( https://docs.aws.amazon.com/general/latest/gr/aws_sdk_cryptography.html ) This would allow not sharing the encryption keys with Amazon. Thank you! James

enhancement
help wanted

Hello, I would like, when executing a script, it to use a specific object. I don't want to get rid of the global object, I just want functions that the...

question

If you store the hashes of the tokens, even in the event of a database compromise (SQL injection, etc.), given the tokens are long random strings of bytes, it is...

I would like to be able to inform the user, through the return value, whether the username is not found, the password is invalid, or the account is unverified. To...

This is a problem, because it allows people to use a known client_id (possibly without a client_secret!) to check for valid username/password combinations on that server, even if that client_id...

In my application, I do not need the device to write to EEPROM -- really, for anything. I expect to be streaming 'set RGB' quickly to do fades between colors...