Patrick Metzdorf

Results 36 comments of Patrick Metzdorf

They do change over the course of years (e.g. see [here](https://www.theverge.com/2012/5/28/3046726/iris-patterns-change-over-time-research)), so it is recommended that people take new scans every couple of years accordingly. If you have to accommodate...

> you need delete this `rm node_modules/react-native/local-cli/core/__fixtures__/files/package.json` Yes, that's what I now found out as well. I don't know if it's a bug with react-native or the vector icons one,...

So here's an example. Essentially, in order to show how the component in question can be controlled by a surrounding container (a class with state and some methods), I'd like...

It would be fine if I could just add a `return` in front of my class declaration (which would give you the whole JSX of the return), but that results...

Yea, shame. A future version of storybook will probably fix that. No worries, thanks for checking though.

@0nse Is there an easy way to find out which of my extensions may do this? I don't get output colorized, despite having the colorizer installed, for any of these:...

I'm all for Fira Code's convention here. It's both very obvious (compared to just a somewhat elongated normal equality operator) and also very pleasing to the eye. It should be...

Seems like this repo / font isn't being maintained much anymore. Has anybody found alternative fonts that have this, apart from Fira Code?

I get the same. All requirements were installed successfully, within the venv. But running `python3 devika.py`, as per readme instructions, gives me the above error. ![image](https://github.com/stitionai/devika/assets/7287076/35a9bf7f-ec90-419d-83ad-e9949fced244) --- Btw, the big...

Yes I was sure I had done it, but repeating the steps again, including the activation and re-installation of the dependencies after that, then made it work for me.