Jezz Santos
Jezz Santos
This was working just fine in Azure Storage Emulator prior to moving to Azurite.
This is the code we are using: ``` var query = new TableQuery(); query = query.Where("ABinaryValue eq X'0102'"); table.ExecuteQuery(query) ```
Hey @edwin-huber, this fix is not yet released for Azurite, correct? (my test still seems to still fail on 3.18.0)
The README.md tells the story of how the toolkit was built. However, if you just want to see it working, then do this: 1. Install automate: `dotnet tool install --global...
There are a few design details left to discuss, before this might be done, that might need to be improved. Let's do that over in https://discord.gg/vpc3gDPR
Nice one @georgehemmings, just wanted to add some coordinates here for those participating in this discussion. (I support what @georgehemmings is after, and I think it does help for others...
Hey @georgehemmings. No, no such plan. Had not thought that far yet. What do you think we should do? Do you want to take lead on it?
Hi, can you list my SKU options for that? Sorry, I did not create the *.ffu, so until i can contact that person( who may also not know) I May...
I believe we are using a test image from back in October , does that help? (Sorry, I don't have any technical details, apart form the fact that I do...
On Windows 10, get same problem. Changing to support long paths in windows, as described here: https://github.com/sindresorhus/gulp-mocha/issues/154#issuecomment-281658710 did not fix it. Reverting back to `3.0.1` fixed it. Version `4.0.0` broke...