Nick Spreen

Results 43 comments of Nick Spreen

@agargiulo good hint! I wasn't sure if that's gonna work so I created the PR

@ShubhankarKapoor I think I ended up just using the Model Serializer at all times. Simply for the url param, without any additional fields used.

I found an ugly workaround, but surely there is a better way: ``` def get_serializer(*_, **__): class MySerializer(serializers.Serializer): rating = serializers.IntegerField() return MySerializer() ```

It's affecting us too, @styxlab's comment was a fix for us too. It seems to create a new unique index in an SQL migration, but that shouldn't be needed and...

hey, so, just found this project. seems like it's currently broken? nobody answered [this](https://stackoverflow.com/questions/69490812/error-on-fullyspecified-of-webpack-config-js-but-no-config-exists) so question either... I'll just downgrade to 4.x I guess. It's a shame that this simple...

In the docs you specifically say that you believe all webpack configs are covered and if anything's missing just to create a github issue 😅 this has been open for...

@jayair if I were to create a PR it would be for the missing functionality to override forceExclude. bc some layers (see https://github.com/fusebit/everynode/issues/3 ) don't have the SDK included

I think changing the default checks would do the trick. I would propose you stack two icons on top of eachother: Flag with 50% opacity and the checkmark on top

Maybe like this? ![image](https://user-images.githubusercontent.com/12631527/45875502-2815dc00-bd98-11e8-9026-ac4c86c56056.png)

Okay restarting both client and server completely did work. I could use one upgrade again. I'll make a video this time.