Danny Staple
Danny Staple
Can I suggest a block to enable the camera, which results eventually in: ``` start_x=1 gpu_mem=128 ``` Being added to the boot config.
* [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request that matches the...
### TL;DR Concourse CI uses container images for resource types. Would it make sense to swap container references out for hashes too? It is also configured with YAML. ### Detailed...
It was required upon running the simplecv tool, and not mentioned in the guide. Added in as a pip install step here.
I have been having an issue generating a site where the tagger plugin is failing. Debugging this is made hard because in hyde/plugin.py, around line 68: `res = function(*args)` is...
If a path is used in site yaml - ie ``` target: blog/tags ``` It will result in behaviour that works well on some OS's and not others - in...
Solution to issue #235 - regardless of the separator used, it will work in windows and unix environments.
Virtualbox attempt with: ``` bucc clean bucc up --lite ``` Leads to ``` Cleaning up rendered CPI jobs... Finished (00:00:00) Deploying: Creating instance 'bosh/0': Creating VM: Creating vm with stemcell...
The scenario is that I am using Decimal128 to represent monetary data - in a fashion similar to https://docs.mongodb.com/manual/tutorial/model-monetary-data/#numeric-decimal. A data sample: `{'_id': 123, 'name': 'Tennis Racket', 'price': Decimal128('14.99')}` The...
## Use case Pulling base images for a build from dockerhub is leading frequently to toomanyrequests. The suggested workaround is to push packages to a project specific registry, and use...