Rommel Rico

Results 23 comments of Rommel Rico

Got issue on Nylas 2.0.32 on macOS Sierra 10.12.6, on a GSuite account. NylasMail > Preferences > General > Reset Email Cache resolved the issue for me.

I saw this issue as well. Setting a `connectionMaxIdleTime` of 5 seconds on the `SdkAsyncHttpClient` seems to have removed the issue for me. This is how I configured my netty...

> I did not understand how to install alure after downloading it. Can you explain me please? :( Unpack with: `tar -xvf alure-1.2.tar.bz2` Go to build: `cd alure-1.2/build` Cmake (if...

As Justin explains in his videos, the course was specifically written for the LTS version of Django (1.11). You can [read here](https://code.djangoproject.com/ticket/28691) for more information and discussion.

Good question. I'd like to know as well. You should take the course regardless. It was really cool and I learned a few advanced techniques.

The galio framework doesn't support TypeScript at the moment. Related issue: https://github.com/galio-org/galio/issues/205. I added a [pull request](https://github.com/galio-org/galio/pull/226) but nobody has reviewed it.

There is an existing Merge Request for this that was abandoned. https://github.com/galio-org/galio/pull/151 I'll finish it.

Hi @zeedevio. I added a sample TypeScript declaration file in my MR here: https://github.com/galio-org/galio/pull/226 It's been pending review since August 26, 2020. You could also just add `// @ts-ignore` to...

I'm seeing a similar issue. Getting errors like the below on version `2.1.7`. ``` { "non_field_errors": [ "“MjJkNjQ4OWUtYjNiMS00MGIxLTgzMDAtMDcxOTAwNzc3YjUy” is not a valid UUID." ] } ``` Edit: The issue goes...

@mateokurti Which version of dj-rest-auth are you using? I haven't tried past version 2.1.7, but [this MR](https://github.com/iMerica/dj-rest-auth/pull/276) got merged so perhaps it's worth a try on the latest release?