Dmitry Budaev

Results 40 comments of Dmitry Budaev

Have you found the solution for your issue? In case is not you can try to update to latest version.

Merged with issue #16 @AeroCross said: > Thank you (and anyone who has contributed to this plugin, too) for such a magnificent plugin. It's saving lives, I tell you. >...

I would like to have another, way bigger, set of icons and use it the same way as it is already done for emojis - though tags. Many emoji names...

pq also have URL style for DSN, you can check it here: https://godoc.org/github.com/lib/pq example from docs: ```go connStr := "postgres://pqgotest:password@localhost/pqgotest?sslmode=verify-full" ```

I extracted the code from pq project to test it out and I see that you don't need to specify `%2F` in path. Here is the code to test: ```go...

You can separate imports that starts with `./` and `../` into two separate groups: ```json "importOrder": ["^react$", "^react", "", "^@.*", "^./(.*)", "^../(.*)"] ```

> can find the interpreter and use it to interpret a script Based on your description it sounds like getting toolchain binary (same as in `python/current_py_toolchain.bzl`) and run it with...

Looks like it is still an issue for mips: ``` action-stress-threads.c: In function 'snoopyTestCli_action_stress_threads_threadMain': action-stress-threads.c:230:77: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] 230 | if (verbose) printf("...

I can confirm that ppa package is not working on 14.04 as well, it just doesn't have any binaries in it ``` $ dpkg -L mutate /. /usr /usr/share /usr/share/doc...

I have a similar problem with bazel monorepo setup, where `pyproject.toml` file is located in the root of the monorepo. I don't have `__init__.py` files, but project root could be...