Paweł Bogusławski

Results 111 issues of Paweł Bogusławski

**Describe the bug** When creating datatable with `sortable` enabled and `sortDirection` set to `descending`, arrow is rendered as `ascending`. **To Reproduce** Steps to reproduce the behavior: 1. Create component from...

bug

**Describe the bug** Setting secondary text color does not work in outlined paper component as described on https://sveltematerialui.com/demo/paper/ https://sveltematerialui.com/THEMING.md **To Reproduce** Steps to reproduce the behavior: Put "Outlined Secondary Paper...

bug

**Problem** FOUC in present in SMUI SPA (SvelteKit v1, static-adapter, all prerendered and SSR disabled) created accoring to https://sveltematerialui.com/THEMING.md with ``` {#if $darkTheme === undefined} {:else if $darkTheme} {:else} {/if}...

bug

Seems that [sessionlimit](https://github.com/strukturag/nextcloud-spreed-signaling/blob/5f716c3b6422e43ddbf1a8db9bfc93e93ce27f1e/server.conf.in#L118) config parameter limits general talk users sessions (one session may handle chat, video/audio calls, etc.). Would be nice to have separate limit for number of video/audio streams;...

enhancement

**Is your feature request related to a problem? Please describe.** Devs use local athens as proxy for module downloading/caching but cannot use it for module security audits. **Describe the solution...

enhancement

### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...

bug
1. to develop
manual: admin
feature: ldap

## Description Column defined with ``` ModTime int64 `gorm:"column:mod_time;not null;autoUpdateTime:nano;index:,composite:mod_time"` ``` is populated correctly with nano timestamps in sqlite3 but in mysql values are rounded to ms i.e. you get...

According to https://github.com/ganeti/ganeti/issues/1300 shutdown timeouts specified in cli params should be in minute units. Practical tests in debian 11 (`ganeti 3.0.2-1~deb11u1`) using `gnt-instance shutdown --timeout` show that it might be...

Would be nice to have configuration parameters to set default shutdown timeouts per cluster (with default value equal to 120s for backward compatibility probably) and per guest; when given guest...

**Describe the bug** For OpenAPI type schema ``` "MyNumber": { "minimum": 1, "type": "integer", "description": "My number.", "default": 1, "example": 2 }, ``` `openapi-typescript-codegen --exportSchemas true` does not generate `default`...