Timar

Results 34 issues of Timar

PLEASE MAKE SURE THAT: - you searched similar issues online (9/10 issues in this repo are solved by googling, so please...do it) - you provide an online demo I can...

I would like to adjust the timing of the lyrics. Play lyrics earlier/later a so called Offset. Use case: - The MP3 has a bad cut and long silent intro....

### Is your feature request related to a problem? Please describe. Twitter auth includes `additionalUserInfo` in the response from authentication. ```js var provider = new this.$fireModule.auth.TwitterAuthProvider() this.$fire.auth.signInWithPopup(provider) .then((result) => {...

feature

I wanted to declare the assets like so but it doesn't want to work. I tried all paths. ``` [ '@nuxtjs/style-resources', { scss: [ "~css/variables.scss"], } ] ``` It only...

good first issue

**Describe the bug** All regular schema fields use v-model to change values with the `@input` event. But when a group is used, the group directly mutates the state, ommiting v-model....

bug

I want to set v-mask programmatically. For some input's I need it for others I don't. It would be great if I could pass `v-mask="false"` to prevent v-mask from running....

Slides added after initalization cant be navigated to. The slide is in the html, but the slider only loops through the initial slides. I assume i would need to also...

## Description of proposed feature Being able to use SVGs as fill patterns example: ![image](https://user-images.githubusercontent.com/20317691/189082288-c9a65db6-a580-447a-a1fa-925a88c20b54.png) ![image](https://user-images.githubusercontent.com/20317691/189089302-707e19f7-8eef-4aa1-9962-17c361237f8e.png) ## How can the new feature be used? Being able to define a SVG...

new feature

## Description of bug / unexpected behavior Using SVGMobject works, but SVGPathMobject seems to not exists. ## Expected behavior It creates an Mobject from the Path value of an SVG...

After creating a complex `Capture` expression and fitting `List` expression, it would be very useful to be able to copy the `javascript code` that performs this capture+list action. This will...