SML (See-ming Lee)
SML (See-ming Lee)
First of all — great library. It’s a god-send. What I would like to know is if you would consider adding background position based on percentage so that it will...
Is this the expected behavior? Our players insist that in real casinos, they are allowed to count two aces as either 2 or 12. Your prompt displays it as 12,...
I am using trying to use the `aiocache.lock.RedLock` which comes with your library, but it has issues with a namespace is set. As namespace is get/set on the `cache` itself,...
Great API. Can you add challenge chest data, e.g. epic / legendary / rare chances for Classic Challenges and Grand Challenges chests together with the gold range, card count, etc?...
I’m trying to follow your mac scripting guide. https://github.com/lohriialo/photoshop-scripting-python/tree/master/mac_scripting In usage: ```py from appscript import * psApp = app('/Applications/Adobe Photoshop CC 2018/Adobe Photoshop CC 2018.app') psApp.open(mactypes.Alias(file_name)) ``` What `file_name` is...
Per [Mozilla docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Access-Control-Allow-Origin) there can only be one `Access-Control-Allow-Origin` header present. To limit access to specific domains, nginx allows you to regex test the incoming host and to match it...
Based on your documentation, I should be able to force sanic-cors to show only logs at `INFO` level like this: ```py cors = CORS(app, resources={r"/static/*": {"origins": "*"}}) logging.getLogger('sanic_cors').level = logging.INFO...
I find it odd that you have a Patreon link on the repo but no Patreon OAuth client. Yes, I know that I could add it myself… but thought perhaps...
In my app which uses aioelasticsearch, I sometimes get these errors but I can’t figure out if there is something wrong with my app or the lib. Specifically, how do...
I have noticed that when I use the Node color settings, that every time I refresh, the color changes. Is it possible to set it? If not, would you consider...