knarfel

Results 4 comments of knarfel

Hi Guys, Thank for this. I got Kafka working in Unity. I'm using Unity 2020 with .Net 4.x When I installed Confluent NuGet. I think most important is point 4...

Hi, I made minor change in jsignature_filters.py for fixing the issues. ```python @register.filter def signature_base64(value): if(str(value).endswith('v')): value = value[:-1] if value is None or not isinstance(value, str): return "" in_mem_file...

I checked the database requested data, no V. It's only appear when having multiple signature_base64 filter tag in template. I'll make further research later Where the V come from but...

I'd like have speak with the developper of this beautiful project. I read most of the code and I would like some information about some implementation and probably some clue...