Ben Bucksch

Results 24 issues of Ben Bucksch

This may be a missing feature, an outdated protocol implementation, a bug, or simply a misunderstanding on my side. I am going to assume the latter, and please forgive me...

Summary: * Reformat as ES6 JS instead of Coffee script, removing further dependencies * Support `await` * Do simple syntax check first, before asking server * If state server is...

The [File System API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_API) allows to read and write native files on disk of the host system, and make in-place writes. There's a dedicated file system (called [Origin private file...

Environment: * vite 4.3.9 * Svelte (without SvelteKit) 3.58.0 * @sveltejs/vite-plugin-svelte 2.4.1 Reproduction: 1. ``` import { parseSync } from 'subtitle'; const nodes = parseSync(fileContents); ``` 2. Run app in...

### Pre-flight checklist - [X] I have once read some documentation for some project - [X] I agree to behave - [X] I have searched the issue tracker for a...

### Pre-flight checklist - [X] I have once read some documentation of some project - [X] I agree to behave - [X] I have searched the issue tracker for a...

### Describe the bug Axios use the HTTP proxy incorrectly, so that the data and URL is sent in plaintext to the proxy. The proxy then wrongly tries a TLS...

The enable info is specific to the email configs, so it should be inside that email element. The configs here already have it correctly, but as #84 points out, the...

The latest official spec of the config file format supports adding CalDAV and CardDAV setup parameters, so that a client can automatically configure the calendard and address book sync. This...

help wanted

To allow adding the local VAT name or abbreviation in invoices, add them to the list. This allows to show e.g. "Taxes - Umsatzsteuer (USt) - Austria - 20% -...