Roeland
Roeland
After the token was created I just aborted the login command. Then find the token [here](https://dash.cloudflare.com/profile/api-tokens). Next to the token is a button with 3 dots. Click and select 'roll'....
I have the same problems with enums. It seems they are ignored. Probably because flow doesn't have any real eums. But your state enum could be converted to something like...
Support for the [custom file input](https://getbootstrap.com/docs/4.3/components/input-group/#custom-file-input) would also be nice.
Could this also be used to generate stubs for mypy and others? If Jedi will support stubs someday (https://github.com/davidhalter/jedi/issues/839), then this can also be used for auto completion. Mypy has...
There is typeshed: https://github.com/python/typeshed I think this is used by mypy/pycharm/pytype
It also seems to be case sensitive. This means it is 'LegalCopyright' and not 'legalcopyright'. A option to list the key values would be nice. Or a warning when changing...
On ubuntu: `sudo ln -s /usr/bin/fdfind /usr/local/bin/fd` or to some other destination in your path. It works for me now, but it is a lot slower than on the terminal...
I've got the same problem with the phd theme.
I can't even select the mono version in gvim windows. With these settings I get the font working: (without ligatures) set renderoptions=type:directx set encoding=utf-8 set guifont=PragmataPro\ Mono\ Liga:h12 Without the...
[This package](https://github.com/roelandmoors/authjs-adapter-sql#how-to-use-with-kysely) should now also work with Kysely for mysql and postgres. It uses the [sql template tag](https://kysely-org.github.io/kysely/interfaces/Sql.html). Maybe this is helpful until there is an official package.