Results 377 comments of Randall Leeds

I don't think I understand fully. What configuration is this an example for?

Resolvable currently registers `.docker`, not `.`. What happens if you set the container name, rather than its hostname? The domain name option is not used by resolvable. Two aliases are...

While the compose docs do talk about domainname, I don't actually see a way to set that with `docker run`. Instead, it seems that "under the hood" this actually just...

Alright, I just verified locally that resolvable only adds the short hostname, which is why your workaround functions. Maybe it should add the full hostname of the container when it's...

You will definitely want to look at my libraries, tilgovi/dom-anchor-text-position and tilgovi/dom-anchor-text-quote as these do exactly that conversion for those two selector types. I would jump in to help with...

You can work around this for now with `contentWindow.annotator.constructor.$`.

Is this still an issue? I see this: https://github.com/Lawouach/WebSocket-for-Python/blob/master/ws4py/client/__init__.py#L261 Looks like if the user sets the origin header the client won't add another?

You can also add the domain of your Nextcloud as a domain within Google Workspace. You'll have to verify it with the TXT records Google requires, but you don't have...

I'm okay to postpone. @jamadden do you think we should try importing gevent earlier? What has been your experience? If I remember correctly, I've seen code you shared from a...