Themanwithoutaplan
Themanwithoutaplan
I've got a fairly large import from CSV which has several post load queries to clean up data. It would be useful to be able to log individual queries after...
Just started with MutMut and got this error: ``` Traceback (most recent call last): File "/Users/charlieclark/temp/op/bin/mutmut", line 8, in sys.exit(climain()) File "/Users/charlieclark/temp/op/lib/python3.7/site-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) File...
I'm not quite sure where this bug belongs but I discovered that a very few of the tests in November 2020 contain duplicate test ids. ``` 201112_Dx0_59 , 201112_Dx0_9R ,...
I know that if a browser can support an MP4 container with AVC codec it should support the same container with VP9 instead of an MKV/WebM container but this doesn't...
There seems to be a problem with the way `multiprocessing`is being used. Haven't pasted the whole traceback just what seems to be the key part. ... self = obj =...
Is there anyway to control the queue? I can only run two tests in parallel on my account but all tests are being scheduled immediately. I think this causes some...
I was looking at adding Py3 and WOFF2 support to this but I can't get the tests to run: doctests aren't my strong point. ``` from woffTools.tools.validate import structPack, \...
Currently data-only dumps are not supported. Table dumps match `if line =~ /^-- Table structure for table .(.+)./ or line =~ /^-- Dumping data for table .(.+)./` This, combined with...
### Describe the bug When running /migrate-cawemo-to-web-modeler.sh it seems that there is a problem with projects that have folders. This leads to an error and the script ceasing to run....
In a test drive I found that Bottecap wouldn't start because it couldn't find var/Data.fs.lock I don't know whether I missed something out but mkdir var && touch var/Data.fs.lock solved...