László Vaskó

Results 22 issues of László Vaskó

The default behavior of only tracing custom resolvers is great 95% of the time, however there is a case for not to trace certain custom resolvers as well. We have...

enhancement
help wanted
to do

**Description** **Steps to reproduce the issue:** Given the following compose file `docker-compose up` works as expected docker-compose.yml ```yml version: "3.9" services: alpine: image: alpine volumes: - type: bind source: ${BIND_MOUNT_SOURCE}...

There is an existing OpenConnect plugin for NetworkManager.

enhancement

After a little investigation it seems that adding Windows support is not that hard. Things that needs to be done: - [x] Use `ProactorEventLoop` on windows to get subprocess support...

enhancement

It is somewhat related to #502 as we started first observing the below issue in httpcore 0.14.5. Upgrading to 0.14.7 seemingly fixed the issue but we found out that there...

While testing #390 I found that a bunch of unneded directories are created for ELF executables. Because ELFKernelExtractor is set for ELF handlers, an empty extract directory always gets created,...

This issue is about a refactor idea that came up while review-ing #357. The below steps are in decreasing order of details as the outcome of further steps can be...

To try the visualization without checking out this branch, here is a [sample file (zip)](https://github.com/IoT-Inspector/unblob/files/8364912/speescope_sample.zip). Extract it, then upload it to https://speedscope.app Questions: - [x] **Q**: Where should we put...

enhancement
performance

Unblob is converted to a py.typed library in #352. After that change we are also able to define library-private and public modules and types. We should expose the functionality needed...