Paymahn Moghadasian

Results 90 comments of Paymahn Moghadasian

I'm also having this issue. ``` ❯❯❯ zsh --version zsh 5.7.1 (x86_64-apple-darwin18.2.0) ``` I installed zsh with brew. I also tried installing the zsh head (https://github.com/sorin-ionescu/prezto/issues/1245#issuecomment-299828536) but that didn't help....

@jpadilla ping again, it's been almost 2 years since this was proposed. Is there anything I can do to speed things up? EDIT: I just found https://github.com/jpadilla/django-rest-framework-jwt/issues/484. Guess this will...

Downgrading to version 4 for redlock and ioredis solved my issue completely, I guess there's a bug with the v5 implementation.

@jskorlol try downgrading to version 4 of this package and ioredis

ah got it, thanks for pointing me to that! I guess there's no way to disable that?

Note that these CORS issues don't exist in production, only when calling the emulated function. In production I have my webapp hosted by Vercel.

Here's the `app/build.gradle` file that worked for me: ``` apply plugin: 'com.android.application' android { compileSdkVersion 26 // buildToolsVersion '25.0.0' defaultConfig { applicationId "com.google.android.gms.samples.vision.ocrreader" minSdkVersion 14 targetSdkVersion 26 versionCode 1 versionName...

What's the line of code you're using to log the extras?

Have you tried creating a custom formatter which adds fields like the one in https://github.com/madzak/python-json-logger#customizing-fields? In that example, ``` else: log_record['level'] = record.levelname ``` adds a new field to the...

Ah, looks like `3hr` might not parse correctly: https://github.com/thelastpickle/tlp-stress/blob/64caed9c3a88cd8e3c1ed9561c8bf8314d4985b4/src/main/kotlin/com/thelastpickle/tlpstress/converters/HumanReadableTimeConverter.kt#L25 I wonder why `tlp-stress` started at all. And when I look at one of the logs of a test invocation I...