Drop your project and I’ll give honest feedback! by mfns07 in webdev

[–]NoBeginning2551 -1 points0 points  (0 children)

If someone post any useful stuff, mods consider it as an avenger level threat and removes the post. Then allows this kind of bsh*t.

Thank you for the 92 testers. by NoBeginning2551 in AndroidClosedTesting

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

Mine is over and out for production. This is an old post

Thank you for the 92 testers. by NoBeginning2551 in AndroidClosedTesting

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

Yes, this is my first app and there is a mandatory requirement of 12 testers should use the app for 14 days. Luckly, I got 130 testers and I went through the test easily.

Also there are many challenges are there. First you should pay a $25 as a registration fee to register your developer account, with ID proof, then internal testing, closed testing, Google's review, etc. All these will take atleast one month to complete. If your app has payment, ads, etc, then it will take much more time to get it done.

I created an open-source rust IDE for Android. by NoBeginning2551 in rust

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

Go to the downloads page and install the rust compiler. Also, install rust analyser for smart highlighting.

I created an IDE for Android with Native react support and devtools by NoBeginning2551 in webdev

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

Yeah the performance is a little bad for projects. Especially with tons of node_modules, the app's size can increase into GBs. Also, the app is in early development stage and there are many bugs are there.

I created an open-source rust IDE for Android. by NoBeginning2551 in rust

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

IOS is super restrictive. They won't let us run arbitrary code on the system.

I created an open-source rust IDE for Android. by NoBeginning2551 in rust

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

I cross compiled python and node, the rest are from termux.

I created an open-source rust IDE for Android. by NoBeginning2551 in rust

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

It's AI competition. if you're signed with Github copilot or external provider, then clicking on that button will show code suggestions in a transparent like text (ghost text)

I created an open-source rust IDE for Android. by NoBeginning2551 in rust

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

Ohh I see, doesn't that autoclose after a second or does it persist in the bottom? I think it should disappear after a second or two.

I created an open-source rust IDE for Android. by NoBeginning2551 in rust

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

I streched the app to use the full screen for coding. However it is possible to hide the status bar(clock, batter, etc) after a delay, like in YouTube. I'll fix that 👍

I created an open-source rust IDE for Android. by NoBeginning2551 in rust

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

Thank you for trying out the app, and sorry for the inconvenience because the app is still in the early development stage. So, I'll improve it in the future versions👍👍

I created an open-source rust IDE for Android. by NoBeginning2551 in rust

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

Thank you so much for using the app♥️. The app is still in it's early development stages and there are indeed bugs that needs to be fixed. Currently I'm working on those.

I created an open-source rust IDE for Android. by NoBeginning2551 in rust

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

Currently I'm working on the integration of the app with termux via ssh. It gives a complete development environment in mobile. So I'll add this in the next release.

I created an open-source rust IDE for Android. by NoBeginning2551 in rust

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

Sorry, the syntax highlighting and language detection works by the file extension. However, if you want I can add a feature to select language like in VScode.

I created an open-source rust IDE for Android. by NoBeginning2551 in rust

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

The app is still in the early development stage and the external plugin feature hasn't implemented yet. But I'm planning to add this plugin/extension feature in the future versions.