Carl Meyer

Results 203 comments of Carl Meyer
trafficstars

cc @pilleye this is in the direction of fixing trycinder.com

Going to let @MichaReiser confirm if this looks ok.

Probably some is and some isn't. I think migrating it to Jazzband is a fine idea, if they are interested in accepting it.

True - I haven't yet needed both i18n and JS templating in the same project. It would not be too hard to add a pre-processing step specifically for i18n; doesn't...

@rmaceissoft Rather than using `{% url %}` directly in an icanhaz template, you can use it in a Django template and put the url in a data- attribute that JS...

Agreed, this would be a nice improvement. MonkeyType is currently in maintenance mode; I'd be happy to review a contributed PR for this, but it's not likely to happen otherwise.

> What about adding an option so MonkeyType creates a temp python file turning the "main" into a module? I'm open to something like this in principle as a resolution...

> I think it should parse the file and look for __main__ (the typical if...) and forward the arguments if provided in the cli. I'm not sure what this means;...