Philipp Kyeck

Results 57 comments of Philipp Kyeck

@GlennGeenen even when using the correct method `registerMock` the mock is not used :( edit: found the "solution" here: https://github.com/mfncooper/mockery/issues/40#issuecomment-177007876 don't `require` the module you're testing before enabling mockery ...

fix worked for me - can someone with more knowledge check if this is actually the right thing to do and update the module? thanks!

@marcosinigaglia I had the same problem that first connection worked perfectly but after disconnecting and reconnecting the `BleManager.retrieveServices(peripheral.id)` threw an error saying `Peripheral not found or not connected`. I didn't...

ah sorry, should have mentioned that I do all this on an overlay -> so: 1) show overlay -> (constructor) -> componentDidMount -> connect ... 2) hide overlay -> componentWillUnmount...

can someone post an example using workflows? that would be great. thanks

hey, I'm wondering what the status on this is? same happens with `.cts` files. ```typescript (type parameter) T in (baseConfig: T, process: NodeJS.Process): T This syntax is reserved in files...

Why do I get errors with this code? Using `anyOf` or `oneOf` - no difference... ```javascript const Ajv = require("ajv"); ajv = new Ajv({ removeAdditional: true, useDefaults: true, coerceTypes: "array",...

Hi, I tried the stuff you wrote before ... but the `FN` key from my Logitech K810 seems to not send any event at all :( could this be? ```...

I have a similar problem with cjpeg: updated from 3.1 to 4.1.3 and when I run the same command, I get way bigger output. ``` # mozjpeg version 3.1 (build...

came here to report the same bug ... ![Screenshot 2024-05-14 at 17 42 54](https://github.com/linearlabs-workspace/storybook-addon-mock/assets/870980/211a94ae-8a77-4369-a85a-763194768d70) really annoying, if you have a couple of mocks :( I did take a quick look...