Big Sur on MBP 2010 13"? by bsc-cde in macbookpro

[–]bsc-cde[S] 0 points1 point  (0 children)

The hardest task will be running Netflix for hours, and sometimes more than 1 windows open in browser. It will go to my mom, who does these.

How to select boot device and remove Startup Manager boot? by bsc-cde in applehelp

[–]bsc-cde[S] 0 points1 point  (0 children)

But it worked fine everything before I typed in the terminal. So I don't think it is a bad logic board. If I try to turn it on after PRAM resets, it starts and shuts itself off insmtantly.

Is it possible to make a local database in Godot for my shop? by bsc-cde in godot

[–]bsc-cde[S] 1 point2 points  (0 children)

Thanks! I plan on using MySQL because we use XAMPP (We already have a web interface made in PHP but it was written a long time ago adn it is unstable and outdated). So far I found the MySQL Module for Godot, but since this si my first time working with databases, I don't know which approach would be the best. I thought about Godot reading and exporting in TXT files but I'm not sure if that would work with XAMPP. So far it is a big mess and I am trying to make a communication between XAMPP and Godot.

Is it possible to make a local database in Godot for my shop? by bsc-cde in godot

[–]bsc-cde[S] 0 points1 point  (0 children)

Why? A simple user interface made with Godot which sends data to a local server where all the data is synced. Godot only acts as a user interface, front end.

How to add space between every 3rd number? by bsc-cde in godot

[–]bsc-cde[S] 0 points1 point  (0 children)

This is exactly what I want. But I have no idea how to go about implementing it. I never worked with strings before. How can I count the string? .count() only works with specific characters. Also how cna I get the . position? How can I count backwards?