Juan Martín Seery

Results 25 issues of Juan Martín Seery

To-do: - [x] Implement parser - [x] Add multiple outputs - [ ] Add tests - [ ] Implement stringify - [ ] Add tests - [ ] Support multiple...

Adding these definitions to a `.d.ts` also doesn't work: ```ts import { ClassArray } from 'classnames/types' declare module 'react' { interface HTMLAttributes extends DOMAttributes { className?: string | ClassArray }...

`svgo` is a Node.js-only package, thus, it doesn't work in the brand-new environments that Astro SSR supports (e.g. Netlify/Vercel Edge, Deno, Cloudflare workers). Is there any other option that supports...

In my PC (Kubuntu 20.04) it works perfectly. The problem appears when I deploy to Vercel. To begin with, I need to set `phantomPath`, otherwise I get a "write EPIPE"...

It would be nice to have a way to deploy a single Docker image as a service. Something like `railway up --image edgedb/edgedb`

When I require an image from `/pages`, it works perfectly; but when I do it from `/components`, it throws "Can't find module [path]". Next version: 9.5.3 Next-optimized-images version: 2.6.2 Typescript...

Add support for ESM in Serverless Functions. AWS Lambda [supports ESM](https://aws.amazon.com/blogs/compute/using-node-js-es-modules-and-top-level-await-in-aws-lambda/) by having a `package.json` file with `{"type":"module"}`. This is already possible with Build Output v3 ([SvelteKit](https://github.com/sveltejs/kit/blob/master/packages/adapter-vercel/index.js#L470) and [Astro](https://github.com/withastro/astro/blob/main/packages/integrations/vercel/src/serverless/adapter.ts#L49-L51) use...

bug

Is there a way to have optional flag values? Something like the following: ```js const arg = require('arg'); const args = arg({ '--port': Number, // --port '--host': String.optional, // --host...

* App version: 0.6.2 * Operating System (Platform and Version): Kubuntu 19.10 * Type of installed package (Snap, AppImage, deb, rpm, pacman): deb **Bug description** I open the app, it...

Estaría genial que tenga soporte para TypeScript, más que nada para el autocompletado.

good first issue