John

Results 19 comments of John

> Yeah, I didn't see the code either, but I also didn't understand it all. Here's where they claim it supports nested fields: > > https://github.com/dbrgn/drf-dynamic-fields/blob/master/CHANGELOG.md#020---2017-04-07 > > And this...

There is another project that said to have this functionality: [drf_tweaks](https://github.com/ArabellaTech/drf_tweaks). Just have a brief look in their source and it's much bigger than `djangorestframework-queryfields`. Some of us prefer smaller...

> Can not load image from net on android 11, on android 10 an under work ok. Which APIs do not work?

I checked the source and those two functions are added. This issue should be closed (resolved), right?

I notice the empty method when friendlyName is introduced. However, seems Chasseurmic no longer maintain this repos?

Seems like the work is still in progress when adding a friendly name for local notification and then stopped. Someone made a pull request which fix this problem but the...

I got the same issue that clicking on the link doesn't have any callback, even the text is colored properly. I figured out that this function `- (NSInteger) characterIndexForPoint:(CGPoint) point`...

You have a URL object, just use it directly: ``` let stream = OutputStream(url: url, append: false)! ```

No. I just ignore the warning. But having remote ctx seems breaking some functions. I need to black list several methods in "member" (an extended model from "User") but not...