s

Results 24 issues of s

Is it possible to use 'better-console' in each file without having to waste a line in each file requiring it?

``` 2022-04-06T00:17:18.112082+00:00 app[web.1]: Error: class uri 'eventlet' invalid or not found: 2022-04-06T00:17:18.112082+00:00 app[web.1]: 2022-04-06T00:17:18.112082+00:00 app[web.1]: [Traceback (most recent call last): 2022-04-06T00:17:18.112090+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.10/site-packages/gunicorn/util.py", line 99, in load_class 2022-04-06T00:17:18.112091+00:00 app[web.1]:...

If it isn't already possible, I would love to see the renderer being capable of automatically adding e.g. lazyload to all img tags. Perhaps it could be generalized so that...

`webpack-cli` version = 3.1.0 **package.json** { "name": "zinuku", "version": "1.0.0", "description": "", "main": "index.jsx", "scripts": { "build": "webpack-cli", "start": "webpack-dev-server" }, "dependencies": { "react": "^16.4.1", "react-dom": "^16.4.1" }, "devDependencies": {...

I am gettin gthe error `Can't resolve 'stream' and 'zlib'` I know you can fix it using craco [as shown here](https://github.com/diegomura/react-pdf/issues/1645#issuecomment-999072302) But craco is soon to be discountinued, so I...

How do I add the font-family "Ibarra Real Nova' with two different fontWeights (normal and bold) and one italic with normal fontWeight ... so basically this: https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:ital,wght@0,400;0,700;1,400&display=swap [Google Fonts link](https://fonts.google.com/specimen/Ibarra+Real+Nova#standard-styles)...

Ignore this

Any plans on supporting React v17 in the near future?

I am getting the following error when trying to run the test.py file. `line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 1021: character...

Unless I missed it, it seems that this basic functionallity is missing, or maybe it's just missing in the documentation?