-
**Error Description:**
Azurite doesn't support seal append blob.
**To Reproduce:**
Please run the demo code as following:
```typescript
import { BlobServiceClient, StorageSharedKeyCredential } …
-
Every time I start a new project running steal and I want to use Chai or Mocha (or many other popular packages that are escaping me right now) I go look up how to set up the `meta` and `map` propertie…
-
### I am using chai and mocha using request package for testing APIs
```
var expect = require('chai').expect;
var request = require('request');
const HypersignAuthToken = 'auth_token_value';
…
-
Today, when reserving the `objectEqual` function in this library while evaluating `deep.equal` call stacks in a chai test harness, I observed that when comparing `objectEqual()` from the `default` bra…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I noticed an issue in the unit tests. The following syntax is used:
```
expect(await nftMarketplace.listItem(basicNft.address, TOKEN_ID, PRICE)).to.emit(
"ItemListed"
…
-
**Error Description:**
In Azure, it will return an error when set service properties with too many CORS rules.
But in Azurite. it will set service properties successfully in this case.
Azure error …
-
On http://chaijs.com/api/plugins/, the sidebar includes 'inspect'. However, that section does not have a section heading like the others. It only shows this:
```
Echos the value of a value. Trys t…
-
Objection.js v3.0.1
Knex v1.0.7
pg v8.7.1. (postgres)
Inserting records via Objection behaves differently than does inserting records via Knex when `onConflict().ignore()` is used and a conflict …
-
Any chance you could add a `dirty-chai` section here: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/chai ?
I'm getting warnings from WebStorm about dirtyChai usage, and expect that…