Philipp Katz

Results 42 comments of Philipp Katz

Hey there, we needed this as well and I'm currently testing a fork locally where I implemented this. Would you be interested in a PR once I've verified that it...

Many thanks for the feedback. I worked around this for now by `sed`'ing the `*` to a placeholder, then running `yq` and then replacing it back. This works for now...

The picker as awesome. Having that as a component in the Xamarin store would be ultimate awesomeness!

Any workarounds or attempts to fix this? The issue is obviously here: https://github.com/developit/unfetch/blob/master/src/index.mjs#L16 To fix this, the XHR would probably need to be initialized with the proper `responseType`, which at...

I understand -- thank you for the clarification! In the end I went for a different polyfill which worked for my use case. Anyways, I’d suggest to keep this ticket...

@happy2deepak We used https://github.com/jhildenbiddle/css-vars-ponyfill

How would that work, @sibelius? `jest-mongodb` directly depends on `mongodb-memory-server` (non global), how can this be parametrized?

Thanks, @sibelius. But to clarify: The suggestion [above](https://github.com/shelfio/jest-mongodb/issues/181#issuecomment-640603030) (i.e. simply adding `mongodb-memory-server-global` to my project which uses `jest-mongodb`) will not fix this. `mongodb-memory-server` already provides **three** separate packages: * `mongodb-memory-server`...

@SMKH-PRO I added it in a global typing file in my project afair. Definitely no patching needed.

I have just become aware of this issue and I would highly appreciate such a functionality in Fastify. Due to the “sometimes throw, sometimes not” nature (see #4675) I had...