Arshia001

Results 159 comments of Arshia001

My question as well. I've been using my own (naive) index system based on buckets (also implememted as grains), but I'd love an official solution.

@jamiemitchellconsultants why not... Don't expect too much though, I didn't really put that much thought into the code; I've been hoping for an official release of indexing ever since.

I just read through your code. You're splitting the data over many grains, but to get a value you're scanning *all* buckets. This means that to get a single value...

I know it's been 2 days and ~10 hours, I was having laptop problems... anyway, [here's mine](https://github.com/Arshia001/Indexing). There's unique and non-unique, and there's O(1) buckets.

Good to know. Funny thing is, intellisense and csc are reporting the most fascinating error I've ever seen: that the System namespace does not exist XD

@mdashti src\Orleans.sln builds successfully. I'm getting a number of `Warning: src\OrleansRuntime\..\ClientGenerator\bin\Debug\ClientGenerator.exe could not be found!` warnings, but the build completes. `Build.cmd` still fails with a number of these errors (note,...

More context: it's very likely that `--entrypoint` only breaks for WASI(X) modules.

Hey @marvelken. According to this error: ``` ERROR: *** The pkg-config script could not be found. Make sure it is *** in your path, or set the PKG_CONFIG environment variable...

Yes, WSL should work, I can build WinterJS successfully on Ubuntu 22.04 running on WSL. You don't need to clone and build `mozjs`, you just need to be able to...