fdutton
fdutton
I was expecting for this app to wait until a job completed successfully but it only waited for the job to be ready. Am I misunderstanding something? This is a...
Given this pattern `^\d$` This should match: `0` And this should not: `߀`
I have the following BNF rules and I have the functions ```disjunction``` and ```conjunction``` declared in the ```moduleInclude``` section. ``` ["E OR E", "$$ = disjunction($1, $3)"], ["E AND E",...
Provide a way to pass a character stream to the tokenizer or a way to preprocess the supplied text
PHP does not handle Unicode very well so I found it necessary to preprocess the supplied text by folding the Unicode characters into the ASCII character set using ```iconv('UTF-8', 'ASCII//TRANSLIT',...
**In what version(s) of Spring for Apache Kafka are you seeing this issue?** 3.2.0 **Describe the bug** KafkaMessageListenerContainer (at line 2041) assumes that offsets are contiguous. This is not true...