Shravan Shetty

Results 18 comments of Shravan Shetty

@reuben I can confirm that this error is not thrown when using a scorer.

This may or may not help - https://github.com/tyiannak/pyAudioAnalysis

I can create instance with `debug_utils` using \x00 - however many of the debug utils datastructures arent present. vk.DebugUtilsMessengerCreateInfo is not present while vk.DebugReportCallbackCreateInfo exists forcing the usage of `debug_report`....

Any updates on this?

This projects seem interesting - I would like to contribute to any part of this project that involves golang.

@titanous Thank you! reason I asked instead of trying since I have to bump a lot of other depedencies in order to upgrade tonic

@titanous Also you can visit https://blawgd.com/ if you would like more console information. If you refresh enough times you should get the EOF decoding stream error. Also what is odd...

https://github.com/jmespath/jmespath.py, already supports user defined functions - anyway it can be supported in this repo as well?

There can be usecases where we need regex, client should allow the user to extend JMESpath if they wish. Also if its against design decision why is part of some...

> I've seen two benefits: > > * You're not using JMESPath for a language agnostic purpose, i.e writing some tool/CLI that uses JMESPath for something (maybe a config or...