Antonio Agudo
Antonio Agudo
Hi @chohmann, thank you for taking the time to look into this issue. I'd be happy to provide a working setup but I'm not sure what I should gather besides...
@chohmann I was able to narrow this particular issue down to the cyclic dependency for PydanticDocument described in this minimal openapi spec below. Hope this helps ``` openapi: 3.0.2 info:...
It's exactly that - I am configuring a list of labels by providing them with a serialized json feed from a server. Since I want the user to be able...
Looks better now.
Any thoughts on this?
Any chance to get this PR merged into the main project?
Good catch. Searching for the duplicates in the classpath led me to believe that there is something wrong with the "play idea" command. "play eclipsify" seems to work even if...
I can't find a duplicate play_2.9.1.jar file in the .idea/libraries descriptors and the dependency list doesn't show any duplicates either.
Thank you Peter, for pointing me in the right direction. The play.plugins file is on the classpath twice because both play_2.9.1.jar and play_2.9.1-sources.jar are included into the dependencies when "play...
OTOH adding the recognizer to the UITableViewCell like in the example in https://github.com/slackhq/SlackTextViewController/blob/master/Examples/Messenger-Shared/MessageViewController.m works just fine.