Dean

Results 10 issues of Dean

This proposal adds an action in Safari's share sheet to "Open in Ice Cubes" This action will: - Extract the document url using JavaScript - Check if the url correspond...

**Motivation**: Tests are already hard enough to build so that they are testing, covering, isolated and in an expected way. Therefore, managing external dependencies is an obligation. And time is...

**API Platform version(s) affected**: 3.1.11+ **Description** I have an endpoint like this one: `POST /feeders/{id}/feed` that triggers an action on a resource called feeder. This endpoint have a `security` setting,...

enhancement

Related: Thankfully, Marcin helped out to understand: https://mastodon.social/@krzyzanowskim/111835373363274251 Turns out that calling .sync will block the calling thread, so the fileIO is indeed blocking the main thread, because backupCache is...

bug
help wanted

### Feature request There are string functions that we can send numeric string into, that will often return numeric string. Examples: - `trim`, `rtrim`, `ltrim` on a numeric-string will either...

bug

Hey, super nice project! Started using it, and I have an improvement request that could make the toolbar feel a bit more native: When you let the finger down on...

It uses my personal library that I open sourced just now. Still early in the work, but improving… Screenshots are generated in a folder aside UT, and can be moved...

Hi! This is not an issue, more like a feature request. It would be tremendous to give the possibility of "Archiving" an app. Sometime, a project will not come up...

enhancement

### Describe the issue As of today, it seems hard to convert XCTest to Swift Testing as is, as the tearDown/deinit upgrade changes a lot the behavior! ### Vapor version...

bug

- introduced `bcround`, `bcfloor` and `bcceil` polyfills - RoundingMode cannot be an enum, and const cannot contain an object. This is the best pick I got to simulate an enum...