Skip to content
#

dss

Here are 63 public repositories matching this topic...

vidhill
vidhill commented Feb 2, 2016

Is it possible to get the source associated/that follows a comment block e.g.

If I wanted to have my colour variables in a sass file:

//
// @name Variables
// @description Variables in my style guide
// 
// 

$colour1: #FFF;
$colour2: #EEE;
$colour3: #666;

If I wanted to get as json representation of my the actual hex values (to output in my style guide) how would I go about this?

idrissbachali
idrissbachali commented Mar 13, 2019

When i run app.py with french spacy ,i got this result

python app.py
Traceback (most recent call last):
File "app.py", line 7, in
nlp = spacy.load('fr')
File "C:\Users\IBL\AppData\Local\Programs\Python\Python37-32\lib\site-packages\spacy_init_.py", line 21, in load
return util.load_model(name, **overrides)
File "C:\Users\IBL\AppData\Local\Programs\Python\Python3

Improve this page

Add a description, image, and links to the dss topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dss topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.