Patrick Pircher

Results 198 comments of Patrick Pircher

@NullVoxPopuli i'm not sure if I'm fixing the right thing :) can you share a website as a example?

Hi @NathanWalker I did some more cleanup work and created some documentation. i think it should be ready as preview. https://ember-native.github.io/ember-native/

Also, ts-plugin-test-app needs to be private @NullVoxPopuli

I think it was discussed last week and this fix is okay but not the best. The correct fix needs better integration with ember source

This part of code is used to display object information in inspector object side panel. Basically a subset of key/value pairs gets shown for pure objects It's shows a subset...

I do not see any issues with this. But maybe could add a test? https://github.com/emberjs/ember-inspector/blob/main/tests/unit/utils/type-check-test.js

Should also check when looking at component args

@gitKrystan I do not have access to push something, add this tests to `tests/unit/utils/type-check-test.js` ```js test('inspect | works with proxy', async function (assert) { let inspected = new Proxy( {},...