Dan Passaro
Dan Passaro
For whom it may help, we switched to django-pyodbc-azure. It is kept much more up to date than this lib and is not tied to Azure in any special way,...
I don't like `setclass` as it sounds like it will override classes provided by the `Widget` instance. https://github.com/kmike/django-widget-tweaks has a similar feature, they use a syntax `class+="extra-classes-here"`. This looks foreign...
Does this mean e.g. `^` going to the parent directory, even if it's at the directory that direx originally opened? In other words if I'm at `/home/dan/Documents/stuff.org` and I use...
If virtualenv and bundler do it, I think pundler should do it, too. (And I'm pretty sure virtualenv and bundler do it.)
I just ran into the same error today. I might dive into it later because we use hg at work and using hg itself is starting to drive me crazy....
I had thought the finalizers in this library were causing an issue in a hobby project of mine. My program was leaking memory when rendering text, and I tried to...
Is there a reason usage of staticfiles is dependent on either `ASSETS_DEBUG` or `DEBUG`? Why not just have it on all the time? This currently makes it a bit of...
Yes, I'm using the latest release. I'll try running from trunk instead. Thanks for the help! (Update: you were right, I built v0.8.0-dev-20e62977a0 from trunk and now I can push...
Sure, here's an example: ``` (defpackage :clingon-issue (:use :cl)) (in-package :clingon-issue) (ql:quickload :clingon) (ql:quickload :str) (defclass 2d-coordinates (clingon:option) () (:default-initargs :parameter "INTEGER,INTEGER") (:documentation "Parse an 'INTEGER,INTEGER' CLI option, producing a...
I'm experiencing the same issue on macOS, installed via homebrew. ``` % sw_vers ProductName: macOS ProductVersion: 15.6 BuildVersion: 24G84 % /Applications/SonoBus.app/Contents/MacOS/SonoBus --version SonoBus version 1.7.2 /Applications/SonoBus.app/Contents/MacOS/SonoBus --group mac_audio_stream --username "MacBook...