-
In chapter "11.3.1 Tariff Object" (v2.2.1) the phrase:
`Only one Tariff per Element type can be active at any point in time, but multiple Tariff Types can be active at once.
`
it is difficult for…
-
-
Using `range.select()` sometimes does not select the range. The only time it seems to consistently work is if the range that `select()` is called on is in the active sheet. If it has to change sheet, …
-
Update the GC to handle destroying deleted soft-deleted databases as described in https://github.com/slatedb/slatedb/blob/main/rfcs/0004-checkpoints.md#garbage-collector. For dbs that have their delet…
-
### Type of issue
Missing information
### Description
Hello everyone.
I'm trying to retrieve information about deleted objects in Active Directory. Typically, these objects are stored in t…
-
## Info
A "Jukebox" is an object that stores information related to the track queue, the current device, etc. Currently, the jukebox store just stores all available jukeboxes for the user. Ideally,…
-
### Link to reproduction
_No response_
### Describe the Bug
I configured payloadcms to connect to my Azure Cosmos DB for MongoDB account. It works well except when I try to delete any kind of…
shazz updated
1 month ago
-
The activity rating setting is active by default when a new object is created.
The activity is often only used for information purposes and not for an effective rating.
It would be good if the rat…
-
```ts
export const PublicUserSchema = z.object({
id: z.string().uuid(),
avatarUrl: z.string().optional(),
name: z.string(),
email: z.string(),
}).openapi("User");
export con…
-
Instead of client side objects reacting to data from the DB which perhaps are stored back and which intern updates other objects, it might be worthwhile to have this in the DB itself. The Object in th…