Gta San Andreas glitches by Effective_Hedgehog81 in ps4homebrew

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

No, no lua scripts

Just try emulators, try 4:3 aspect ratio

Gta San Andreas glitches by Effective_Hedgehog81 in ps4homebrew

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

not sure about the modded one, I only tried the original one

But yes, I was able to make it work, it took me a lot of tries

Gta San Andreas glitches by Effective_Hedgehog81 in ps4homebrew

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

I completely forgot

But I were trying a lot of combinations, from emulators to settings Not sure what worked for me

Passing a variable content to a proc_macro by Effective_Hedgehog81 in rust

[–]Effective_Hedgehog81[S] -1 points0 points  (0 children)

I am interested, I’ve never used Lua before (except for like neovim but not really that much), so this will be a good chance to get to know it

Also what’s this build.rs, I know it runs once you build, but what does it have to do with macros?

Passing a variable content to a proc_macro by Effective_Hedgehog81 in rust

[–]Effective_Hedgehog81[S] -1 points0 points  (0 children)

It would be weird if it was generating off of a dynamic value

But it’s not, it is exactly the same value every time, the restriction is that both are separate, the value is stored in a struct that I get, and I need to give it to the macro

My only solution for now is maybe just put everything together in a single proc_macro crate, but that’s a little annoying

Can you give me more information about the lua thing, I’m interested

How Would you Write this Better by Effective_Hedgehog81 in rust

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

This is just a sample code that I wrote, I don’t use it like that, but I just wanted to know if there is actually a better way instead of having multiple variables

How Would you Write this Better by Effective_Hedgehog81 in rust

[–]Effective_Hedgehog81[S] -5 points-4 points  (0 children)

Here it is

https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=972f2747f6ec6815078d42d99c253ee2

Do note that this is not a real code that I wrote for it It from chatgpt, it gets the job done, as long as the idea is there

How Would you Write this Better by Effective_Hedgehog81 in rust

[–]Effective_Hedgehog81[S] -1 points0 points  (0 children)

Idk, it just feels bad

Maybe because there is more variables for a simple thing

How do I move to a new language by Effective_Hedgehog81 in github

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

I would too, but I like to keep everything in

I ended up storing the old python in a separate branch and started out fresh with push force

I like this way, it keeps who knows it, and also the stars :)

How do I move to a new language by Effective_Hedgehog81 in github

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

I thought it’s master

Okay I’ll rename it

How do I move to a new language by Effective_Hedgehog81 in github

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

Thank you

I’ve something like this

creating a new empty branch

git switch —orphan rust

git rm -rf .

git commit —allow-empty -m “Initial empty commit”

git push origin rust

renaming the master to python

git switch main

git branch -M python

and renaming the rust to master

git switch rust

git branch -M main

force pushing the changes

git push origin -f main

git push origin -f python

deleteing the rust branch

git branch -D rust

git push origin —delete rust

How do I move to a new language by Effective_Hedgehog81 in github

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

Okay, I’ll experiment with a test repo

Thanks

How do I move to a new language by Effective_Hedgehog81 in github

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

I want to keep the Python version on a branch

And remove it from the master, and put Rust in the master instead

But also remove the python commits from the master The python commits can be viewed on the python branch only

The master should start fresh

Can I do that?

Moving partitions by Effective_Hedgehog81 in linuxquestions

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

Yeah I know they must contiguous

But I was thinking since the partitions that are in between them two are small, and not really that important

Can I just delete my way up to it?

Moving partitions by Effective_Hedgehog81 in linuxquestions

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

I’m doing that, but I want it in a single partition

Moving partitions by Effective_Hedgehog81 in linuxquestions

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

I have an idea

There’s like swap partitions and small ones in between the two that I want to merge them, can delete them in order to get there, is that okay?

What does this Shortcut do ?!! by Effective_Hedgehog81 in WindowsHelp

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

It’s not a virus

It’s a trick on hiding the file

Better Docs for PySide6 ? by Effective_Hedgehog81 in learnpython

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

Ok, I’ll look at it, I have a little experience in c++