Caleb

Results 7 issues of Caleb

The script does not properly support [Bricksmith](http://bricksmith.sourceforge.net/) models. I have often been asked if the script supports Bricksmith models, and with good reason. Bricksmith is the only LDraw CAD program...

bug
enhancement

If a `.dat` does not exist, the script crashes with a `FileNotFoundError` rather than skipping it and moving on. Currently, the line it stems from is wrapped in a `try…...

bug

This has a higher priority level than projects because it is the fundamental process behind projects. Code workflow idea (these are not supposed to be checkboxes. It's more of a...

feature
feature: projects

Rioforce brought this up to me back when BA was just getting started, and I am finally getting around to filing it lol. There should be a virtual number that...

feature

This starts adding support for the `TINYINT` field, with an unsigned version available too. Building proper model fields (i.e., not simply subclassing `IntegerField` and overriding `db_type`) is still very foreign...

Per [LEGO Fair Play](http://aboutus.lego.com/en-us/legal-notice/fair-play).

In `client.api_client`, there is a method named `set_access_token`. This method takes an access token to set in the HTTP `Authorization` header that is sent to the Docusign API. In integrating...