Sergey Prokhorov
Sergey Prokhorov
Looking at the GraphQL spec, I can't find any mentions of `Bool` type name. `Boolean` is used everywhere. I checked at least one more implementation (Kotlin) and it uses `Boolean`....
There are some options which can be specified in .editorconfig file (https://editorconfig.org/) and can be used by code formatter as well: * max_line_length * indent_size * insert_final_newline * charset *...
Looks like `cd` option introduce some problems: ``` erlang 1> PyBaseDir = "/home/seriy/workspace/mediamon_crawl/priv/py_trash_filter", 1> Virtualenv = PyBaseDir ++ "/pyenv", 1> Python = Virtualenv ++ "/bin/python2.7". 2> python:start([{env, [{"VIRTUAL_ENV", Virtualenv}]}, {python,...
Hi, Compiz have a plugin "Opacity, Brightness and Saturation" with the similar functionality as your extension but it uses keybinding scheme that I find as a very convinient: Alt +...
## Expected Behavior When installing the app via .deb package, installation should be successful ## Current Behavior While the app installs, it reports error and APT state becomes inconsistent: ```...
Just make sure that `dungeon` and `star_wars` schemas can be dumped.
Implemented according to https://spec.graphql.org/October2021/#sec-Subscription The idea is that the callback module that backs the subscription field exports 2 functions: normal `execute/4` but also `subscribe/3`. `subscribe/3` should initiate the subscription (it...
Can use https://github.com/deadtrickster/prometheus.erl as a reference API
It was introduced in https://github.com/epgsql/pooler/commit/396a800af4dae0373d68cb28092ddbf832ec8947 but seems to be lost somewhere later. Guess we need to remove it completely?