-
**Is your feature request related to a problem?**
The `http.server.duration` metrics provided by the asgi instrumentation are great to get started with metrics, however they have one shortcoming, whi…
-
Are specific concepts in AAT recommended when using the identified_by and classified_as predicates? Do these vary based on the entity being identified? For example, should AAT's primary name always b…
-
Since v1.8.0, the typing for `BatchPutRequest` has been broken.
```ts
export class DynamoDbEntityStorage extends EntityAction {
constructor(entity: ENTITY) {
super(entity);
}
async…
-
**When using the firestore admin sdk**, we can retrieve the timestamps (createTime, updateTime, readTime) of a document.
This can be helpful when we are using firestore for backend applications and d…
-
Assume a DbContext with two related DBSet properties like so:
```csharp
public MyDbContext : DbContext
{
public virtual DbSet Account { get; set; }
public virtual DbSet Account { get; set…
-
**Checklist**
- [x] I updated the card to the latest version available
- [x] I cleared the cache of my browser
**Describe the bug**
I'm trying to set up an automatic shutoff for my AC in increme…
-
When I try to compile without the `"skipLibCheck": true` in the `compilerOptions` of `tsconfig.json` the build fails with:
```
> bm-thingworx-vscode@3.0.2 build
> twc build
Running build (v2.0.2…
-
**Issue type:**
[ ] question
[ ] bug report
[x] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
`World::get_by_id` has no reason to exist as `EntityRef::get_by_id` accomplishes the same thing as it returns `Ptr`.
`World::get_mut_by_id` should be moved to `EntityMut` as `EntityMut::get_mut_by_id…
-
I have several web applications that use the same auth app. When a request is received, the auth app detects which web application it belongs to and creates a connection to its database. So the single…