Evgeny Zislis
Evgeny Zislis
The `slot()` documentation said there should be `orient` in there, but it was missing.
https://github.com/tmijs/tmi.js/blob/ddced239bfce21a7618f8655b827cb52a78acd8e/lib/client.js#L92-L105 In some cases the original tag value is an actual integer, not a boolean. For example a resubscribe for 1 cumulative months. This is returned as a `true` value,...
When services are registered as consul services, the service has several properties that can be queried via consul APIs. For example a MongoDB registered service has an Address, Port, Tags...
Blocked on https://github.com/aws/aws-sdk-js-v3/issues/6608 to get resolved. Or this https://forums.aws.amazon.com/thread.jspa?messageID=587051򏔫
According to [SERVICES.md](https://github.com/aws/aws-sdk-js/blob/master/SERVICES.md) the S3 service is CORS enabled. And yet calling `listBuckets` when using `aws-sdk.js` in a browser, fails to work because the services is not enabled with CORS....
Command config for https://github.com/lspcontainers/dockerfiles/pull/91
I am using this technique in some of my models to cache related objects of GenericRelation(s), would this be a possible feature for django-orm-cache to implement? ### Code - https://gist.github.com/1260033...
In addition to the published ChatGPT plugins, there are an excellent case for developing your own plugins that run local to your computer and access data that is not available...
When using repositories that have the same prefix, such as `repo-example` and `repo-example-mirror`, the script will append both of these into `REPO_URL` when trying to push to `repo-example/somechart`. https://github.com/sonatype-nexus-community/helm-nexus-push/blob/3d195b8c77d4d1719134f0836b37eadf524a484a/push.sh#L72