Tony Narlock

Results 395 issues of Tony Narlock

https://github.com/vcs-python/libvcs/pull/390

https://www.mdbg.net/chinese/dictionary?page=cc-cedict

The pager in supervisor and systemd commands can cause fabric tasks to stick. This has been a source of many headaches. Work around could be adding ``--no-pager`` to supervisor commands....

Ubuntu 17.04 ``` sudo -S -p 'sudo password:' -u "postgres" /bin/bash -l -c "cd ~postgres >/dev/null && psql -t -A -c \"SELECT COUNT(*) FROM pg_roles WHERE rolname='d';\"" /bin/bash: /root/.bash_profile: Permission...

Hi, fabtools and saltstack user here. I miss a lot of the functionality and states I get inside of saltstack. I have many projects where I need the simplicity and...

Adds `tox.ini` file. Use like this: `tox` Tox is set to run at python 2.7 and 3.7 Rename `curlify_test` -> `test_curlify` so it's detected by pytest Add Pipfile/Pipfile.lock with tox,...

Fixes #60 - [`graphql-tools`](https://github.com/ardatan/graphql-tools) -> [`@graphql-tools/schema`](https://github.com/ardatan/graphql-tools/releases/tag/graphql-tools%408.0.0) from 2.7.3 -> 8 _Fixes deprecation warning_ - [7.0 release notes](https://github.com/ardatan/graphql-tools/releases/tag/%40graphql-tools%2Furl-loader%407.0.0) - [8.0 release notes](https://github.com/ardatan/graphql-tools/releases/tag/%40graphql-tools%2Fwrap%408.0.0) - Allow graphql as peer dependnecy - Update snapshots

I recently [heard about graphql-code-generator](https://github.com/c0m1t/relay-enum-generator/issues/16#issuecomment-1054150070) through @c0m1t https://github.com/dotansimha/graphql-code-generator https://graphql-code-generator.com/ What is the difference between this package ([graphql-schema-typescript](https://github.com/dangcuuson/graphql-schema-typescript)) and that ([graphql-code-generator](https://github.com/dotansimha/graphql-code-generator))?