Chris2048

Results 6 issues of Chris2048

The project at https://github.com/zacharyvoase/slugify named "slugify" also has the module name "slugify". > pip install slugify > import slugify > slugify.slugify(u"Héllø Wörld") If you add both packages to your requirements.txt,...

Added some code & tests around max_time logic of _next_wait. main motivation here is that I've observed an Overflow in the wait loop; Without the initial short-circuit before the call...

When a OPTIONS call is made, flask is able to (presumably by looking in the route map) return a list of supported methods, as such: if options.get('automatic_options') and request.method ==...

enhancement

Hi, I see that ATTiny10IDE can build the source code and show me the hex - but is it possible to save this to a hex file, so I can...

How does mint compare to hamlpy, or shpaml?