-
### Description
I follow link from main website https://ente.io/auth called "Web"
Login
Then it only gives me options:
![2024-09-13_193407_fu](https://github.com/user-attachments/assets/44654ee…
-
I have a rather strange use case, but I need to access the implementation of a management operation in another management operation.
So in the following simple example, I want to access the value o…
-
After running Sentrifugo, the weakest area is on the Leave management aspect.
1. Someone with the Role of HR Manager should (read: MUST) be able to approve ALL leave requests. This is sadly lacking …
-
* [x] Make document instances identifiable and versionable, e.g. with a top-level `sla4api` property containing a semver value (I note that some of the examples have an `sla` property with a numeric `…
-
Overview for the porting of classic UI to Platform UI. Follow up to #3901 #2789
```[tasklist]
### Workflows
- [x] Run unit tests as part of CI #5011
- [x] Code coverage integration with coverall…
-
Hi :)
First of all, is it normal that account management doesn't work yet? Or is it only on my instance?
Then I have a few ideas for you when the accounts will be operational:
-Do you plan t…
-
We have agreed on using a whole new state management system with the customer.
This issue would now involve adding 6 more status-es on the backend, db, and frontend (+frontend design) as well.
I cop…
-
Hi, I'd like to take advantage of the parallelization offered by the latest versions of Posgres.
I've tried to run the following query to check whether the planner would have executed it in parallel.…
-
I was wondering if there is a better way to resume when the job failed in the middle.
I know I can manually input the numbers in the courselist.txt file to "set video interval". However, you will hav…
-
**Describe the bug**
Given
```svelte
let autofocus = null;
$: if (autofocus !== null) {
autofocus.focus();
}
console.log(event.target, 'blurred towards', event.relatedTarget…