Results 7 issues of bkfox

Rust code provides `UI::declare(&mut self, zone: &mut T, key: &str, value: &str) -> ()` used to declare variables accessible from user interface. The parameter `zone` is a mutable borrow to...

Having different models with inheritance poses problems when we try to use them in conjunction with `movenodeform_factory` in django admin. Lets say we have the following models (using multi-table inheritance):...

bug
forms

Few supertrait would be really usefull for Sample in order to use it as generic parameter: - Default: would ease container resize and have an initial zero value when using...

In the udp scapper, you should invert ``` php foreach($infohash as $hash){ if(!preg_match('#^[a-f0-9]{40}$#i',$hash)){ throw new ScraperException('Invalid infohash: ' . $hash . '.'); } } if(count($infohash) > 74){ throw new ScraperException('Too...

`Regions` class is useful for people not using feincms3 too. Since the `regions` module does not use any of the feincms3's modules, and offers functionalities directly linked and relevant to...

When a model subclasses another concrete model, an `Operational Error` is thrown using django's admin website: `no such column: T.position`. I've tried with feincms3's, with concrete `Page` subclassing `AbstractPage`, and...

bug
good first issue

In drizzle.cc, Drizzle::New, it seems that the function can return without destroying allocated object. Note: you should use smart pointers.