Furer Alexander

Results 130 comments of Furer Alexander

Hi Yes, I've found this API. IMHO, it will be cleaner to have this exposed from `CodeGeneratorContext`

I'll, if I have time :-) Btw, QueryDSL already does [it](https://github.com/querydsl/querydsl/tree/master/querydsl-collections)

Scroll down to the see the badge... ![Screenshot_2020-09-17-18-00-22](https://user-images.githubusercontent.com/6664858/93489052-bbdefc00-f90f-11ea-8bb6-3a795b98890f.png)

It's windows indeed, but the implementation is buggy anyway. `getNameWithoutExtension` cuts the full path and dot character before `java` is missing from output file name. So, while it might not...

:+1: for this feature request. However, state machine [web]designer (which I assume is on road-map) should cover this as well. Great competitor to .NET Workflow :)

Improbable supports interceptors as well as `grpc-web` by Google Here is the code snippet to use interceptor with improbable : ```js function noopWrapTransport(t: Transport): Transport { return { cancel: t.cancel.bind(t),...

BTW, improbable also supports interceptors, so all users might benefit from this great dev tool.

Did you ask the author of this feature if he is OK with copying the implementation as is?

Suppose I've formatted 2 custom columns as URL to another dashboard, each one adds the filter definition by it's own field name and value to the URL of this dashboard....

Well, it might be not 2 but N columns. IMHO, this should exist just for API completeness. Will try to add this if I have time. Thanks again for the...