Gavin Medley
Gavin Medley
I believe the easiest solution here is to simply add a line to the installation instructions to add `"node_modules/openlayers/css/ol.css"` to `styles: []` in `angular.json`. It works flawlessly for me anyway.
I have another example of this that is occurring with a highly upvoted SO answer for uploading logs to S3 using atexit.register to register the uploader function during python shutdown....
@AndrewAnnex In your prototype, are you building the .so from CSPICE source using Cython and setuptools.Extension or are you using the existing setup script to build spice.so and somehow telling...
It sounds like there are some design decisions to be made around this (e.g. how much to automate vs how much responsibility to put on the build.py script) but it...
@albireox I agree. As far as I can tell, the current system using `build.py` seems to work just fine. However, I am not an expert python package distributor and there...
Does anyone have an example of a `build.py` script that doesn't rely on the (deprecated, soon to be removed) distutils package? e.g. a replacement for the example given by @albireox?...
I think I've fixed this issue by flushing all CloudWatchLogHandlers before exiting any process. I'm guessing the issue is that the logging system shuts down without waiting for the cloudwatch...
Here's a version of @jrs65 's script that addresses the issue raised by @prohde. This publishes all your previous releases, in order: ```python import requests # Fill these in... repo...
Has there been any movement on supporting this?
This is really messing up my development. I use Pydantic elsewhere in my codebase for direct model validation and I'd like to use a non EOL version of Pydantic but...