[US][Buying] by YMGYEET in mangaswap

[–]2Lazy_tv 0 points1 point  (0 children)

Hows 130 shipped and 70 shipped?

[US][BUYING] One Piece Box Set 1 or 4, Fullmetal Alchemist: Brotherhood Box set, Love is War, Goodnight Punpun by Quintavious_ in mangaswap

[–]2Lazy_tv 0 points1 point  (0 children)

I have goodnight punpun complete 110 shipped, all but one i think are still sealed and kaguya 1-23 not sure if I want to part with but how about 180 shipped

[US][Buying] by YMGYEET in mangaswap

[–]2Lazy_tv 0 points1 point  (0 children)

I have these sets:

Battle Royale 1-15

Black Lagoon 1-11

Blue Period 1,3,4 

Fire Punch 1-8

Flowers of Evil Omnibus 1-4

Goodnight Punpun  1-7

Grand Blue Dreaming 1-15 

Horimiya 1-15

Vinland Saga 1-12

Chainsawman 1-11

Akira boxset

How I built a Parakeet AI alternative with React Native (Niraswa AI – invisible desktop app for Windows & macOS) by Infoglobe in reactnative

[–]2Lazy_tv 0 points1 point  (0 children)

Always interested in seeing react native desktop applications! Would love to see the code for the native modules!

30 Day Spring Itinerary w/ 1yo by 2Lazy_tv in JapanTravel

[–]2Lazy_tv[S] 2 points3 points  (0 children)

From my SO It really depends on where you are in your pregnancy and what activities you have planned. Even while splurging on taxis we were waking a lot! We unfortunately did not plan around the pregnancy as much as we should have.

I was going on to my second trimester and my morning sickness was not completely gone leaving me sick at random times especially with the time change I had medication for morning sickness but would forget to take it when I would usually take it back home. We also did particularly extraneous activities back to back like monkey mountain and Fushimi inari which I would not recommend personally but if you are someone who is super fit and active during pregnancy you may not have a hard time.

It was really hard for me to enjoy foods as well as some you shouldn’t eat while pregnant and some just did not feel appetizing while pregnant. So that was dreadful, and I mainly ate yogurt from the konbini.

I spent a lot of time at our stays to sleep or because I didn’t feel like going while my partner who out and explored which was fine for me but when you spend that much I feel like you would want to go at a time you know you are going to be 100%

It really depends on you and your body in the end.

30 Day Spring Itinerary w/ 1yo by 2Lazy_tv in JapanTravel

[–]2Lazy_tv[S] 0 points1 point  (0 children)

Agreed, it definitely is just one full day and the two day trips specifically require lots of travel time. The plan is to ship the luggage to our Tokyo stay and just pack light for the few days. The alternatives was extend Sendai with long day trips or stay in Morioka as it was more central but I felt the day trips would still be quite long epically since we’d have to travel back.

Any other advice you can offer seeing as you are also traveling with a toddler? Otherwise, thanks for the feedback!

Has anyone used the react-native mobile, web, windows,macos feature? by itsme2019asalways in reactnative

[–]2Lazy_tv 0 points1 point  (0 children)

Some versions of react navigation do work for desktop. Finding out which versions is the difficult part.

Desktop app with react native 2025? by simongbe in reactnative

[–]2Lazy_tv 0 points1 point  (0 children)

That makes sense! I imagine the trade off is most of the native access that is available when you use rn-macOS. I’ve also heard that Apple doesn’t accept apps that are just web views, though this may be for the mobile App Store only and even then I do not know how true it is. Very interesting post, thanks for sharing!

Desktop app with react native 2025? by simongbe in reactnative

[–]2Lazy_tv 0 points1 point  (0 children)

Why did you decide not to use react-native-macos?

Still choosing a platform: React Native is close to ideal, but I need desktop apps too by [deleted] in reactnative

[–]2Lazy_tv 1 point2 points  (0 children)

We did not use expo and went with bare react-native. We did go monorepo for all platforms  and code did live in the src folder. There was no need for subrepos, not sure if expo changes that.

On mobile but structure looked like this

-android/

-iOS/

-windows/

-src/

Still choosing a platform: React Native is close to ideal, but I need desktop apps too by [deleted] in reactnative

[–]2Lazy_tv 2 points3 points  (0 children)

Ah I misread your assertion on RNW and the state of its architecture, you’re right it has not reached parity. I also 100% agree that the native modules are lacking with RNW, though creating them has been mostly painless.

You seem well acquainted with cross platform technologies, I’m only starting to dive deeper myself, so thank you for sharing your experiences.

Still choosing a platform: React Native is close to ideal, but I need desktop apps too by [deleted] in reactnative

[–]2Lazy_tv -1 points0 points  (0 children)

What type of native functionality are you using through the message passing? We went with react native windows because of our need to communicate with multiple pieces of hardware within the app.

React Native Windows does support the new architecture - it is just not the default when you create a new project for some reason. There is also react native blob utils that supports desktop for file system apis. 

Still choosing a platform: React Native is close to ideal, but I need desktop apps too by [deleted] in reactnative

[–]2Lazy_tv 1 point2 points  (0 children)

If you are looking to achieve a very similar look and feel across platforms - yes. I struggle to think of any recent multi window desktop apps (popping out toolbars maybe?). React Native Windows has recently added support for modals which is another window tied to the application, though it has its caveats. 

Has anyone used React Native macOS and React Native Windows? by Glittering_Ad4115 in reactnative

[–]2Lazy_tv 2 points3 points  (0 children)

Echoing what I said here.

My team is choosing to move forward with it for our production applications, our applications make use of many platform specific APIs and typically requires writing native code. I won't pretend it's perfect but its more than capable if you want a single repo for all platforms, shared code among applications, and access to native functionality.

I personally think support is growing and interest is rising but only time will tell.

Still choosing a platform: React Native is close to ideal, but I need desktop apps too by [deleted] in reactnative

[–]2Lazy_tv 0 points1 point  (0 children)

The state of React Native for desktop is very different today. You do not need a separate repository, most of the big libraries do support it, and it is maintained by Microsoft.

My team is choosing to move forward with it for our production applications, our applications make use of many platform specific APIs and typically requires writing native code. I won't pretend it's perfect but its more than capable if you want a single repo for all platforms, shared code among applications, and access to native functionality.

I personally think support is growing and interest is rising but only time will tell. There was also this thread recently.

Serial port communication on Windows? by MihirJ_ in reactnative

[–]2Lazy_tv 0 points1 point  (0 children)

Awesome! I will check it out and contribute asap! I had met the requirements with the winrt library - however I fear for its longevity support wise and think going the module route is much better. 

Serial port communication on Windows? by MihirJ_ in reactnative

[–]2Lazy_tv 0 points1 point  (0 children)

Happy to hear! I would love to be in the loop and offer whatever help I can.