Mattias Fjellvang

Results 174 issues of Mattias Fjellvang

The following method: ``` php public function iSendARequestWithValues($method, $url, TableNode $post) { $url = $this->prepareUrl($url); $fields = array(); foreach ($post->getRowsHash() as $key => $val) { $fields[$key] = $this->replacePlaceHolder($val); } $bodyOption...

Underline feature is not generating any markdown. Have a look in the demo: ![image](https://user-images.githubusercontent.com/3786627/155482000-01873a4d-6bd8-4162-8691-04a7fec4f801.png) However, it works in demo 3:

From experience with working with other persistor libraries, when changing version the default behavior is that it will simply wipe whatever is in the localstorage. I was trying to search...

In version one you could do: And then in your javascript method do like so: if (this.$refs.hydrate.hydrated) { However, in version 2 that seems not to be possible anymore. Am...

enhancement

I have a very simple component like so: And inside `FreeShippingPopUp.vue` I have this: mounted () { alert('I am hydrated!'); } However, the popup appears on the page, which I...

It would be cool if you could have a parameter to set if you want to "disable" lazy hydration. E.g.: I work with dynamic user defined components, and sometimes I'd...

I have tried to pull in Bulma mixins like this: styleResources: { scss: [ '~/assets/styles/_bulma_variables.scss', // this works '~/assets/styles/_variables.scss', // this works '~/assets/styles/_variables.scss' // this works ], sass: [ '@bulma/sass/utilities/mixins.sass'...

Hi, have this been tested with WooCommerce? I am considering using wuxt for a WordPress site with 2500 products, and curious to know what the authors / people think of...

question

I am trying to run the "generate" command but I am getting below error: ![image](https://user-images.githubusercontent.com/3786627/74022263-70d63100-499d-11ea-9ef1-4abccd2b3e0e.png)

bug