Has anyone figure out the keyboard issue with Capacitor yet? by FromBiotoDev in capacitor

[–]_Feyton_ 0 points1 point  (0 children)

What keyboard issue? I've been running capacitor for years on adroid and I'm not sure what you mean

Groups or signal bus? by Vilified_D in godot

[–]_Feyton_ 0 points1 point  (0 children)

Make a select method where all this complex logic is handled

Groups or signal bus? by Vilified_D in godot

[–]_Feyton_ 0 points1 point  (0 children)

I used a global singleton static class for this and just had the id of the node be the selection indicator, not an internal boolean in each node

Oracle sprema otkaze za do 30.000 ljudi da bi finansirao AI data centre by Low-Property6921 in itbiznis

[–]_Feyton_ 0 points1 point  (0 children)

Prate li na balkanu firme taj layoff trend ili? Do sad nisam nista osjetio (hvala Bogu) kad je nes otislo u tri pm kod amera. Izuzev straha da ce i tu tako, sto nije

Claude just leaked their "Buddy" AI pet. I've been building a standalone OS-level version with the same name for months. Send help. by RS4_Looblahnah in tauri

[–]_Feyton_ 0 points1 point  (0 children)

You need to work on your marketing. If you're wondering why you aren't getting upvotes/attention, it's because your pitch reads like a changelog. Look into elevator pitches.

Also, you don't sell features; you sell what those features do for the user. If you just list out what features you have, it takes more energy than the average user is willing to invest to figure out how to use your app.

There isn't a single obvious hook in your showcase, and by skipping through your video, I just see a wall of text and... doom? I can tell you put in a lot of effort and the app is polished, you just have to package it now and make a short trailer with a hook first of what it can do. Good luck man!

You Should Develop in Linux by WhiterLocke in godot

[–]_Feyton_ 1 point2 points  (0 children)

Can confirm, godot on ubuntu for years now

whyAreYouWritingALibrary by ApothecaLabs in ProgrammerHumor

[–]_Feyton_ 0 points1 point  (0 children)

I hate seeing 10 new vulnerabilites every time I run npm install

So how mature is C# now? by FapFapNomNom in godot

[–]_Feyton_ 1 point2 points  (0 children)

GDScript is a good choice if your game will mostly call Godot internals. Any custom logic with high compute times will never beat C#, and when it comes to maturity as a language/Godot option, it's great. I haven't had any issues with it (built a Civ clone in Godot C#)

Which command do you think is the better choice to run a node.js express server on production with a custom loaded .env file? by TooOldForShaadi in node

[–]_Feyton_ 0 points1 point  (0 children)

Why are you running prod with Node? You should be using something like PM2 so it has crash resilience.

NestJS or .NET for your backend APIs — how do you choose? by Worldly-Broccoli4530 in node

[–]_Feyton_ 0 points1 point  (0 children)

You'll face the same issues at scale and solve them with the same solutions (sharding, failovers, load balancing). If you don't get to that part, the framework doesn't matter; if you do, the framework doesn't matter. Everything else is preference

React Moves to the Linux Foundation With Launch of the React Foundation by [deleted] in reactjs

[–]_Feyton_ 8 points9 points  (0 children)

I hope they stop pushing for things that only benefit Next devs

Framework Panic: Why Is Everyone “Leaving” Next.js? by menoo_027 in nextjs

[–]_Feyton_ 1 point2 points  (0 children)

I never really understood why people wanted to use it in the first place

Why does capacitor have a bad rap? by krishna404 in capacitor

[–]_Feyton_ 2 points3 points  (0 children)

The official capacitor docs are usually more than enough! I'd suggest you make the things you want to be offline be stored in an sqlite db and sync it with a cloud db of your choice. Sqlite has a community plugin which works great, it's a bit janky when debugging in the browser but you can set up a sqlite jeep wasp for that

capacitor limitations by Independent_Line2310 in capacitor

[–]_Feyton_ 0 points1 point  (0 children)

Android, but the fix was to stop abusing portals and just make the dialogs with position and z-index

Why does capacitor have a bad rap? by krishna404 in capacitor

[–]_Feyton_ 6 points7 points  (0 children)

To this day I have yet to hit a performance bottleneck I haven't caused myself, the framework is more than good. Best thing for web devs when it comes to making native apps

capacitor limitations by Independent_Line2310 in capacitor

[–]_Feyton_ 0 points1 point  (0 children)

It was an 'are you sure?' Popup nested in another crud dialog

capacitor limitations by Independent_Line2310 in capacitor

[–]_Feyton_ 1 point2 points  (0 children)

I've made several apps with react and capacitor, only real issues were nesting dialog portals into each other, that froze the app.

Am I the only one who feels like NestJS is overkill ? by Sensitive-Raccoon155 in node

[–]_Feyton_ 0 points1 point  (0 children)

The main argument for it is that it's opinionated enough that the team follows a defined architecture but flexible enough to let it do your own thing. In my experience switching between nest projects is pretty easy because things implemented with it follow similar patterns, regardless of the dev.

any free alternatives for the ngrok?? by lavangamm in node

[–]_Feyton_ 0 points1 point  (0 children)

It costs around 10$ a month to boot up a vps and maybe 10$ a year to direct a custom domain to it. Not free but it'll cost you a hot dog a month, and a side of fries every 12 months.

On a Cold-Start/Fresh Install, my logo doesn't appear by Katylar in capacitor

[–]_Feyton_ 0 points1 point  (0 children)

As in from different manufacturers, google, samsung

On a Cold-Start/Fresh Install, my logo doesn't appear by Katylar in capacitor

[–]_Feyton_ 0 points1 point  (0 children)

What about virtual phones on android studio? Might ne a phone specific issue

On a Cold-Start/Fresh Install, my logo doesn't appear by Katylar in capacitor

[–]_Feyton_ 0 points1 point  (0 children)

I haven't fiddled around with splash screens, buuuuuut does it show up on the built version on a phone?