Samuel Marks

Results 340 comments of Samuel Marks

I was the original poster (OP) for this issue https://github.com/redis/redis/issues/9728 If there is interest let me / my ppl know

Same issue on latest master @ abd98d4f8577c8c9b05e49bf4543b64592b193d7: ``` = note: /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libssl.a(libssl-lib-s3_lib.o): in function `ssl3_set_handshake_header': (.text+0x50): undefined reference to `WPACKET_put_bytes__' /usr/bin/ld: (.text+0x69): undefined reference to `WPACKET_start_sub_packet_len__' /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libssl.a(libssl-lib-s3_lib.o): in function...

@zuozhiw In the meantime, try rewriting it in ES6 syntax: ``` const isEqual = (enumValue, inputValue) => enumValue === inputValue || (isNumber(enumValue) && +inputValue === +enumValue) || (isBoolean(enumValue, 'strict') &&...

Would be great to have this feature! FastAPI and others have it; and it's pretty handy.

Great, @scotthart want to work together? Happy to use [ROSE](http://rosecompiler.org) or try and tweak [LLVM](https://llvm.org) [LibTooling](https://clang.llvm.org/docs/LibTooling.html) for the purposes of code-generating an entire cross-platform—multi crypto-library and multi HTTPS library—library that...

Ah I see, you've done it from the Protobuf side. That works I guess. Weird use of `enum class` for idempotency with those follow-up functions that return different `enum` values....

What's the error? - Have you tried running this before your command?: ```py os.mkdir(os.path.join(os.path.dirname(os.getcwd()), 'data', 'hdf5_datasets')) ```

Then you're missing the file. Check your filesystem, confirm that all the directories are correct. Where do you expect `all_data.hdf5`?