Thomas ☻

Results 4 issues of Thomas ☻

When I try ```javascript module.exports = { config: { opacity: 0.5 } } ``` it doesn't affect the opacity

This: ```py from pymongo import MongoClient connection_str = 'connection_str' cluster = MongoClient(connection_str) database = cluster['db'] collection = database['col'] document = collection.find() if document['_id'] == 123: print('ok') ``` By default turns...

enhancement