Robert Reinhard

Results 31 issues of Robert Reinhard

Inspired by this thread: http://forums.laravel.io/viewtopic.php?pid=42547#p42547. Docs here: http://redmine.lighttpd.net/projects/1/wiki/Docs_ModRewrite#urlrewrite-repeat-if-not-file

It'd be great to add bower support to this package.

### What happened? ### Description We've seen a number of cases of _all_ the Neo blocks on an Entry being duplicated. We've been able to recover from this issue by...

bug
craft3

### Version @nuxt/content: 1.15.1 nuxt: 2.15.8 ### Reproduction Link - SPA mode example: https://codesandbox.io/s/flamboyant-haibt-nc0qyh?file=/modules/example.js - Universal mode example: https://codesandbox.io/s/solitary-currying-nc4brr?file=/modules/example.js ### Steps to reproduce - In the "SPA mode example", there...

bug
v1

### Version @nuxt/content: 1.14.0 nuxt: 2.15.7 ### Steps to reproduce Create a Nuxt + @nuxt/content project in directory where some ancestor **has parenthesis** in the name. For example, `~/Work (Open...

bug

This is a simplification of the changes proposed in #51, specifically [this line](https://github.com/maoberlehner/vue-lazy-hydration/pull/51/files#diff-9ee912fff619b8179fbe3c636afcbd8aR160). My use case was a scenario like this: ```vue ``` In this case, `this.$el.` is a [Comment](https://developer.mozilla.org/en-US/docs/Web/API/Comment)...

This adds support for the `useKeyboard` option: https://github.com/ayamflow/virtual-scroll/blob/master/src/index.js#L37. Also, it fixes issues where a user might set a boolean option to `false` explicitly but, instead, the default value would be...

From the [HAML docs](http://haml.info/docs/yardoc/file.REFERENCE.html#filters): > Currently, filters ignore the :escape_html option. This means that #{} interpolation within filters is never HTML-escaped. Currently, in MtHaml, this... ``` haml :php $code =...