Ruslan

Results 12 comments of Ruslan

@JSMonk , thank you! How can community help you? Can you maybe add some guide/architecture overview/roadmap for potential contributors? Currently some tests are failing, and there are some false-positives checking...

Did a trick with removing pthreads lines away from openhantek/CMakeLists.txt, also had to apply this patch https://github.com/OpenHantek/openhantek/pull/269

@opobla, indeed there are no possibility to this. According to the source code, the tool packs whatever content of the directories. I going to came up with PR addressing this...

@Martinomagnifico, make sense. I removed changes in README. Though, I agree that any developer *can* adjust gulpfile, but I am not sure that any developer *would* adjust it, so I...

Can we have this added? @zaach ?

Have a similar problem. I want to collect and analyze metrics like `complexity`, arg count, etc. I can read the JSON file, but `complexity` metric does not have any data,...

It would be great if you'll attach screenshots of before/after for all the changes.

Would it be possible to have manual rules, as it described here: https://github.com/mozilla/multi-account-containers/issues/2134 The use case is mainly 3rd party apps that does not care about containers when opening a...

The same issue happens with Yarn 3 (Berry / PnP)

For anyone looking for a quick workaround: ```ts import type { StorybookConfig } from '@storybook/react-vite'; import { mergeConfig } from 'vite'; import path from 'path'; const config: StorybookConfig = {...