Mark Penner

Results 46 issues of Mark Penner

Specifically, I want to disable this feature: ```js laroute.action('HomeController@getIndex'); ``` I always use named routes. It's not necessary to expose my class structure. If not for security, then simply to...

**Is your feature request related to a problem? Please describe.** If I set `keepInMemory: true` because I'm using webpack-dev-server, presumably my `webpack-assets.json` will be served by WDS at some URL......

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? I want...

enhancement

I know there's an `aspect` option already, but I don't want to prevent users from changing the aspect ratio if they wish, but I do want to make it easier...

`-gt` is strictly greater than. Therefore expected is `

### What version of Bun is running? 1.0.26+c75e768a6 ### What platform is your computer? Linux 4.4.0-19041-Microsoft x86_64 x86_64 ### What steps can reproduce the bug? ``` cd "$(mktemp -d)" mkdir...

bug
npm
bun.js

### Brief Description Is there an example of how to upscale an image using oneflow/onediff? I found [this article](https://oneflow2020.medium.com/text-to-image-in-less-than-1-second-probably-the-fastest-open-source-stable-diffusion-ever-b3792b7a9d89) which has helped me get started generating images with OneFlow, but...

## Expected Behavior ``` const output = (await $`hg root`.quiet({cmd:true)).stdout // or const output = await $`hg root`.stdoutPromise() // or const output = await $.stdout`...` ``` Will print ``` $...

## Expected Behavior When running commands inside of commands (subshells) I want a way to recursively escape them. e.g. ``` const command = `php artisan -vvv routes:javascript ${filename} --path ${tmpDir}...

It would be great if there was some way to loop over lists so that we can process things like "SEGS" (from Impact Pack) one item at a time. For...