gutisalex

Results 9 issues of gutisalex

Hey, Steps to reproduce: I've set the version to 1.0.22+22 in pubspec yaml... I use a function to get the version: ```dart Future getAppVersion() async { PackageInfo packageInfo = await...

bug
package_info_plus
Hacktoberfest

Is there a reason why @click listener not working when they are sitting in a component wrapped with LazyHydrate? I have a Navigation which has Navigationitems fetched from an API....

Using vuex-class-component with typescript I get an error trying to dispatch an action and commiting an event the way it is described in the docs: Code: `this._vm.$socket.client.emit('SomeEvent', data);` Error: `any...

question 🤔

Hey I am facing a really weird problem I am not able to solve... I wrote a client for a wifi router I am working with right now. I am...

I have the problem (only on production not on staging) that whenever I change a story (Title for example) it takes ages to be reflected on the webpage! I am...

How can I fill the gap when I have a loop with a scrolling animation which uses the whole with but has only a certain amount of images! This codepen...

### Checks - [X] Not a duplicate. - [X] Not a question, feature request, or anything other than a bug report directly related to React Splide. Use Discussions for these...

bug

Getting a warning message in the browser: ![Bildschirmfoto 2023-04-17 um 11 07 08](https://user-images.githubusercontent.com/52527652/232438624-69c62d68-b501-4569-95c9-aa88a484cf63.png) This is happening when putting the same entry into the body of the rich text! The issue...

Hey, I use your code example to copy smth into clipboard via a method. It actually works but I still get an error by Vetur... ` private handleClickRow(val: any) {...