Matthew Leather

Results 6 comments of Matthew Leather

An old issue but perhaps people still look here. We can now use `ij_java_imports_layout` in `.editorconfig`: ``` ij_java_imports_layout = *,|,javax.**,java.**,|,$* ``` `|` means a blank line, `$*` means the static...

These providers had errors when I ran the schema extractor but I ignored them as out of scope: * terraform-provider-azure-classic * terraform-provider-google-beta * terraform-provider-oci * terraform-provider-scaffolding And there were 4...

I've addressed all the PR comments. The useless schema like below is because of `json:",omitempty"`, I've put in a kludge to work around it. ``` "Default": { "Type": "string" }...

This repo is a nice hack πŸ‘ Distributed locks are very difficult to implement "correctly", there's a nice write up here: https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html Adding a timeout feature could easily make some...

@zsq2010 FYI the protobuf dependency was removed in #7327 so the next release of mitmproxy will hopefully solve the above problem. (I have no idea when the release will be...

Hello @alekmlynek, Possibly you could work around the problem by adding `today is %date('yyyy-MM-dd')`, sorry I'm not able to test it properly myself right now.