Ben Davis
Ben Davis
I got an error in my Sentry logs where `XeroRateLimitExceeded` was raised, however the response content of the request was the following HTML: ``` Service Unavailable Service Unavailable HTTP Error...
I have some code that does a simple invoice query: invoices = xero.invoices.filter(raw='AmountDue > 0') My code then loops through the invoices result and processes payments on these invoices. It...
I still find it somewhat difficult to use vim-tabular when creating Markdown tables, and especially with RestructuredText tables. The main problem, I think, is how to handle the "separator rows"....
My cloud files container has subfolders, but they don't show up in my mounted cloud fuse dir. Is there something special that has to be done to make this work?
For some reason, when I try to save a scene with more than 8 lights using `client.scenes.save(scene)`, I get the following error: ``` Error: Huejay: read ECONNRESET at getHttpClient.request.then.catch.error (/home/ben/hue-manager/node_modules/huejay/lib/Transport.js:106:15)...
Serializer fields that point to other serializers and are `read_only` should be marked as `readOnly` in the schema. For example, I have an `AccountSerializer` with a field called `user` that...
Commands in the init script should end with `|| exit 1` so that the script doesn't continue after a failure.
I installed 2.2.2 from git, however I'm getting a popup saying 2.2.0 is available.
When loading martor in the admin, it loads CSS rules which overrides many admin styles. For example, when using bootstrap theme, it causes collapsible fieldsets to be completely hidden: ```css...
When selecting preview tab in admin, it says "Nothing to preview". The console output shows the following:: WARNING django.security.csrf: Forbidden (CSRF token missing or incorrect.): /martor/markdownify/ - Django version: 2.2.12...