Tommy Wang

Results 6 issues of Tommy Wang

I'm using generate blocks to inject some constants into my terraform plans. Simple example: ``` # terragrunt.hcl locals { prefix = "myprefix-" } generate "locals" { path = "locals.tf" if_exists...

question
awaiting response

https://github.com/django/django/pull/14871 Django 4.0.x introduced that made it no longer possible to retrieve the media property by simply calling `fget(None)`. Instead, we now must mock out an object containing the `i18_name`...

Fixes duplicate options in select2. Should close #148.

Allow user provided display function, so that we can do something like this: ``` from django.urls import reverse from django.utils.html import format_html_join from tagulous.constants import COMMA, DOUBLE_QUOTE, QUOTE, SPACE def...

Depends on https://github.com/mdlayher/rtorrent/pull/1

The `zinit module build` run would report that the module built successfully without actually producing the bundle file on OSX. ``` Updated `zsh.mdh'. /Library/Developer/CommandLineTools/usr/bin/make -f Makemod prefix='/usr/local' exec_prefix='/usr/local' bindir='/usr/local/bin' libdir='/usr/local/lib'...