Details
-
AboutCoding for fun ^^
-
SkillsJava, c++, php, html, js. Having lots of undone projects.
Joined devRant on 10/30/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Maybe Prisma (https://www.prisma.io/) but it's definitions are not JS based, they have their own language.
-
With vite I literally had an issue when it would run (the js deps are libraries, I'm not using any framework) but only in dev mode. When I exported the bundle it just complained it didn't find functions. It was actually giving some warnings but I didn't think it'd matter. Guess what. The warnings were the issues all along. Even though it ran in dev mode it still fd up the built bundle.
-
Not by default but you can get apps like termux. Android wasn't built to be like a desktop distro.
-
Over what? Generally compared to normal websites it will let you create reusable components and create interactive websites faster than let's say jquery. It's also supposed to help you create large projects faster. Also you can make single page apps, but you'll have to make an api to properly consume data or use something like Inertiajs.
-
yarn add
-
So there are no tables?
-
Isn't this kinda fixed by having an up to date Java (like after 8u191 or something don't remember exactly)?
-
Man I kid you not some stuff I have to submit (for some grant) online into this weird system. There is 2 of it with the same name. Same base URL. One is version 8 something other is version 1 something. Yes you need to register to the older one. OK so while filling the form it only works in Firefox. Not internet explorer. Not Chrome. No edge. If you don't ise Firefox the date fields will not validate even though it's validated server side. Then if you don't fill all the fields you lose your whole progress and have to restart from scratch. Also since it sometimes updates the form while you're filling it (like when entering postcode it fills out the city name) it reloads the page with the fields set but if you don't have all other mandatory fields set it will throw you out give a Runtime Exception and die on you,and you loose all your progress. Took a few hours to even register because it kept resetting.
-
Isn't that some visual studio or visual c++ logo? It looks too similar to one of them but can't remember which :(
-
So it's a ChiaPi?
-
What do you expect when it's like hundred thousands of small 1-2kb files? On windows it's ages to install anything.
-
https://lmgtfy.app/?q=online+radio
-
It's still only male and female though.
-
Maybe it's slow because it has to load those 80k objects every time from the api?
-
@ScriptCoded so it's like driving a brand new Opel after driving a half broken 18 years old diesel Peugeot for a year since I got my license. Damn I too hate easy to operate pedals. Best part is everyone in the family is like "how do you not like it soft feeling of them".
-
You can access btrfs with the driver on github. It's usually stable.
-
@sinclair83 well you should go for expo then with their expo app on phone. It has most of the libraries pre-installed and after you're done you can create an apk with your code in it. But note that expo will increase your app size a bit (because of the libraries, they are bundled even when not used). Normally you won't need to write native code unless you need something really crazy. Good luck.
-
@sinclair83 yeah with react native (or expo) you just need to install their app from the play market or app store (but if you want dangerous permissions like GPS you'll need more setup) and then you run build on pc then see on phone real time. With hot swapping and debugging support. If you use react native then after installing some libraries you'll need to reinstall the android app as for expo they have pretty much all you need already.
-
You could try react native (using expo) with vs code. If you don't need the emulator maybe it would use less ram.
-
It reminds me when I tried to buy flightsim. It said that I needed an ms account. Sure I have one. I have an offline account and the login app gave an error that doesn't exist according to Microsoft. Then I found online that the error means that it can't login because my account isn't an online one. Then I tried to login from the shitty new control panel. Same error that means I can't log in unless I'm already logged in. Thanks Microsoft.
-
I was wondering about the same but not for the German locale. My phone had stuff like "continously publishing application" (translated back to English) I have no idea what the original string was.
-
I'd say don't take c++ first. There are a lot of concepts you'll have to familiarize yourself with and it can get overwhelming fast if you're new to coding. Also you'll need a ton of boiler plate for advanced stuff or use libraries. Go for js or if you can python then migrate to c++.
-
I have every default app of minr reset everx reboot possibly because I have an older software that I use to browse images... And Microsoft doesn't care about this problem even though it's continously reported and it won't tell you what causes it.
-
I'm pretty sure you couldn't build chromium without having 20+gb ram a year ago. Idk if they optimized it or not but possibly you can't do it all together.
-
I'm still very unsure about how they hit the excel limits with the number of cases they have since according to ms the limits are the sky.
-
1. Update your windows to the latest version
2. Run sfc /scannow
3. dism /repair
4. Defragment your disks
If the above didn't solve your problems which we know is completely unrelated to the stuff above please contact your administrator. -
Everything is possible on a vps idk if that's what you're looking for though.
-
It's a well made program but it does have its flaws. If your not logged in with a ms account on windows then it won't let you login to the Xbox app with an error code that doesn't exist. Also this beautiful game kept saying "filesystem corrupt" and according to them there is no fix. Also idk who designed the cache part but was probably high. If you set the cache size it will preallocate it meaning write a file that big out at the speed of near zero. Idk why they couldn't do like a normal cache that grows when needed.
-
Assuming you're using sql you could do something like "SELECT university, COUNT(user) as signups From students group by university order by signups desc"? Well you might wanna do a join on universities though to store the names more efficiently. Also if it doesn't change frequently you should cache the result so it won't have to run all the time the page loads.
-
Also your drives can fail if you take them too high up due to the decreased air pressure doesn't let the head float high enough.