K. Lundberg

Results 19 issues of K. Lundberg

This adds the currently validating key to the `instanceLocation` `JSONPointer` when validating required fields in a schema. We need this since we want to find out which fields specifically are...

I don't know how feasible this might be, but it would be nice to be able to just install a pre-built version of this app app through brew cask. That...

help wanted

I just got this PR from staticman: https://github.com/klundberg/klundberg.github.io/pull/4 ~~~There appears to be a way for bots or spammers to add new names to input fields to spam blog owners with...

I can't seem to download the latest mapbox sdk, as I get a 401 error when I try. ### Steps to reproduce 1. update podfile (if needed) to point pod...

Resolves #165 This PR improves the error messaging in `Unbox` to show the full path through the JSON being parsed so that it's obvious where the error is happening. This...

Given github recently added support for outputting markdown that gets rendered to job summaries (https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/), it'd be nice if Danger supported this as an option for where its output can...

Enhancement

I had to split the c and swift code into separate targets to make this work, since mixed-lang targets arent allowed in swiftpm, but it otherwise works well, and should...

I'm doing a little bit of investigation into git-lfs, and it appears that it also manages its installation by setting up some hooks (specifically `pre-push`, `post-checkout`, `post-commit`, and `post-merge`). It...

We recently had to remove this library from our application as it was causing the CPU to be pegged at 100% even when the window's effects were not enabled. We...

ASMediaFocusManager now supports swiping between multiple photos/videos via a UIPageViewController. This commit involved some heavy refactoring of things, including moving rotation handling out into its own view controller that contains...