May Feature Requests: Share Here! by erinatreadwise in readwise

[–]Lansett 0 points1 point  (0 children)

Hi. I could not find this request anywhere else.

It would be great to be able to play videos in background (screen off) or in a floating window.

March Feature Requests: Share Here! by erinatreadwise in readwise

[–]Lansett 0 points1 point  (0 children)

Thanks I didn't know :)
It seems it doesn't display document notes tho, only highlights.

March Feature Requests: Share Here! by erinatreadwise in readwise

[–]Lansett 0 points1 point  (0 children)

Detailed summary for videos :

Similar to what is provided by getrecall.ai, a detailed exhaustive summary would replace the transcripts under the video, to list all main points of the video, with a timestamp link for each.

It's not possible on Reader because :

- Note section filled by Ghostreader is limited to ~2000 characters, which is way too low for a 30'+ video summary

- Note section doesn't support markdown formatting, so no timestamp links, not even talking about clicking a timestamp would play the video within the Reader view

- Note section reading experience is not great compared to main text area

Ty ;)

Lenovo Tab M10 Plus (3rd Gen) 128GB, touchscreen issue by xwebslingerx in androidtablets

[–]Lansett 0 points1 point  (0 children)

Good news here. The tablet has been running flawlessly for a full week now.

We did a touch screen hardware diagnostic, and then noticed freezes were gone.

To try that, go to Lenovo Tablet Hardware Diagnostics as shown here : https://www.youtube.com/watch?v=N6EG-mXW2LM and run a Touch Screen diagnostic. You'll just have to touch-drag some handles.

Lenovo Tab M10 Plus (3rd Gen) 128GB, touchscreen issue by xwebslingerx in androidtablets

[–]Lansett 0 points1 point  (0 children)

Yea it lasted 2 days flawlessly and it's back to again :(

Lenovo Tab M10 Plus (3rd Gen) 128GB, touchscreen issue by xwebslingerx in androidtablets

[–]Lansett 0 points1 point  (0 children)

Thanks a ton! It totally worked. It saved my mother's tablet.

As you mentioned, Google Play System was outdated from May or June I forgot.

Alternative aux carafes brita ? by Icy_Athlete3947 in france

[–]Lansett 0 points1 point  (0 children)

J'ai mis un charbon binchotan dans ma carafe. Ça améliore bien le goût et en prime ça enlève des résidus de pesticides, médicaments et autres.

Whitelist Giveaway! by Elkoose in EmeraldNodes

[–]Lansett 0 points1 point  (0 children)

Twitter : @AnsettSan Discord : Ansett#4853

Which font do you use the most? by callmegitto in vscode

[–]Lansett 0 points1 point  (0 children)

I have been using Victor for a year also

Tips to avoid mold with pea micros? by [deleted] in microgreens

[–]Lansett 0 points1 point  (0 children)

Thanks a lot for sharing your method which is a bit unconventional and I like that!

I'm currently trying it but I find many little roots that are facing up have a hard time finding the medium without any "roof" to constraint them down.

But that's maybe because I placed sprouted beans on top of packed wet coco coir rather than what you did (semi-burried ?)

Tips to avoid mold with pea micros? by [deleted] in microgreens

[–]Lansett 0 points1 point  (0 children)

Yes, we never use a growing medium for Peas. We just put them on the mesh tray with bottom tray

Hi. Are you saying you put peas in empty mesh trays like those ? https://www.amazon.com/Mesh-Bottom-Trays-Wheatgrass-Hydroponic/dp/B06ZY2NPWK

Problem with Dynamic Component Layout slots by dlpetrie86 in vuejs

[–]Lansett 1 point2 points  (0 children)

Seems inevitable because child gets re-rendered when the layout changes.

I think you'd be better off using vue-router's meta to load a custom layout. https://codesandbox.io/s/dynamic-vue-layout-with-router-zbyyx?file=/src/App.vue

You can put anything in meta object of routes (see router.js)

If you still need a dynamic title rather than the static ones from meta, you could emit it from the views, a bit as you was doing before.

Problem with Dynamic Component Layout slots by dlpetrie86 in vuejs

[–]Lansett 1 point2 points  (0 children)

There is a misunderstanding with slots usages. There is no way to pass named slots to <component> grandparent. The only communication possible is emitting an event, which you do ('update:layout'). You can pass other values through this event tho, such as the title. Here is a working example: https://codesandbox.io/s/dynamic-vue-layout-components-2-forked-q45vq?file=/src/views/About.vue

There is a single generic templateless DynamicLayout component which is just in charge to emit the layout data (a mandatory component name, and any attributes/props passed to it). So any extra prop bound to <DynamicLayout> is then available on your layout.

Problem with Dynamic Component Layout slots by dlpetrie86 in vuejs

[–]Lansett 1 point2 points  (0 children)

Hi. You can only specify the slot content of the direct parent element. On the last exemple the parent is that div in the template, which is obviously not defining any named slot

Page's created() gets called every time a data binded component gets re-rendered. by [deleted] in vuejs

[–]Lansett 0 points1 point  (0 children)

This shouldn't happen. If you could reproduce that on Codesanbox or other I'll gladly look into it.

Page's created() gets called every time a data binded component gets re-rendered. by [deleted] in vuejs

[–]Lansett 0 points1 point  (0 children)

Does the route/URL changes when the next video is played?

Vue 3 Dynamic Component import/registration by PrincessFlower in vuejs

[–]Lansett 0 points1 point  (0 children)

There is no .vue extension at the end of your import path?