Jonathan-David Schröder

Results 186 comments of Jonathan-David Schröder

I now manage to build a repaired .dll-based instead of .pyd-based repaired windows wheel on my side using more changes to your script. I will propose those changes here soon.

Here is a successful wheel build with repaired and non-repaired wheel downloadable artifacts: https://github.com/myselfhimself/gmic-py/actions/runs/356497315 I need to fix my setup.py file, so that .dll files are listed I think.. unsure

A RECORD file updating pass will be needed after .dll/.pyd repairing is done in order to relist the wheel's file entries (file paths + hashes) and the whole wheel's signature...

I am giving up on msys2 and restarting work on your vcpkg-based MSVC github workflow pipeline to see if my project is compilable..

Hello @vinayak-mehta this branch is now somewhat a mess of mine, I have started to fix your wheel_repair.py script for .dll files, then to understand how a setup.py file should...

@paulhart2 it will happen when it will happen! people on this thread do manage to build G'MIC.. I am just quite occupied with personal things this week :)

Hello, maybe... `getTo()` could have a `getToMultiple()` or `getToAsSet()` sibling method returning your imagined `TestAddressSet` object and linked methods. `assertOnlyContainsAll` could equate to `assertContainsAll( with a $strict = true)` flag...

Hello Kevin, I let you decide :) Le jeu. 27 oct. 2022 à 16:57, Kevin Bond ***@***.***> a écrit : > Hey @myselfhimself ! > > Interesting. This method is...

I used: ``` $this->mailer()->sentEmails() ->whereTo($emailAddress) ->last() ->assertSubject($subject ); ``` and got my test passing. Thank you

Thank you, used your `index.d.ts` outside the `node_modules/cypress-msw-interceptor` renamed as `src/types/cypressMswInterceptor.d.ts` ... Working well. Added `// eslint-disable-next-line @typescript-eslint/no-unused-vars ` on top of the `Subject = any` line