Chad Weider

Results 10 comments of Chad Weider

This should do it: ``` $ git tag 1.0.1 15acada6e89 $ git push origin 1.0.1 ```

Yup, `HEAD` would work.

First piece of info to look-up is the grace period for the pods ([`terminationGracePeriodSeconds`](https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-terminating-with-grace), I think). My intuition is that long-running celery tasks are the cause. I assume that the...

Mozilla’s [Django-csp](https://github.com/mozilla/django-csp) is the obvious choice for integration. Assuming that there are no proxy layers in the data center that interfere with this header, the task is straight-forward. Observation: Reports...

> > Configuration: The initial policy can be permissive. While this is not great, it is honest and avoids the need for collateral changes. After that, the policy can be...

This patch is distinguishable from #349 in that it addresses the warnings, triggered by `Theme` being sendable, that are in the project as-is. It doesn’t make any attempt to address...

Well, this snowballed a bit – only a little extra work needed to clear out the warnings and enable `StrictConcurrency`. A branch doing this is posted at [cweider:swift-markdown-ui:concurrency-strict](https://github.com/gonzalezreal/swift-markdown-ui/compare/main...cweider:swift-markdown-ui:concurrency-strict). Let me...

The primary problem here is that, in the code screenshot, I see nothing connecting the shortcuts to `onCopy` or `onModify`. Note: I’ve not explored MacOSDemo.zip – secure viewing is too...

Aside: Ruby’s analogue, [`chunk`](https://github.com/ruby/ruby/blob/07878eb/enum.c#L3881), has no meaningful naming to take guidance from.

@xwu, you are correct - amended the PR message to note this.