El 李天宝

Results 72 comments of El 李天宝

I got `httpResponse.status_code == 200` Is that OK?

@vstoykov @leonsmith Thank you very much for the fix 👍

I propose input argument like `awscli` like `--sse` to do the job Because not all people really need default encryption ![image (2)](https://user-images.githubusercontent.com/18206728/77390818-a7d79900-6dc9-11ea-904a-0f44f918e579.png)

I don't use JS, HTML on Django side. Decouple thing through Django REST and do a testing there. JS is horrible For `Frontend` I use `Flutter`. So my life with...

Any progress on this so far? Since I am using `base.txt, local.txt, and production.txt` in my repository. `pip-compile` is amazing `base.txt` ``` pytz==2020.1 # https://github.com/stub42/pytz python-slugify==4.0.1 # https://github.com/un33k/python-slugify Pillow==7.2.0 #...

OSX: 10.12.5 ```python class Order(AbstractSoftModelController): ... class AbstractSoftModelController(AbstractSoftDeletionModel, AbstractModelController): """ Shortcut for mixing Soft Delete and Model Controller """ class Meta: abstract = True class AbstractTimeStampMarker(models.Model): created_at = models.DateTimeField(auto_now_add=True, verbose_name=_("Created...

I think root case might be small size of given data. Please confirm whether I am correct or not.

@hogwild How do you install this project? If you can provide the instruction. I would not hesitate to do a `Dockerfile` to prove your correctness

Replace line `from sklearn.externals import six` with `import six`. Solved the problem. ``` skope-rules==1.0.1 python==3.10 ```