apexo
apexo
sorry, I'm not running debian wheezy, but debian unstable ("sid"); hope this is not a problem I've put the list of currently installed packages (output of apt list --installed) at...
Thank you for the quick reply. In my attempt at simplifying the example, I actually introduced that error. The actual schema is closer to: ``` ``` (i.e. w/ A and...
it seems that the (blackish) color of tiles > 2048 is by design (via .tile-super) … so I'm a bit unsure whether I should pursue this also: style/main.scss does not...
How is this better than HS256 in the context of attic? I've left a longer comment here: https://github.com/zhaofengli/attic/issues/95#issuecomment-2371520211
But the question is: why? What is the advantage here? RS256 JWTs might make sense in a scenario where the creation and consumption of JWT tokens is decoupled. Here, where...
> Generally asymmetric keys are much safer than a single symmetric key. That is true if encryption/decryption or signing/verification happen in different places. Then you need the private key only...
> Database lookups are in the order of 10's-100's of milliseconds You're comparing network latency and CPU load. Well, the PR (#177) was merged, and it seems like there's still...
If I comment out lines 160-161 in xsd/types/complex.py ```` #if allow_none and len(elements) == 0 and len(attributes) == 0: # return ```` it works as expected.
This change breaks 3 test cases: - test_any_optional - test_build_sequence_with_optional_elements - test_nested_complex_type_optional For test_any_optional, I can't really tell what the expected behaviour could be. For test_build_sequence_with_optional_elements, I'd say: works as...