Brian

Results 9 issues of Brian

I created a POST endpoint that allows one to create a new "Project". The endpoint optionally accepts an image along with the normal json payload: `image: Optional[UploadedFile] = NinjaFile(None)` The...

Do you know of a way I could calculate the sha1 hash of a file prior to upload? My old code (before moving files to s3) looked like this: ```...

I would like to request accessors and mutators be added for appenders. I would like to dynamically add or remove appenders (for example, disable STDOUT logging temporarily and add it...

enhancement

It would be great if this module could support composite primary keys. For example: key_column => [qw/key_1 key_2 key_3/]; I have a few tables I can't use this module for...

Wishlist

Right now when "adding" a new row it attempts to insert a null value for the primary key. This works in MySQL when auto_increment is used. I would like to...

Wishlist

SELECT \* FROM customers; Results in a nicely formatted table at the bottom of my terminal, just above the prompt. If I press right arrow to scroll to the right,...

Just in case you're still around and willing to work on this, no problem if you're not. https://3dpreview.massassi.net/level/?ownsgame=1&url=https://www.massassi.net/media/levels/files/jkmp/cogking1.zip This is a relatively simple level and I'm not sure why it...

Would it be possible to have a toggle to show a wireframe/sector view? Kinda like the main JED view. I think it would be super cool to be able to...

I installed blender 3.0.1 on Linux Mint. I can install the addon, and I get this message: ``` Modules Installed (sith) from '/home/brian/Desktop/JK Stuff/sith.zip' into '/home/brian/.config/blender/3.0/scripts/addons' ``` Once it's installed,...