:rocket: NEW FEATURES IN INSPEKTIFY :rocket: I’m ...
# feed
b
🚀 NEW FEATURES IN INSPEKTIFY 🚀 I’m excited to announce that Inspektify just got even better with the release of some powerful new features: 🔹 Support for Desktop Target 🔹 Retention Policy Settings 🔹 Enhanced Search with Suggestion Chips 🔹 Share Network Transaction Details 🔹 Generate cURL Commands for Network Transactions These updates make network inspection and debugging more seamless across platforms! 🚀 Read more in the full article below. 👇 https://blog.kotlin-academy.com/new-features-just-dropped-in-inspektify-1dbea71d8708
g
Hi @Blaž Vantur, we are trying to integrate inspektify in our project and getting the below error - java.lang.IllegalStateException: Method addObserver must be called on the main thread can you please help here?
👀 1
b
This issue was now fixed with version 1.0.0-beta04 version here: https://github.com/BVantur/inspektify/releases/tag/1.0.0-beta04
1
s
Is wasmJS support planned?
b
@Stefan Oltmann if there is a need for it I can take a look. I was trying to support native macos targets yesterday and I couldn’t make it work with Compose resources. It was saying
Unknown iOS platform: 'macosx'
when I was trying to run it and from what I searched on internet, resources doesn’t work for macos targets for some reason. So I am a little bit limited with some of the dependencies that I am using in my library, but I will take a look. Do you have any suggestions what could be a default trigger for showing Inspektify tool window on wasmJS? On mobile targets this is done with shaking gesture and on Desktop you can start it with shortcut of
Control+Shift+D
.
s
You could make it a Composable I can incude into the layout myself somewhere.
Ktor 3 supports wasmJS, so I believe it should be possible
b
Hmmm…interesting idea. I will take a look and think on it how to expose it as Composable component. Thank for your suggestions! Appreciate it 🤘
👍 1
@Stefan Oltmann I think this one is not doable for now, because Inspektify is heavily dependent on sqldelight database which doesn’t have support for wasm from what I checked. There is some work happening lately in that area, so hopefully it will be possible soon with some snapshot release maybe. If you have any idea how to solve this before sqldelight gives support for it I would be happy to hear? Wasm PRs on sqldelight library so far: https://github.com/sqldelight/sqldelight/pulls?q=is%3Apr+wasm
👍 1
s
Thanks for the info