vadimcn

Results 14 issues of vadimcn

### Input C/C++ Header ```C++ #include struct Foo { size_t data; }; struct Bar { size_t data; ~Bar() { data = 0; } }; Foo MakeFoo(); // { return Foo();...

bug
I-ABI-bug
A-C++

I often wish there were a decent visualizer for NumPy/PyTorch tensors. Debugging dimension indexing bugs with the way the Python extension displays tensors is a total drag :( I know...

I often would like to figure out which of the function lines take the most time. Currently this is very hard to do because lines do not have a common...

### Discussed in https://github.com/vadimcn/vscode-lldb/discussions/668 Originally posted by **adam-fowler** March 15, 2022 Is there a setting to pass a `--arch` parameter to the invocation of lldb?

cause:Unclear

OS: arm64 apple m1 VSCode version: 1.57.1 Extension version: 1.6.5 (default installation) Compiler: c++ Build target: mandelbrot example ![2021-07-07 10 08 51](https://user-images.githubusercontent.com/76413247/124689882-e97f4b00-df0b-11eb-9d92-f6c9de6c6b51.gif) Sorry for waiting. As you can see, the...

cause:Unclear
platform:macos-arm64

![image](https://user-images.githubusercontent.com/3203809/136443095-fde7d6da-f278-4403-9d3a-465d1102603f.png)

@brson: The whole "Check here to accept License Agreement" business seems pretty lame for an OSS project. I am guessing this came about only because that's what the default installer...

It would be nice to formalize our package upgrade policy. In other words: When packages may be installed side-by-side, and when they are mutually exclusive? A straw-man policy proposal, which...

Here's a first draft of my driver for [12.48" module](https://github.com/caemor/epd-waveshare/issues/164). Does this look like something you'd be willing to integrate?

I've observed that in many GEOS operations, such as clipping and interpolation, new polygon vertices are created with a Z coordinate set to NaN. This complicates handling elevation data, as...

Feedback Requested