Red

Results 14 issues of Red

it's hard to imagine what it looks like by looking at the color palette picture ...

.cm-heading-marker[data-level="2"] { --background-color: "red"; } this doesn't work, removing the -- doesn't work either

因为我在用scrapy的css selector 采集发帖时间时出了一些问题 response.css('.p_tail') 返回为空

``` [ins] In [1]: import opencc --------------------------------------------------------------------------- OSError Traceback (most recent call last) Cell In[1], line 1 ----> 1 import opencc File /opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/opencc.py:24 22 libopencc = CDLL(_libopenccfile, use_errno=True) 23 else:...