Alex
Alex
Can you add the following to your running server? This may actually be a libvips issue, but you can run pprof on a running server: ``` import _ "net/http/pprof" go...
What is the status on this?
this STILL does not work
I am also having issues with this: ``` foo = [{ "id": 3, "human_id": 1, "bit": 1, "other": [{ "id": 1, "start_date": "2018-08-12 0:00:00-04:00", "end_date": "2100-08-12 0:00:00-04:00", }] }] ```...
yeah actually I was able to resolve my issues with these settings: ``` [style] based_on_style = pep8 split_before_logical_operator = true allow_multiline_lambdas = true ALLOW_SPLIT_BEFORE_DICT_VALUE = false EACH_DICT_ENTRY_ON_SEPARATE_LINE = true INDENT_WIDTH...
If you have strictly auth token based api that doesn't use cookies that you are correct, that CSRF tokens are not needed because you aren't using cookies. It only really...
You could potentially address this, you would have to dynamically look at which auth backends are enabled, and only enforce csrf if the only backend is cookie based.
https://github.com/ajbeach2/s3gof3r I forked for this specific reason. I haven't gotten around to submitting a PR but it seems this repo may or may not be actively maintained.
@ady1981 aww sorry, i left out some details. My branch doesn't work with the CLI. I have only been using it as a package. I added a method called ECSKeys()...
@ady1981 I just pushed a fix to master of my branch. the change is here: https://github.com/ajbeach2/s3gof3r/commit/e1c1768272f26ea82efed0ab497998ba9d61fff5 This should work with the CLI now can you try again?