da-z

Results 8 issues of da-z

**Description:** I am using the Balana DTO objects to programatically generate requests. It works nicely but one problem I found is that AttributesElementDTO does not have an **id** field that...

In preparation of maybe supporting `tauri://` schema by default, I refactored a bit the CORS part of the config and added a test.

`$ OLLAMA_ORIGINS=tauri://localhost ollama serve` panic: bad origin: origins must contain '*' or include http://,https://,chrome-extension://,safari-extension://,moz-extension://,ms-browser-extension:// Workaround (updated): ```shell OLLAMA_ORIGINS=*://localhost ollama serve ``` Besides adding the tauri:// schema, maybe also enable access...

bug

I have a large chunk of JPA code that was working fine in Spring Boot 2.x but not in Spring Boot 3.x (Hibernate 6 on Oracle and H2 in Oracle...

type: regression

Platformatic requires `INTEGER` for primary key even if `NUMBER` is perfectly valid. ``` Error: Invalid Primary Key type. Expected "integer", found "number" at checkSQLitePrimaryKey (node_modules/.pnpm/@[email protected]/node_modules/@platformatic/sql-mapper/lib/entity.js:388:15) ```

bug

### Running Latest Version - [X] I am running the latest version ### What do you want Mochi Diffusion to do? Here is a more recent comment related to implementation...

enhancement