gutisalex

Results 9 comments of gutisalex

same problem here... came up with the same workaround but it should work with the default vars

is it possible to pass the index or the item that I have clicked on?

I just checked on a story again. If I change the title and use postman to get the story I will get the updated title. But using the js client...

I might have found the solution: cache: { clear: `auto`, type: `memory`, }, That worked locally and on staging!

I just checked and yes it has... thanks for your help!

@harlet That works good but keep in mind that you cannot fill form data with a click anymore. The data shows up for a second and disappears. But for now...

> I've been using this as a workaround for the last while and it seems to be working well. > > I took bits and pieces from comments above and...

I filled the gap by extending the array to have 20 items... if there is a better solution I would appreciate to hear about! If not this can be closed...

same issue here: ```dart Text( 'This is a draft master ', textAlign: TextAlign.center, style: TextStyle( fontSize: 12, fontWeight: FontWeight.bold, decoration: TextDecoration.underline, ), ), ``` ![Bildschirmfoto 2023-09-17 um 22 34 07](https://github.com/DavBfr/dart_pdf/assets/52527652/e19c9554-7e1e-4162-b058-d6b68de103da)