Vladislav Grechannik

Results 13 issues of Vladislav Grechannik

### Is your feature request related to a problem? Please describe. I was messing around with some non-ASCII text conversion and found out that MSVC need an extra flag to...

feature request

In class definitions top-level-await is not available but this rule still marks the code as wrong The rule: [unicorn/prefer-top-level-await](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v43.0.0/docs/rules/prefer-top-level-await.md) ```js class Example { property = Promise // Can't await here...

bug
help wanted

Code: ```rs use serde::{Serialize, Deserialize}; #[derive(Debug, Serialize, Deserialize)] struct MyStruct { field: [i32; 2] } #[derive(Debug, Serialize, Deserialize)] enum MyEnum { First(MyStruct), Second(Box) } fn main() { let thing =...

Due to update of v8, you can't build erlpack on nodejs 19, because they removed v8::AccessorSignature, used by nan pre 2.17 version

### Describe the solution you'd like I run lossless optimizers of cover arts for any jpg/png that I download. Currently it is one big command that runs fd over the...

enhancement

As the friendly-snippets docs say: > Warning: If you're using LuaSnip make sure to use require("luasnip.loaders.from_vscode").lazy_load(), and add friendly-snippets as a dependency for LuaSnip, otherwise snippets might not be detected....

**Describe the bug** Unhandled python exception during parsing of arrays with values that start with a dash ``` Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/mesonbuild/mesonmain.py", line 186, in run return...

**Connections** - Closes #5423 **Description** WGSL spec defined new builtin functions. This PR tries to implement them Current writer impls: - [x] SPIR-V - [x] HLSL - [x] GLSL -...

This is a PR that cleans up the config in accordance to new stable features. I have made the following changes: **Key Mappings:** - Remove `K`, `[d` and `]d` mappings,...

Moving key mapping to keys makes nvim-dap lazy-loadable and saves some time on startup. Also creates a visible space where key maps are assigned