Thomas Lulé

Results 8 comments of Thomas Lulé

Thanks for your reply! I looked into the tests, I found that we can match requests using raw buffer body: https://github.com/nock/nock/blob/main/tests/test_body_match.js#L239 But in this case, where you dont know beforehand...

> Just curious: how come you don't know the body? I'd expect a test to run in a fully controlled environment, where the same input always results in the same...

Thank you, it's better but I just bumped into another problem: if the tested element isn't hidden itself but is inside a hidden one, it doesn't work. Updated code: ```...

I'll do that check with some other way, thanks for your inputs :)

for anyone interested, this workaround looks okay with jQuery v1: ``` javascript jQueryElt.is(':hidden') || jQueryElt.parents().is(':hidden'); ```

Hi, its probably related: I cannot connect with `tmi.js` either. This code outputs: `Unable to connect.` ```javascript const tmi = require("tmi.js"); const client = new tmi.Client({ connection: { server: "irc.fdgt.dev",...

@trezy oh thanks that's right, sorry for the noise in this issue

Here is a video to illustrate the kind of problem Im talking about 😅 https://github.com/mastodon/mastodon-android/assets/8104612/c9162951-50b4-43f4-9c18-c9e329d9e3d8