Dan Fairs
Dan Fairs
Yes, they should - though I don't like the idea of adding a setting to do it. Lazysignup already has its fair share! And I don't recall seeing that pattern...
Thanks for the report. I'm not sure this belongs in lazysignup itself - I certainly don't want to grow a dependency on the accounts app! But it might be a...
If more than documentation was required, I'd probably just drop a pinax.py in there, containing the integration code. I imagine it'll get done when I do a Pinax project :)...
I've also bumped into this with a field with a `collections.namedtuple` type, eg: ``` StreamProfile = collections.namedtuple("StreamProfile", ("cols", "rows", "fps")) @dataclass_json @dataclass class A: f: StreamProfile ```
So yeah, we've just found out that 18.04 is deprecated. Considering I just upgraded to Enterprise at the cost of the order of thousands of dollars a month, I'm not...
> > A banner on jobs that use the image? > >  What can I say? A whole company of 20 people didn't notice it.
> There is also https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22 I'm sure there is. But we *pay* for this. You (as in GH, not you personally) need to be proactive about reaching out to customers...
I must say, I personally find the presence of the ES docs within pyes extremely annoying. I often want to search the docs for how pyes deals with some ES...
OK, with that `FABTOOLS_TEST_BOXES`, I now get a ton of Vagrant output, followed by: ``` ====================================================================== ERROR: runTest (fabtools.tests.vagrant.VagrantTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/danfairs/Envs/fabtools/src/fabtools/fabtools/tests/vagrant.py", line 207, in...
Here's a transcript of the run: https://gist.github.com/danfairs/8916480