Results 11 comments of Peter Retzlaff

I'm happy to provide a patch, I'm just not sure when I will get around to doing that. Also, this change might break existing code in a subtle way, i.e....

I can also provide a minimal example repository if necessary.

I see now, that is unfortunate :-/ Thank you for the information and workaround! There's also a PR in the Rails repo to add an option that controls eager-loading behavior...

Not sure if I should raise a separate issue for this, but using reserved words as field-/argument-names also isn't detected by the language server. E.g. elm compiler gives: ``` I...

There's still an issue with this, now apparently when creating the table, because the `ActiveRecord::ConnectionAdapters::TableDefinition` line is missing. Would it be possible for you to just merge one of the...

@pavankjadda Here is a minimal Angular app that reproduces the issue: https://github.com/peret/ng-select-safari I can definitely confirm that this issue exists on Safari 16.3 for me and I can also confirm...

@pavankjadda If you still can't reproduce it with that repository, it might be OS-dependent? All the confirmed cases (including mine) seem to be on macOS.

@pavankjadda Awesome, thanks! Is there any chance you could also backport this fix to the older package versions? This bug affects ALL Angular versions on the latest Safari browser, not...

There are no other relevant logs as far as I can tell, I will double-check tomorrow though. Could you please elaborate a little on your second guess? I'm not sure...

> Did you repackage the APK without modifying the underlying dex code? Exactly, I did not modify the dex/smali code in any way. Any difference in the dex files is...