Vickenty Fesunov

Results 33 comments of Vickenty Fesunov

It might be possible to avoid ambiguities by explicitly inserting whitespace tokens between items in the rules, like this: ``` SubDecl ::= KeywordSub _ Ident _ Block _ ~ [...

I don't think we need to add trailing whitespace anywhere except `Program` rule. If you look at the source text as a sequence of tokens, whitespace is always either between...

Maybe consistently was the wrong word to use. What I meant is that if we modify all grammar rules to include WS between the terms in the definition, it should...

My memory about this is somewhat fuzzy, so my suggestion might not make a lot of sense. But taking a quick look at the grammar, `NonBrace` rules are used when...

How a procedural macro can improve argument coercions?

I wasn't really arguing against improving syntax; I agree that the current `xs!` macro is quite bulky. But some of the improvements you want to make by switching to procedural...

Hi! Thank you for using Datadog. java-dogstatsd-client is not affected by this vulnerability, because they never call the vulnerable `posix_spawn` function. If you are using Java 8 or later, you...

`DatadogMeterRegistry` class comes from [micrometer](https://github.com/micrometer-metrics/micrometer/blob/main/implementations/micrometer-registry-datadog/src/main/java/io/micrometer/datadog/DatadogMeterRegistry.java), which is a different library and not related to java-dogstatsd-client in any way. Please see if your code is using `NonBlockingStatsDClientBuilder` class, which is the...

Yes, I think it makes sense. Perhaps something like #45?