Hunter Loftis

Results 43 issues of Hunter Loftis

## Description Re: conversation w/ @pfulton and PJ, vertical compact should have a border, but currently doesn't: https://opensource.adobe.com/spectrum-css/tabs.html#compactverticaltabs ## Screenshots ![image](https://user-images.githubusercontent.com/364501/194618029-a9ec0f81-957c-48c5-853b-2fefcf73d742.png) I'm adding this issue to track, so I can...

bug

...on server start to see if their key (mongoose: { ... }) is present. If not, they should throw an error that says they need config info. This will quickly...

enhancement

``` $ npm run-script generate resource user(name, email) with (password, timestamp) ``` would use /scripts/generate/templates/\* to... -> create /app/models/user.js -> create /app/controllers/user.js -> create /test/models.user.test.js -> output to the terminal:...

enhancement

Not sure about the best API for this, consider these: routes.js: ``` app.resource('users'); ``` view.jade: ``` resource_uri('users', 'create'); resource_url('users', 'show', 'uuid') ``` or maybe, since `app` is already injected into...

enhancement

Either as a standalone lib, or as a pull request into Connect or Express, ala: http://developer.yahoo.com/performance/rules.html#expires Perhaps with an API like this? ``` app.use(connect_expires(0)) // expires immediately app.use(connect_expires(1000 * 60...

enhancement

Possibly using ender?

enhancement

### Godot version 4.0-rc6 ### System information Fedora 37, Mesa Intel ADL GT2 ### Issue description Code that works as expected at runtime fails with Nil references to (assigned) exported...

bug
topic:gdscript
topic:editor