Adam Sołtysik

Results 6 issues of Adam Sołtysik

The readme says it's possible to use the containers with `std::vector` instead of `std::deque`. However, after changing that in `ordered_set.h`, the following code crashes under GCC 7.2.0, probably due to...

### Reproduction link https://jsfiddle.net/nshqy2ju/3/ ### Steps to reproduce Click the first element and press Tab. ### Expected behaviour The element should lose focus. ### Actual behaviour Application freezes. The issue...

bug
2.0

With this call: ```js simpleGit().diffSummary([hash1, hash2, '--name-status']); ``` I'm getting only the new file path for renamed files. Is there a way to get also the previous path? With `--stat`...

When I run the following `git log` command with a custom format: ```js simpleGit().log({ format: { subject: '%s', body: '%b', }, }); ```` I'm getting the splitter character at the...

### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...

Importing `vuedraggable` in my application increases the bundle size by 215 kB (after minification), which is quite a lot. * `sortablejs` itself is only 40 kB. * 90 kB is...