Snehil Shah

Results 38 comments of Snehil Shah

@kgryte is this in the works?

@kgryte has there been any development on this (name of the package)? I would love to help with this. I had a doubt, will `Complex128` be formatted as `Complex128.prototype.toString()`?

@timvisee I tried installing and running qdrant using the deb package, but the dashboard is not working. Apparently it can't find the ./static directory. Am I doing something wrong? The...

@kgryte From what I understand, we just have to write methods to serialize and deserialize a multi-dimensional ndarray into a linear array that preserves the original metadata right? Is this...

> @Snehil-Shah Let me circle back on this, as we may already have an implementation written elsewhere. Cool, I was also interested in contributing to the Google Sheets integration project....

@kgryte Regarding visually highlighting the matching characters in the completions (ys -> yes). I am a bit confused about how we can achieve this as we are relying on built-in...

> For IPython, looks like they use [jedi](https://github.com/davidhalter/jedi) for auto-completion. In Node.js, fuzzy-matching is not supported. Fuzzy matching is not supported in IPython either from what I know. Am I...

@kgryte understood! I'll explore writing our own completer, and studying jedi's fuzzy matching algorithm👍

@kgryte I am almost done with the character highlighting part though, can I push the changes and we can iterate over it after?

@kgryte a progress report: 1. Re-wrote the node.js readline completer: One of the small things I changed is, a single TAB will display the completions (or auto-complete if a common-prefix...