Ryan Bethel

Results 16 issues of Ryan Bethel

Great job on the toolbox. I appreciate it. It was a little unclear from the documentation what the difference between alias and map is. I figured it out by looking...

question

Socket.dev is a tool for evaluating NPM libraries for security and maintenance issues. Using it to evaluate Architect highlights several issues. Some of these issues may likely be noise. Some...

This is for the feature request for [full static manifest](https://github.com/architect/functions/issues/471) I thought it would be easier to just make a pull request to illustrate what I am suggesting instead of...

I suggest adding an option to `arc.static` to output the full manifest of fingerprinted files rather than just a single one. I am building an app that creates a service...

When trying to deploy after removing a problematic plugin I removed the deploy failed with the following: ``` deploy failed! Cannot read properties of null (reading 'length') TypeError: Cannot read...

When an app is deployed using begin data with @tables defined, and the arc-plugin-enhance is used the local arc file should override. Instead, sandbox causes a validation error. To reproduce:...

**Describe the issue** With the enhance starter app the /app directory is actually the @views directory. This means that if custom resources like a new @http route are added inside...

**Problem** Lambda requests are limited to 6 mb. When using the `asap` package, serving assets larger than this will fail. **Proposed solution** Since these assets are stored in the static...

Multiple users have asked for help (warnings etc.) when passing strings to enhance for rendering. The two common requests are help when forgetting to join arrays, and passing strings as...

Missing pages inside docs don't have a 404 page (i.e. [https://enhance.dev/docs/lost](https://enhance.dev/docs/lost) ).