Results 67 issues of x-yuri

### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go version` to get version of Go from _the VS Code...

NeedsInvestigation

Otherwise it makes it far more difficult to learn what some particular version is like.

When a header contains Cyrillic letters, it says the header is empty: ```pl use strict; use warnings; use utf8; # my $hdr = 'test'; my $hdr = 'ั‚ะตัั‚'; open my...

```lua local csv = require 'csv' local inspect = require 'inspect' local f = csv.open('/tmp/a.csv', { separator = ';', header = true, }) for fields in f:lines() do print(inspect(fields)) end...

I've got `Nokia Lumia 630` mobile phone. Recently I tried to upload files onto it. When I use `libmtp` directly: ``` $ mtp-newfolder uploaded 0 0 libmtp version: 1.1.8 Device...

bug

> ### start with persistent storage > > $ docker run --name some-redis -d redis redis-server --appendonly yes > > If persistence is enabled, data is stored in the VOLUME...

## Bug description Let's say you added a tippy to an element, but then you destroyed the latter (e.g. `el.parentNode.innerHTML = ''`). Should the tippy be destroyed manually as well...

๐Ÿ› bug
๐Ÿšง unconfirmed

```sh #!/bin/sh -eu docker run --rm -it alpine:3.18 sh -euxc ' apk add git git-crypt git config --global user.email "[email protected]" git config --global user.name "Your Name" mkdir r cd r...

``` $ cd `mktemp -d` $ vim +LspSettingsLocalEdit +'!echo %' +wqa /tmp/tmp.SOncJTgZQ1/.vim-lsp-settings/settings.json $ ls -a . .. .vim-lsp-settings $ mkdir a $ cd a $ vim +LspSettingsLocalEdit +'!echo %' +wqa...

This is apparently a minor issue, but I just noticed and decided to report it: https://github.com/mattn/vim-lsp-settings/blob/7166674dc49306a6fcaff19d4dde8bca95271460/autoload/lsp_settings/profile.vim#L101-L110 First you create a unique list of commands, then pass it to `uniq()` which...