BrnBlrg

Results 10 issues of BrnBlrg

In the example on the front page, a form is created to explicitly match the properties that a given object would have. i.e. the properties "color", "size", and "tenant" are...

I'm using django-storages (S3Boto3Storage) to upload my media files and libraries to S3 buckets. index.html: ``` {% load static %} HElloworld. blablah.html ``` blablah.html: ``` some dumb text file dumber_textfile.txt...

Thanks for your work on this! I'm having issues with the demo. Seems like Google is causing you grief: ![image](https://user-images.githubusercontent.com/3579441/78297954-94bd7b00-74e5-11ea-80aa-0fb9df26096a.png) BTW do you have a demo video up anywhere? Might...

Necessary to compile the tests. Solution from: https://github.com/joaquimrocha/Skeltrack/issues/15 Solves issue 15 and 16. Tested on Ubuntu 16.04.

(disclaimer: I don't know Ruby at all.) Trying to run it in the Jekyll Docker container: ``` $ docker run --rm --volume="$PWD:/srv/jekyll:Z" --publish [::1]:4000:4000 jekyll/jekyll jekyll serve Bundler 2.3.25 is...

I'm submitting this one humbly as someone brand new to Ruby. I was getting tons of errors trying to build the site locally -- despite that it worked fine on...

Thanks for the awesome template! It seems like there's an issue when the technologies for projects exceed the length of a single project box: ![image](https://github.com/abhn/portfolio/assets/3579441/e073a318-ad58-481c-8775-bc96df9e4cd1) Do you have any workaround...

It looks like the build is failing again in the Actions for certain architectures. It's also failing on my local machine (WSL2 - Ubuntu 22.04 x86_64): `$ git clone [email protected]:zmkfirmware/zmk-docker.git`...

OS: Windows 11 Pro VSCode version: 1.89.1 CodeLLDB version: v1.10.0 Compiler: clang Debuggee: C++. I've installed CodeLLDB extension through the interface in VS Code. When I click the -> run...