itkach
itkach
http://www.python.org/dev/peps/pep-0008/ : Tabs or Spaces? ``` Never mix tabs and spaces. ```
In 0.2.2 ```import { linkify } from "react-linkify"``` resulted in `linkify` referencing global LinkifyIt instance. In 1.0.0-alpha `linkify` is undefined
Steps to reproduce: - Create file `flextesa.yml` with the following content: ``` version: '3.7' services: sandbox: image: registry.gitlab.com/tezos/flextesa:image-babylonbox-run command: babylonbox start ports: - 20000:20000 ``` - Create file `tzindex.yml`: ```...
It would be convenient if data store were scoped to chain, e.g. full db path included chain id so that tzindex instance would gracefully handle switching/pointing to a different tezos...
Following cljfmt config has no effect: ```edn {:cljfmt {:indents {#re ".*" [[:inner 0] [:inner 1]]}}} ``` This is based on example at https://clojure-lsp.io/settings/#project: ``` {:cljfmt {:indents {#re ".*" ns [[:inner...
See https://tezos.gitlab.io/introduction/howtoget.html#docker-images
Windows is a popular desktop operating system. We should provide an easy to use installer or package that will automate or guide user through the necessary steps to spin up,...
Steps to reproduce: - Go to Settings - Tap "Default node (RPC)" - Tap "Add Custom RPC" - Fill in name and URL http://localhost:4444 - Tap "Add" - Observe new...