Erik Wickstrom
Erik Wickstrom
I'm trying to use styles with the markdown templatetag. I've setup settings.MARKDOWN_DEUX_STYLES to match the 3 styles in the README -- but regardless of which I call (trusted or recipe),...
It would be nice if booby supported the [pickle protocol](https://docs.python.org/2/library/pickle.html#pickle-protocol).
I just discovered this repo. I've been using the google code version for awhile. The Google code homepage should be updated telling people to look here for the latest code...
### Version & Environment Redpanda version: (use `rpk version`): v22.1.6 (docker image on K8s 1.20) ### What went wrong? I’ve been experimenting with Pandaproxy consumers. I’m following the [blog post](https://redpanda.com/blog/pandaproxy),...
I just installed SimpleCV using pip. I went to run the hello world app featured in "Practical Computer Vision with SimpleCV" and got the following traceback: ``` python In [1]:...
Would be great to be able to override the region set in the config with a command line flag. In addition to specific regions, the ability to list resources in...
I was just testing the `below()` method and I believe I've stumbled upon a logic error. https://github.com/bfirsh/django-ordered-model/blob/master/ordered_model/models.py#L189 ``` python if getattr(self, self.order_field_name) == getattr(ref, self.order_field_name): return ``` If the value...
The `:select` list control doesn't display the correct value when initiated with state. For example, if I pass `(atom {:status "P"}) into this form: ``` clojure (row "Status" [:select.form-control {:field...
I'm one of those people who always have hundreds of tabs open in my browser. Some sort of search/filter functionality on the page title and url would be super convenient...
Would love to see more array/list functions. I'm currently porting some queries over from SparkSQL and Presto and am running into a brick wall with limited `list` functions. ```sql --...