Warren Falk

Results 9 comments of Warren Falk

I did not reproduce this behavior. I created a new dotnet core application, installed RocksDbSharp and RocksDbNative (v6.2.2 of both). Typed in your example and ran it and it did...

When I open the solution in the zip in Visual Studio and run it, I immediate get the error "Unable to locate rocksdb native library, either install it, or use...

Which nuget package? The error message you pasted says this: > NativeImport.NativeLoadException: Unable to locate rocksdb native library, either install it, or use RocksDbNative nuget package I'm assuming you didn't...

There isn't currently a plan to release any 5.4.6.x updates. Should be releasing 6.2.2 soon. RocksDb moves to fast to back port things to older versions.

It is very hard to say. I haven't experienced the same issue. I suspect that the cause of the issue is either environmental (such as interference from the outside such...

So, indeed. I think fuse-box should allow a module name `@std` because node allows it. So I'd consider this a bug. However, naming your package with an `@` is probably...

I believe `stdout.write` is synchronous and so those awaits have no effect, right? So the only await is on `waitUntilExit()` and the only purpose of that is to do cleanup....

@DaniGuardiola, ah, I see. That makes sense. In that case, consider: `render()` has two purposes here: 1. do the render 2. return the instance The only question is whether it...

By the way, can I make a slightly off topic comment? I love this project. I've wished for a more recent .Net port of Lucene for forever and was thrilled...