Evan Sosenko
Evan Sosenko
Hi, thanks for the suggestions. I can try to do this over the weekend. > Please consider adding citadels to hostile and friendly/fleet presets Seems reasonable, I can give this...
Confirming this breaks when going from Python 3.8 => 3.9 with ``` fatal error caught: TypeError("object Semaphore can't be used in 'await' expression") ``` No error if i change to...
I'm not sure if this is related, but it seems the `ignoredByWatcher` option does not prevent the watcher from looping. I am able to reproduce it minimally in this repo:...
If this helps, I wrote one a while ago when I made a wrapper around apollo client. It worked very well for our team: https://github.com/meltwater/mlabs-graphql/blob/master/lib/client/logging.js
Any idea what broke? Having wheels for amd64 and arm64 would reduce our build / deploy times by 20-30 minutes. I'd love to help with this.
I built some wheels here: https://github.com/rxfork/hdbscan/releases/tag/0.8.28 If you use poetry you can use them like this ```toml [[tool.poetry.dependencies.hdbscan]] python = "^3.9" markers = "platform_python_implementation == 'CPython' and sys_platform == 'linux'...
Seeing a similar issue. It seems simply updating to these versions and including the plugin (with or without a `stepFunctions` section in the config) will generate an error ``` "serverless":...
@eoghanmurray The tech for this project is a bit beyond my area of knowledge, but since you are the original owner of the PR, I was wondering if you have...
> @razor-x would you mind if we stripped all the CSP policies on replay? I think that would solve this issue for you. I'm not sure I understand this proposal....
This is what I am thinking might work, just read and write to a different attribute. Not sure what other spots if any would need an update, I tired to...