Adam Reis

Results 47 issues of Adam Reis

Suppose you cache a GET request to `/foo/123`. Can the adapter be smart enough to invalidate this cache entry when it detects a PUT/PATCH/DELETE request to the same URL? A...

Hi @westy92 , we're using this library on Heroku and it's doing the job of generating PDF files without issues. However, we are trying to ascertain whether the Heroku buildpack...

enhancement

Just wondering if I'm missing something, but when using i18n in an express app with middleware, the locale is set by the middleware and passed onto the `req`/`res` objects. However,...

support

Currently, when there's an error in the JSON (e.g. a comma too many), the i18n module fails with the following error: ``` javascript TypeError: Cannot read property 'hasOwnProperty' of undefined...

feature request

`Assertion Failed: The initializer 'head-browser' has already been registered"` Reverting to 0.2.0 fixes the issue. Any work arounds or ways to fix this?

**Description of the bug** If you don't want a border around the popper and use `--popper-theme-border-width: 0`, this also removes the arrow completely. It looks like the arrow size is...

It'd be nice if instead of using scoped classes or the global `.popper` class we could pass style definitions using CSS modules. E.g. ```vue import Popper from 'vue3-popper' export default...

In the "outlined" version of the icons, we still have variants of filled vs outlined icons, e.g.: ![image](https://user-images.githubusercontent.com/490562/108609391-754b7b80-7432-11eb-9b46-3c4d613d0677.png) ![image](https://user-images.githubusercontent.com/490562/108609397-79779900-7432-11eb-8660-790d043e8b1a.png) ![image](https://user-images.githubusercontent.com/490562/108609400-81373d80-7432-11eb-8552-825d78bc2a88.png) However, the check circle is notably missing from this list...

icon change request
icon bug

I am looking at using this package, but I'm not sure which plugins to use, nor how to decide which ones I should use. Are you able to clarify this...

**Parsing or Formatting?** - [ ] Formatting - [x] Parsing **Is your feature request related to a problem? Please describe.** We'd like to have the row number available in the...

enhancement