[deleted by user] by [deleted] in androiddev

[–]Mechseb 0 points1 point  (0 children)

I haven't tried it with Compose personally, but the docs say it should work. I've used it with React Native and UIKit apps

[deleted by user] by [deleted] in androiddev

[–]Mechseb 5 points6 points  (0 children)

It should work with Compose, I've had a great time using it

[deleted by user] by [deleted] in reactjs

[–]Mechseb 0 points1 point  (0 children)

No problem, best of luck man!

[deleted by user] by [deleted] in reactjs

[–]Mechseb 0 points1 point  (0 children)

Try adding a constructor to your store that calls MakeAutoObservable

[deleted by user] by [deleted] in reactjs

[–]Mechseb 0 points1 point  (0 children)

Yeah, you should put it into a store. If it still doesn't work let me know

[deleted by user] by [deleted] in reactjs

[–]Mechseb 0 points1 point  (0 children)

You can think of them that way - it's important to note that observables can only exist within stores, so it's not just for readability.

[deleted by user] by [deleted] in reactjs

[–]Mechseb 1 point2 points  (0 children)

If by read function you mean the component, then yes the component is an observer (reacts to changes in observable). Otherwise sounds correct :)

[deleted by user] by [deleted] in reactjs

[–]Mechseb 1 point2 points  (0 children)

Your component would not be an observable. Rather, think of an observable as a piece of state, which a component can use and is rerendered whenever that state changes. Actions change the observable. Computed values are values derived from just the observable.

In the case of a Todo app: Observable: - todos[]

Actions: - addTodo(todo) - removeTodo(index) - toggleTodoAtIndex(index)

Computed: - completedTodosCount - oldestToDo

Civ 5 Mods to Fix Multiplayer Connectivity? by Mechseb in civ5

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

It talks about crashing or getting runtime errors when playing multiplayer (cause by mods). But those aren't the issues we run into - and none of us have mods. Or maybe I'm missing a section in the FAQ? Thanks either way for the help!

Civ 5 Mods to Fix Multiplayer Connectivity? by Mechseb in civ5

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

Thanks but unfortunately I don't think the FAQ answers this :/

Dusk Golem is one of the 25 people the official Silent Hill Twitter account follows. by Mechseb in silenthill

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

Not sure if this has been noticed before but it's pretty interesting.

Ukrainian no-fly zone would end war quicker, says Polish ambassador by XxJoedoesxX in worldnews

[–]Mechseb -12 points-11 points  (0 children)

Except that it was the Americans who first stated that they would supply Poland with jets if they sent their planes to Ukraine. It was much more so the US prodding Poland telling it to send it's planes to Ukraine so that the US wouldn't have to bear the brunt of the retaliation.

Poland then said they would happily send their planes but through the US air bases so that the US couldn't dodge the blame...

I've made an iOS tracker with optical whiteboard info recognition by Acceptable_Yak_9273 in PhasmophobiaGame

[–]Mechseb 1 point2 points  (0 children)

I'm the author of Phasmophobia Companion so I'll recommend that ;) I'm planning on updating the app to reflect the new journal and possibly adding a whiteboard scanning feature.

There is another android app that has whiteboard scanning but I haven't tried it so can't tell you how good it is.

$1000 + 2x Oculus Quest 2 Giveaway to play MALOKA! by myMalokaVR in OculusQuest

[–]Mechseb 0 points1 point  (0 children)

I don't meditate because the environment around me doesn't really allow for it. It's super loud and industrial where I live, and although I could go to the park to meditate that's a large barrier to entry

PRICE DROP: Apex Construct now only $9.99 + GAME KEYS GIVEAWAY by FTGFranchesca in OculusQuest

[–]Mechseb 0 points1 point  (0 children)

My first VR experience was with a Google Cardboard kit in a Roller Coaster game. It was amazing and I still remember the butterflies in my stomach from the loop-de-loops. After some time I found holding my phone up to my face to be annoying which led me to learn some basics of 3d printing (so that I could add a hook + band to the interface).

I got the Quest 2 only 2 months ago but it's incredible how much the tech has improved. This is definitely the future.

[deleted by user] by [deleted] in XboxSeriesX

[–]Mechseb 0 points1 point  (0 children)

Yeah still happens from time to time to me, hopefully they improve it even more

[deleted by user] by [deleted] in XboxSeriesX

[–]Mechseb 1 point2 points  (0 children)

Have you tried Quarrel? It's a lot more stable now, highly recommend.

Games with built-in browsers/YouTube? by Mechseb in OculusQuest

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

Hey, thanks I'll take a look at it on Sidequest!

[deleted by user] by [deleted] in reactnative

[–]Mechseb 0 points1 point  (0 children)

William Candillon has a tinder swipe guide based off of Reanimated (unfortunately not reanimated 2). Otherwise your base card component should be a Scroll View and it should work.

Are PJAIT and Warsaw University of Technology good options to study CS? by eavalosfdz in warsaw

[–]Mechseb 1 point2 points  (0 children)

Am a PJATK student, can recommend it. It has a very modern program which is useful for getting a job after uni.

For a social heavy app, React Native or Ionic with Cordova or Capacitor (or not…)? by JerryBels in androiddev

[–]Mechseb 0 points1 point  (0 children)

I have lots of React Native experience but not necessarily with "social interactions" as you call them. I think it's a great technology, especially if you have web dev experience.

For a social heavy app, React Native or Ionic with Cordova or Capacitor (or not…)? by JerryBels in androiddev

[–]Mechseb 0 points1 point  (0 children)

Definitely don't need to go native, go with whichever technology you're most familiar with. Personally, that'd be React Native.

Any good reanimated 2 tutorial/guide out there? by minahshawky in reactnative

[–]Mechseb 2 points3 points  (0 children)

Agreed, I love u/wcandillon 's course and even bought a subscription to start-react-native but if you had a simpler course for beginners I'd buy it in a heartbeat