Henrik Wenz
Henrik Wenz
Thanks a lot for sharing your code! ------- ## Issue It would be awesome if we cache deps. This will speed up the process dramatically: ## Cacheable Entries - node_modules...
First of all thanks a lot for this nifty crawler. I am really enjoying your api design! Nevertheless, would it be possible to expose the entire [response object](https://github.com/brendonboshell/supercrawler/blob/master/lib/Crawler.js#L236-L241) in the...
First of all thank you for this awesome package. ## Problem Currently we mount the `BrowserWindow` in two different ways, depending on the `NODE_ENV`. 1. in `production` we use electron-serve...
## Description `@nuxtjs/apollo` uses `universal-cookie` this module can read cookies but afaik it doen't modify the `res`. So it can't remove the cookie. ```js res.setHeader('Set-Cookie', ['token=deleted; path=/; expires=Thu, 01 Jan...
This is just a collection of thinks I would like to see in Version 5 * [ ] Switch from [Gulp](https://gulpjs.com/) to [Taskr](https://www.npmjs.com/package/taskr) * [ ] Remove Image Optimisation *...
## Code ```js console.log(require('electron').app.getAppPath()); ``` ## Expected Should return the current application directory. ## Current behaviour It returns: ``` /Users/.../appDir/node_modules/electron/dist/Electron.app/Contents/Resources/default_app.asar ```
## Documentation / Examples - [x] Make sure the linting passes by running `pnpm lint` - [x] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
## Changes see commits ## Documentation / Examples - [x] Make sure the linting passes by running `pnpm lint` - [x] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
## Summary Currently the `Form.encType` has no effect when using `@next-fetch/swr/form`. Enabling [encType](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-enctype)s like `multipart/form-data` would allow all kinds of common features like File Uploads. ## Basic example **File:** `pages/file-upload.tsx`...