Sergiy Kolesnikov

Results 12 comments of Sergiy Kolesnikov

I am getting a [TypeError when I try to convert an AST](https://github.com/cjdrake/pyeda/issues/140) back to an expression (pyeda 0.28.0): ``` import pyeda.inter as eda my_expr = eda.expr('A => B') print(my_expr) my_expr_ast...

If you have `SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL` set for the Schemar-Registry service, remove this setting and set `SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS` ot one of the bootstrap servers. For example, the relevant environment of my Kafka service...

I had the same error when trying to upgrade from 2.0.x to 2.1.0 with `cs update`: ``` $ cs update https://repo1.maven.org/maven2/io/get-coursier/apps/maven-metadata.xml No new update since 2022-06-24 10:22:11 https://repo1.maven.org/maven2/com/lihaoyi/ammonite_2.13.8/maven-metadata.xml No new...

According to the [zsh-completions documentation](https://github.com/zsh-users/zsh-completions/blob/master/zsh-completions-howto.org#telling-zsh-which-function-to-use-for-completing-a-command), autocompletion files must start with an underscore `_`: > Completion functions for commands are stored in files with names beginning with an underscore _ ......

[Pyenv supports the behavior](https://github.com/pyenv/pyenv#understanding-python-version-selection) described by @glyph: ``` root@62c8cadea516:~# pyenv global system 3.10.0 3.9.0 root@62c8cadea516:~# pyenv versions * system (set by /root/.pyenv/version) * 3.9.0 (set by /root/.pyenv/version) * 3.10.0 (set...

The closest alternative with which I could come up for a command such as ``` kubectl run alpaca-prod --image=gcr.io/kuar-demo/kuard-amd64:blue --replicas=3 --port=8080 --labels="ver=1,app=alpaca,env=prod" ``` would be to do the following: Run...

A workaround is to set a shortcut (e.g. Ctrl+F12) to the "Show and focus Guake window" action, in Guake Preferences > Keyboard shortcuts > General menu. Activating the shortcut will...

I've played with the hard-coded offset in the alignment code (currently `5`): ``` (propertize " " 'display `(space :align-to (- right ,(+ 5 (length model) (length system) (length track-media) (length...

> This looks quite ugly to me -- not that the header-line is very pretty in gptel, anyway. I just wrote something functional and threw it up. Agree, it is...