Mark Jones

Results 33 comments of Mark Jones

Some additional info: `skip-magic-trailing-comma = true` seems to move this problem to another spot ``` - cn.mobile_country_code, created = MobileCountryCode.objects.get_or_create( + (cn.mobile_country_code, created) = MobileCountryCode.objects.get_or_create( country_code=str(info["carrier"]["mobile_country_code"]).lower() ) - cn.mobile_network_code, created...

It introduced those parens, I didn't write it that way but that probably happened with the magic parens. The fact that it. "sometimes" reformats things so that there is nothing...

3.4.3, same effect. On Sun, Mar 8, 2020 at 4:34 PM Vincent Langlet wrote: > Did you try other enzyme-to-json version ? @boatcoder > > > — > You are...

Also tried it on linux (in a docker) and it crashed the same way On Mon, Mar 9, 2020 at 8:30 PM Mark Jones wrote: > 3.4.3, same effect. >...

The only change I need to make to the project is to add enzyme-to-json. Removing it removes the crash. I'm using storybook as well which has it's own snapshot serializer...

Built a PR just to make it easier to understand, and like I said I'm not 100% confident of all the ramifications (and I'm very fuzzy about Column.orderable defaulting to...

Here we are on 27 April, still broken

> Hey guys, telegram will encrypt requests. the only way for this getting exposed is by server compromise and hacker having access to the tokens in logs. But if that...

I'm also seeing some issues with redis parsing and ua-parser==0.15.0 as well. Haven't managed to pin it down yet though.

I'm going to do the same on the testing front