Adam B.

Results 132 comments of Adam B.

wxFormBuilder's save file format is pretty sensible XML. I got half way through writing a custom Python importer that would let one `import formbuildersavefile` a while back. And I'm an...

If it's any help, installing `wxPython` from pip without pointing it at the precompiled stuff, (causing wx to be compiled), it takes about 5GiB there, too. I think `wx` is...

Could you put together a small repo demonstrating your issue, @araoko, such that we can take a look at it ourselves?

Occasionally, Path of Exile gets confused and tries to play its sound out of my screen through HDMI. I then have to go to its settings pane and flick it...

Could you provide a link to documentation explaining the feature you're requesting support for?

> Can we confirm if X supports crawling dynamically generated tags using JavaScript? If you have Helmet set up, it's simple enough to test. Deploy a simple SPA with some...

I'm envisioning writing stuff like `ofAtLeastSize` that checks array length, and `withProps` that checks that props exist on an element, so I could write something like: ``` static propTypes =...

Add the fields `review_average_temp`, `tags_temp`, and `sort_temp` to `Teacher` as nullable fields and `makemigrations`. Make a data migration that copies all data from `BaseModel` to the temporary rows in `Teacher`....

> `Class A(PolymorphicModel, Class B):` This is incorrect. Inherit from `PolymorphicModel` instead of `models.Model` at the base - it is not a mixin.

Could you provide some examples of passages you found difficult to follow and explain why? As far as constructive criticism goes, "it's a bit terse" is hard to action on.