Alessandro Calzavara
Alessandro Calzavara
Hi there, thanks for sharing this hack. Is it possible also to see the imports for this class? I'm not able to find `ReflectionTools` class and `trySetAccessible`, `tryFindDeclaredField` methods. Thanks
You're right for the implementation of ReflectionTools. I'm not used to use reflection but I made them easily. Thanks for letting us know. I'll looking forward for a more correct...
3 and half year has passed. No news on this issue? I notice there are 2 PR opened, PR #468 and #653
We implemented accessibility in the simplest way possible. Take a look at our fork if you want https://github.com/spreaker/iCarousel
I'm experiencing the same issue with Swift models. Here the point in which those fields are removed https://github.com/aws-amplify/amplify-codegen/blob/main/packages/appsync-modelgen-plugin/src/visitors/appsync-visitor.ts#L532 but sadly I don't understand the reason behind this choice.
Hi @TimAEllis ! Sorry for taking so long to respond, I missed Github's notification 😢 I have the feeling the tool is missing some customization to allow the detection of...
@TimAEllis what about something like this https://github.com/dral3x/StringsLint/compare/custom-swift-localize-function#diff-41a7cd1296e1aee684346e698c787b394a9b7374c6a31e6225c46ad32e7dff95R186
Hi @jamiehunt ! Thanks for reporting this issue. Are comments supposed to be added inline? I never saw them used like that inside a `.strings.` file.
Hi @niklasamslgruber , I'm not using String Catalogs myself, so I have not planned its support. Anyway, you're more than welcome to open a PR with the required changes to...
Hi @bjit-nirob I hope you like this project! "Duplicate key" is something StringLint could check for sure. I would love to get a PR from you, and I'll merge this...