-
* face_recognition version: 1.2.3
* Python version: 3.7
* Operating System: Pop!_OS 19.04
* CUDA + CuDNN version: 10.0
I'm trying to use the facerec_from_webcam_multiprocessing.py example with c…
-
After install on Django Compressor Toolkit:
If run with COMPRESS_ENABLED = False
Debug = True
Compress_offline = False :
The Traceback error:
File "/opt/miniconda3/envs/myEnv/lib/python3.8…
-
### What happened?
When the Quasar Electron project is built and packaged, all public files are inaccessible when attempting to access them from the root path.
For example, `` tries to get the file …
-
### Description
[`ResolvedConfig`][1] is currently defined as a type, but it should be an interface.
Unlike with `UserConfig`, this means [declaration merging][2] cannot be taken advantage of by p…
-
I made a test app to highlight this bug: https://github.com/amarandon/trypipeline/tree/with-pipeline
I have a trivial test:
``` python
from django.test import TestCase
class TestHome(TestCase):
…
ghost updated
8 years ago
-
I'd love if https://github.com/pyoner/svelte-typescript/tree/master/packages/preprocess could describe what it does. It takes a `.svelte` file and outputs a `.ts`, `.tsx`, and `.css` file?
-
Trying to use this in non-debug mode fails:
```
self = , name = '/css/app.f6e28323.css'
def stored_name(self, name):
parsed_name = urlsplit(unquote(name))
clean_name = par…
-
## Summary
When creating CSS code within HTML tags, the editor acts as if the user is still coding in HTML. I am requesting this change so that the editor will no longer suggest to autocomplete HTML …
-
A few things to note:
- I'm not sure we need Redux here, the other examples don't have it
- Let's try to be 1:1 on CSS solutions - others are using Tailwind CSS, so use that
- To be a more accura…
-
[unCSS](https://github.com/ben-eb/gulp-uncss) – Removes unused CSS as it is compiled from sass. Potentially annoying if creating CSS that is not yet being used so open for debate if its actually worth…