Ankit Sinha

Results 18 issues of Ankit Sinha

Anchor link on hover of headings appear on notebook post but not on Markdown post. How can it be enabled for markdown post? Not sure if its bug or new...

enhancement

I tried to build it and it throws error. I just woke up, where did project.json go and what is this new .csproj? ![image](https://cloud.githubusercontent.com/assets/3169316/24292026/7f601de4-10b1-11e7-8326-9e82dcd028a3.png)

back-compat

![image](https://user-images.githubusercontent.com/3169316/83101162-51d7e800-a0cf-11ea-89ff-16b6767094f5.png) As you can see in the container the wrapping does not happen. It works in Ubuntu based container fine. Use this docker image to reproduce the issue `FROM mcr.microsoft.com/dotnet/core/sdk:3.1`....

bug
more information needed

As of now code changes are required to build for ARM64 as detailed in #237 . The `build.sh` has also changed since the PR was created and now has pinned...

enhancement
good-first-issue

VSCode insider has updated Jupyter notebook experience with ability to show diff in more readable format (rather than diff of json). This experience does not work with PR yet. Any...

feature-request

```csharp public override async void Receive(Message message) { var bmp = message.Data.Resource.ToBitmap(false); bmp.Save("img.jpg", System.Drawing.Imaging.ImageFormat.Jpeg); // ...... removed for brevity } ``` When `var bmp = message.Data.Resource.ToBitmap(false);` I get this image...

I was unable to run DB_TD500_resnet50.onnx model (https://docs.opencv.org/4.x/d4/d43/tutorial_dnn_text_spotting.html) using `OnnxModel` as it was throwing following error - `Length of memory (1625088) must match product of dimensions (3)`. The only way...

When opening code lens window, the line and the element (variable/method/class) should be highlighted. Currently its not happening so its impossible to find which line has the said element. ![image](https://user-images.githubusercontent.com/3169316/103472819-f33ac100-4db7-11eb-92ed-9f5f41dfec4f.png)...

Whats the difference? And which one is the recommended to be used?

Can `VertexPropertyValue` be used to add metaproperties? Seems that class design can support this, but not sure what other purpose does `VertexPropertyValue` has.