Philip Tzou

Results 15 comments of Philip Tzou

3 pull-requests were issued in all 3 repositories to fix this problem. Now my `ChoiceType` finally worked.

@remarkablemark I already provided an example. I don't think the version is relevant since the current source code explicitly changed value to defaultValue. I have submitted a pull request.

@remarkablemark I think this may need more works since I didn't test it. I'll work on this tomorrow.

@kgriffs I think I can use Cython to build a faster version of `CaseInsensitiveDict`. Would you like to accept that as a pull request? Of course if user installs falcon...

Assume that we have a broken client software which only accepts Hyphen-Camel-Case format. We know it's bad and unstandard but sadly the client software is a commercial software thus we...

@mofodox I gave up Radium since the bug reporting circle is too long and switched back to use css-loader + sass-loader.

Well I guess you can run a simple regexp substitution before you feed those strings to pdt: ``` python re.sub(r'\s+', r' ', your_string) ``` Or we can add this to...

@codereverser Well it would not solve other similar problems. Also, changing regexp like that slows things down. Since now it's not a fixed length char but unsized.

@bear A flag will work so it's definitely not sane. But we already have too much flags I guess. Perhaps we also need some refactoring. At least I don't see...

I think you can keep it. We'll take care of it sooner or later. codereverser [email protected]于2015年11月5日 周四18:59写道: > Shall I close this issue then? I've temporarily solved it by writing...