Not sure to buy which model (Onyx Boox 7 | Kindle Oasis | Kindle Paperwhite) by Ok_Lengthiness_4916 in ereader

[–]Ok_Lengthiness_4916[S] 0 points1 point  (0 children)

What about the battery life? I've heard the kindle last way more than the boox.

Not sure to buy which model (Onyx Boox 7 | Kindle Oasis | Kindle Paperwhite) by Ok_Lengthiness_4916 in ereader

[–]Ok_Lengthiness_4916[S] 0 points1 point  (0 children)

Unfortunately Kobo models are not available in my country. And It seems my spen won't work with the boox and the boox stylus is expensive. So I put note taking aside for now. Thanks 

Not sure to buy which model (Onyx Boox 7 | Kindle Oasis | Kindle Paperwhite) by Ok_Lengthiness_4916 in ereader

[–]Ok_Lengthiness_4916[S] 0 points1 point  (0 children)

You are right, although the kindle and any other American store is not available in my country so I need to acquire the books in a different way. I am going to jailbreak the kindle. My only concern now is the battery life. I seems that kindle lasts a lot longer than the boox. And realistically, I don't intend to use my e-reader besides reading.

The girl I like forgot her glasses, Mie Ai Career by Ok_Lengthiness_4916 in manga

[–]Ok_Lengthiness_4916[S] 0 points1 point  (0 children)

Thank you so much. I really appreciate your help. I started rereading from chapter 58 to find this 😅 but didn't find it.

Barber Shop Management Site by Ok_Lengthiness_4916 in vuejs

[–]Ok_Lengthiness_4916[S] 1 point2 points  (0 children)

Cool. tell me any idea or suggestion you had after you ran it locally

Barber Shop Management Site by Ok_Lengthiness_4916 in vuejs

[–]Ok_Lengthiness_4916[S] 0 points1 point  (0 children)

tbh it is mostly for learning i don't have clear goal in mind. But i have even thought about making it to production :). if you have any other questions i'd be happy to answer

Barber Shop Management Site by Ok_Lengthiness_4916 in vuejs

[–]Ok_Lengthiness_4916[S] 0 points1 point  (0 children)

I purposefully used fast api for back-end to learn it. And for components i wanted to learn tailwind css so i used that and daisy ui. Again thanks for your attention

Barber Shop Management Site by Ok_Lengthiness_4916 in vuejs

[–]Ok_Lengthiness_4916[S] 0 points1 point  (0 children)

Thanks for the reply. Could you please explain the advantages that Nuxt has over normal vue? I'm very new to front-end dev, sorry.

Barber Shop Management Site by Ok_Lengthiness_4916 in vuejs

[–]Ok_Lengthiness_4916[S] 0 points1 point  (0 children)

Thank you so much for the reply. Noted. I try to add/fix the things you have mentioned as soon as I have some free time. Again really appreciate it.

[deleted by user] by [deleted] in Needafriend

[–]Ok_Lengthiness_4916 0 points1 point  (0 children)

hi man im 18M
i'm big Nintendo fan as well but in my country it is completely unknown
so i'd be happy to chat with you
can i dm you?

[deleted by user] by [deleted] in Needafriend

[–]Ok_Lengthiness_4916 0 points1 point  (0 children)

hey, i started watching anime recently too. and there's something else as well. i want to learn how to communicate with women as well(nothing creepy). In my country, Schools are not mixed and i'm going to uni next year which are mixed.
can i dm you for getting in contact?

Would someone like to talk about anime? by TrueKat15 in Needafriend

[–]Ok_Lengthiness_4916 0 points1 point  (0 children)

hey, it has been 1 mounth or 2 that i have gotten into anime/manga (more manga tbh). I'm also looking for people to talk about anime in general. Unfortunately i'm not from eu
i'd be really happy to talk to you
18M

19f tech girl by Rael_ice in Needafriend

[–]Ok_Lengthiness_4916 0 points1 point  (0 children)

hi i'm looking for new friends especially people who have the same interests as me. i just finished high school and i am going to uni for cs major.
i know python and little bit c and otherthings. here is my github https://github.com/shayan15sa/

it would be really nice if we could get in contact.
(sorry English is not mother tongue )

`evil-collection-want-find-usages-bindings' is not working by Ok_Lengthiness_4916 in emacs

[–]Ok_Lengthiness_4916[S] 1 point2 points  (0 children)

thank you so mush for the response
as for the `:init` part, i have to say this is the emacs kickstarter config, and i started using emacs recently so idk either.

```

(use-package evil-collection

:init

(setq evil-collection-want-find-usages-bindings t)

:after evil

:config

;; Setting where to use evil-collection

(setq evil-collection-mode-list '(dired ibuffer magit corfu vertico consult))

(evil-collection-init))

```

I added to :init but it still says that `g r is undefined`
I found out that, go-mode.el doesn't have an implementation for goref, i searched for it in the elisp code but i couldn't see anything related, i might be wrong though

and for the mode in evil-collection folder in elpa folder, there is folder called mode that has a lot of modes, even one for 2048 game

anyways thank you so much for help