Edgar Schnüriger

Results 22 comments of Edgar Schnüriger

Thanks, those inputs definitely help! Regarding maps I will also look into re-using https://github.com/seven-phases-max/less-plugin-lists . Btw your proposal on `@elseif` is exactly what I already did for `@if` and `@else`,...

@elliottcrush Support is more than welcome 😀. You see an (outdated?) list of issues with converting BS4 with this module on top in the first post. LESS has evolved in...

My issue seems related to this. We are using `date-fns-tz` in production and saw issues in Firefox 48 (on Mac OSX 10.7) with Sentry.io. Also in IE11, but that was...

As a workaround I did install the legacy version 5.3.4 as described [here](https://devtools.vuejs.org/guide/installation.html#legacy), which does appear. However also v6.x did work until some days ago.

Wouldn't it be correct to use `pathMatch()` instead of `permutePath()` in the `findCookies()` function? Besides that I would really love to see this merged, because currently there is an issue...

Maybe someone else should take this bug?

Just one other thought on this: `undefined` is not a valid JSON value, so APIs would need to omit the corresponding properties entirely. This doesn't contradict the following section in...

For anyone else ending up here: I got the component interpolation to work by changing the custom formatter like this: ```diff + import MessageFormat from '@messageformat/core' - import MessageFormat from...

The actual solution is a bit more complicated, but actually there's a [complete example here](https://github.com/kazupon/vue-i18n/blob/v8.27.2/examples/formatting/custom/src/formatter.js), which involves some more logic around returning the values.

Just ended up here and thought it's worth mentioning: There is also a type issue in a dependency of `ol` called `geotiff`: > TS2304: Cannot find name 'Source'. It has...