Ryan Kennedy
Ryan Kennedy
My setup looks like this: ``` my-project/ +-- deployment/ | | package.json | | webpack.config.js | `- serverless.yml `-- server/ | handler1.js `- handler2.js ``` And `serverless.yml`: ```yml service: my-project...
[Feature request] New command for creating file relative to current, without prompting for directory
I use this extension constantly in large projects, and I rarely select a location other than "current file". However, I must still wait for the list of directories to load....
I recognize that I have a custom use case trying to implement checkboxes, but would like to contribute to the Quill documentation if someone points me in the right direction....
Clicking "Dribbble" from the homepage displays an empty page with only a "No thanks" and a "Yes, I'll do it" button. Opening the console reveals that the call to the...
Other than examples demonstrating the `exclude` option, I can't seem to find any listing of supported options for `@pika/plugin-standard-pkg`. Most of the "heavy lifting" is done by the `standard-pkg` repo,...
> Continuing the discussion from [pikapkg/pack #15](https://github.com/pikapkg/pack/issues/15#issuecomment-463808381). I'd like to add an AWS Lambda example to this repo. I've published two Pika builders ([1](https://github.com/ryaninvents/plugin-bundle-dependencies), [2](https://github.com/ryaninvents/plugin-bundle-zip)) designed for this purpose, and...
I really want to start using this in my daily work, but unfortunately we're behind a corporate proxy. The solution proposed in #18 seems to provide multiple discrete changes: proxy...
**Context:** I'm trying to set up a new project using Miniflare, but the latest version of `miniflare` (`3.20240925.1`) does not seem to match the docs. **What I've tried:** I'm trying...
I'm working in a monorepo, and I've got my tools defined using TypeScript in other packages. My Mastra agent depends on these packages using `"@local/dependency-name": "workspace:^"` in my _package.json_. However,...