gojimmypi

Results 215 comments of gojimmypi

I agree that Excel support of field names is a bit wonky: it "knows" that there can be field names in the first row for sorting and such, but as...

I wonder if it would be a good idea to have an optional `SafeFieldName`, perhaps created in @appel1's [proposed adapter wrapper idea](https://github.com/ExcelDataReader/ExcelDataReader/issues/538#issuecomment-854142587), as not only do I need to [get...

That might work in some situations. For me `Employee` is not always in column 1, and may not even always be called `Employee`. I really need to be able to...

Hi @iyanmv and thank you for providing the details. Indeed I've seen the error you mentioned, as I recently added Kyber support to the Espressif examples in https://github.com/wolfSSL/wolfssl/pull/7392 that needs...

> how did you install the library? I used the [liboqs getting started](https://openquantumsafe.org/liboqs/getting-started.html). Previously, I thought it was already installed from my prior work. But in fact, it was not....

Ah yes, I believe we are in agreement: - Experimental settings should be manual, deliberate, and conspicuously visible. - OQS needs to be enabled more consistently in cmake, not with...

Hi @iyanmv - I've created https://github.com/wolfSSL/wolfssl/pull/7480 to address cmake LIBOQS and Kyber. Please take it for a test drive and let me know if it works as desired for you.

@mastoj did you find a solution? I had hoped reusing an environment variable would work: ``` string sql = " SET myvar='(?)'; SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME=$myvar OR COLUMN_NAME=$myvar;...