Filippo Vigani
Filippo Vigani
@MKelman I think what you are seeing is the 3 data levels being received on the listener: the in-memory cache, the database cache and the remote data.
Are there any updates on this? Personally, I can't see named individuals divs generated at all. Was this something that was only available on 2.x.x?
@drewnoakes One basic idea would be to use `ResourceBundles` and specify a `Locale` when extracting metadata. Then the descriptors instead of using hard-coded strings should reference the values in the...
I think one basic approach could be to support only an English Locale, but allow clients to provide other Locales' resource bundles so that they are loaded dynamically. That way...
That is kind of what I was looking for, I will admit it was hard to find at first. Maybe improving the documentation would be a good first step. One...
In my case I would like to have the raw bytes because for a forensic reporting tool they are necessary for re-parsing from third party tools without including the original...
I've always used Sentry at work. I know Firebase Crashlytics also de-minifies/de-obfuscates if you provide source maps, and it's free afaik. I'm not sure how to open it for OSS...
I think we can close this, as view source as been added in [0.38.0](https://github.com/dessalines/jerboa/releases/tag/0.0.38) (#901). Can you confirm this? @MV-GH
I'm facing this as well ever since I started using AGP 8.0 which sets `android.enableR8.fullMode` to `true` by default. One could try to disable fullMode, but that's not ideal. Otherwise...
It turns out I had a custom extension that removed the emphasis node. Closing.