Ariel Bogdziewicz
Ariel Bogdziewicz
@teameh Yep, +1 to your question. I still use ``` #pod 'DiffableDataSources', '0.4.0' pod 'DiffableDataSources', :git => 'https://github.com/absoftware/DiffableDataSources.git', :branch => 'sections' ``` in my commercial project.
I reported PR for this: https://github.com/ra1028/DiffableDataSources/pull/34
Yes, I used ``` pod 'DiffableDataSources', '0.4.0' ``` but ``` pod install --repo-update ``` is required to detect new version. Otherwise I was getting error: ``` [!] CocoaPods could not...
Taken from logs ``` WARNING: 0:19: extension 'GL_ARB_shader_texture_lod' is not supported [26Nov2023 01:50:20.781] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Program info log: final WARNING: Could not find vertex shader attribute 'vaColor' to...
Hi there, I just confirm the bug. The same symptoms. I get this once per 5-10 authorizations: ``` { "message": "Bad Request", "errors": [ { "resource": "AuthorizationCode", "field": "code", "code":...
I spent on this entire day almost. But I have a proof of concept why it doesn't work: - We receive the `code` - We use it in the request...
@COil Yes, you are right. It is not the same problem, but symptoms are the same. In my case I do everything all right, but despite that Strava returns me...
@nijel Thank you for your response. Yes, I use them as glossaries, but first of all they are just regular components. I will make additional tests and will come back...
I've made tests. Steps: 1. Add component "iOS" (there is 6 files for 6 languages) - NO GLOSSARY/GLOSSARY don't matter here 2. Add component "iOS Special Brand" (there is only...
@nijel Thank you for the link. I read a lot documentation before using it, however it doesn't explain why Glossary needs to be all-project-languages complete. It would be nice to...