Jordan Koncz
Jordan Koncz
For additional context, the code where I'm attempting to do this is part of a Django `api_view`, which looks like this: ``` @api_view(['POST']) @authentication_classes([permissions.IsAuthenticated]) def submit_model_a(request, format=None): # Code handling...
I ran into this issue too. I tried your workaround @BenVosper and while this works for a user who has elevated permissions for a model, if the user only has...
I would definitely use this functionality if it was added!
Also experiencing both of these issues when I tried using this project.
Would be even better if it supported a LaunchScreen.storyboard file, as this is what Xcode now generates.
@zonski I had a similar requirement, so I created a pull request that adds an option to disable code splitting / chunks. See https://github.com/Nargonath/cra-build-watch/pull/33. Hopefully that meets your needs, or...
Thanks @vonovak, your solution worked.
In case anyone else runs into the same problem as I did, here's the working code that I'm now using. ```js // FontAwesomeHeaderButtons.js /** * @flow */ // See https://github.com/vonovak/react-navigation-header-buttons#how-to-integrate-in-your-project....
@vonovak I'll leave it up to you whether to close this issue. It may be worth considering changing this library so that there's a more straightforward and flexible way to...
@stan69b thanks for your suggestion. I did try an approach like that initially, but the problem is that there will *always* be a barcode which will break with this approach....