-
Hello everyone, I was working on deploying a Huly.io instance locally using docker and Treafik. I am only using http as I am running this in my home network. I am getting as far as 10% deployment on t…
-
**Context:**
At present the start page doesn’t set the context of the service, or let the user know what to expect within the service.
**Outcome:**
User story: As a data provider, when I enter …
-
Given that the data adapter is now used for variable transforms (for e.g., implementing parameter constraints or scaling), it would be nice to keep track of the jacobian of the transform, so that if t…
-
## Description
At the current stage by versioning we assume mapping a single version number to the corresponding versions of parameters, I/O data, and code. So one is able to retrieve a full project …
-
**Objective**
Develop a model that recommends the type of maintenance (internal or external vendor) required for each fault type based on historical data. The model will aim to minimize maintenance co…
-
Hi all,
sometimes I get randomly these errors when calling model.solve:
```
2024-11-13 15:05:34 [INFO] Optimization successful:
Status: ok
Termination condition: optimal
Solution: 3017580 …
-
*Note: edited description after discussion*
It would be helpful if we could add equality constraints for the predicted data when fitting a model. For example, when gridding bathymetry we may want t…
-
### Description
Hello,
I am trying to share an image from a .NET 8 Maui application. I am using following code:
```
await Share.Default.RequestAsync(new ShareFileRequest
{
…
-
For example, I creates a table like this
```sql
create table account(
id int,
name char(16) unique,
balance float,
primary key(id)
);
insert into account values(12500000, "name0", 5…
-
I want to exclude a table from a backup, but I cannot if there's another table with an incoming foreign key dependency:
```
ALTER TABLE userfiles_root_upload_files SET (exclude_data_from_backup = …