Gerrit van Aaken
Gerrit van Aaken
Also, Image links like < [email protected] > do not get rendered within < div >
This is important. You cannot inspect CodeKit-generated Sass files with Chrome anymore. We need those "real" new source maps from Sass 3.3.
Sounds good :-) So we won’t have to wait until CodeKit 2 to get Chrome Debug compatibility?
Looks good. The icon on the left represents the status of the comment "pending, online, spam, rejected"?
Awesome!
This is true for "Repeater Matrix" changes, too. My website heavily relies on Repeater Matrix sections. In facts, it’s almost all our clients can do :-) It would be perfect...
focus on the select element does work. Seems a bit hacky, though.
Different error message, but might be same problem: First a Vue Warning in the console: ````[Vue warn]: Unhandled error during execution of updated at
I switched to a forked version of this repo: https://www.npmjs.com/package/zhyswan-vuedraggable This fixed the issue for me. If you still get (chinese) error codes in the console, try to translate them...
Same here, problem still present: `````` const result:CasirestToken = await $fetch(settings.casirest.dev.endpoint + '/tokens', { method: 'POST', headers: { 'X-API-Key': settings.casirest.dev.apikey }, body: creds }); console.log(result); ``````