mx-bernhard

Results 11 comments of mx-bernhard

I had the same problem and found out, that supplying _madge_ the path to the _tsconfig_ instead of the _tsconfig_ object causes _madge_ (or a dependency of it) to provide...

[This](https://github.com/pahen/madge/blob/ba2b3e7a9a629a8e976db98812d02765ea481102/lib/api.js#L56) seems to be the culprit. It causes property-values of the wrong format (numbers instead of strings) to be written over the correct ones. Maybe just pick the values that...

Since I only have the issue in my Ubuntu 22.04 WSL environment and only when _systemd_ is enabled, [this superuser answer](https://superuser.com/questions/1777701/why-is-the-xdg-runtime-dir-run-user-uid-directory-not-created-after-su-u) helped me to fix the missing `/run/user/1000`-dir (or whatever...

I have a `RequestLogger` in my test that expects a certain request to have been logged for the newly opened window. Unfortunately, it seems that all requests from the new...

This seems to be the same problem that also causes #271 and the workaround that I've written [there](https://github.com/pahen/madge/issues/271#issuecomment-1426778017) should also make the wrong resolutions disappear.

Hi @eddeee888 , I DM'ed you via your e-mail the entire schema and a few notes. Maybe, you can create a repro from this and update this issue with the...

I just pushed an [additional commit](https://github.com/mx-bernhard/graphql-codegen-resolver-types/commit/b485b41f16d95fcbc2b917f1be87f10c46fdea48) on the repro from above with the following remaining issues in our code base: What was generated: ```ts Operation: ResolverTypeWrapper< Omit & { assignment?:...

Unfortunately I don't have time for the issue this week. I'll get back to it at the beginning of next week