Adam Demasi

Results 40 issues of Adam Demasi

**Describe the bug** `res.redirect()` [uses `formatResponse()`](https://github.com/tinyhttp/tinyhttp/blob/ee8382b7b20b145c9ff64c0a9b58a565760854e9/packages/res/src/redirect.ts#L26-L39) to try and return an appropriate response based on the `Accept` header. However, it should be expected that not all requests will be from...

bug
pkg: res

When using `instance_EXTRA_FRAMEWORKS` (what about `instance_LIBRARIES`?), we should add a linker flag to search the obj dir so that referenced frameworks that are part of the current project are included.

Enhancement
Planned
Component: Makefiles

## What does this implement/fix? Explain your changes. This implements some extra info in the `make troubleshoot` output, as @uroboro requested in #136. Here is a sample: https://ghostbin.com/paste/hudmr ## Any...

Enhancement
Component: Scripts

GNU Make 4.3 was [just released](https://lwn.net/Articles/810071/). It breaks Theos in some funny ways with two very fun backwards-incompatible changes: 1. The trick used to create a variable `_SPACE` containing only...

Component: Makefiles
Fix

It should be straightforward to add UIKit on Mac aka Project Catalyst aka Marzipan support. Maybe even implicitly as part of the `iphone` target platform when `x86_64` arch is manually...

Pending Design
Component: Makefiles

Theos should be able to build apps for releasing on the App Store. This would allow apps to be built on a non-Mac platform. Theos can already support building a...

Enhancement
Needs Discussion

Our docs are very scattered; almost everything is undocumented! Things that are documented may be on our wiki, dev wiki, DHowett's old docs, or theiostream's [old docs](https://github.com/theiostream/theos-ref). Almost all of...

Enhancement

Tests that actually pass would be pretty nice… * [ ] Create theos/tests repo and dump in known good (builds out-of-the-box) TypeStatus code * [ ] Have Theos, Logos, dm.pl...

Enhancement

Nowadays, we only support clang as the compiler. Clang is way more granular with errors than gcc. If an error/warning needs to be ignored, the intent can be made clear...

Planned
Component: Makefiles

`%c()` has shortcomings — for instance the compiler has no idea what type it actually is and can’t do type checking on `instancetype` methods, forcing use of casts like this:...

enhancement
needs discussion