Ezekiel Victor

Results 20 comments of Ezekiel Victor

A kind soul created `protobuf3-to-dict`: https://pypi.python.org/pypi/protobuf3-to-dict/0.1.5 It seems to work for me.

@fnielsen do you need an extra hand?

@MisinformedDNA the only missing piece I see with that is you don't know who changed the file. For audit logging/HIPAA compliance I would like events for Read/Write/Delete. I submitted a...

Bit more than cosmetic because it also covers the last bits of console output, which are often the most important. :( Thx for reading

Thanks for the note. Is it safe to say the blanket disabling is just a band-aid and a patch should still be made so the plugin itself can handle the...

So... not Catalina only, but >= Catalina? 😏

The relevant file/line for this bug "failed to read config file: read /tmp/local_build_config.yml: is a directory" is [local/local.go:295](https://github.com/CircleCI-Public/circleci-cli/blob/master/local/local.go#L295). The problem is that the config file on the host that the...

Thanks for your feedback. Apologies for the delayed reply. How does the footprint and exec. time of creating a DOM element compare to those of AudioContext, etc.? How have you...

Thanks, will look into that. 👍🏻 Re: reason for DOM API, there is none other than it worked to get around the browser limitation, and alternatives were not apparent at...