Kacper Podpora
Kacper Podpora
## Here is what I discovered 1. Backend allows you to put empty strings as a text value 2. Frontend changes them to `null` before sending API request 3. Null...
### Context  This filter doesn't match empty strings, it only looks for nulls in database. --- ### Changes 1. Add e2e test for empty strings.[^1] 2. Added empty string...
This pull request introduces Polish translations to Teable. As a native Polish speaker, I have not used any machine translation tools. Instead, I’ve translated all content manually to ensure the...
Quick question, can I safely delete `pluginId` from view schema? https://github.com/teableio/teable/blob/3bdb38fdb46d0dc6d62f6976d11ff91a6cd9c01f/packages/core/src/models/view/view.schema.ts#L55 I checked code real quick and plugin view always uses `/options.pluginId` (green) property, so I think `/pluginId` (red) isn't...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when I need to quickly populate multiple selected cells with the same value, but there’s no easy...
Work in progress Current stage: Rebased pengap's branch onto develop, discarded changes not related to webhooks (discarded also a lot of meta pages that are already in develop branch), and...
[discord.builders](https://discord.builders) is a legitimate website for creating messages and sending them via webhooks: 
I parsed whole Discord Documentation to check which endpoints are not in OpenAPI Spec. Here are my findings: - [ ] [DELETE /lobbies/{lobby_id}](https://discord.com/developers/docs/resources/lobby#delete-lobby) — GET & PATCH are already in...
Missing spec for [Modify Guild Incident Actions](https://discord.com/developers/docs/resources/guild#modify-guild-incident-actions)