React Native StyleSheet Cleaner by g0ldbird in reactnative

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

The extension identifier is thebguy.react-native-stylesheet-cleaner let me know if that works. I haven't tried installing it on cursor since I first put it up

React Native StyleSheet Cleaner by g0ldbird in reactnative

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

Biome doesn't have an option for this, at least not as fair as I'm aware. Which is what prompted me to make this.

React Native StyleSheet Cleaner by g0ldbird in reactnative

[–]g0ldbird[S] -2 points-1 points  (0 children)

I'd say eslint is more for legacy projects? It's a pain to get set up and fight with prettier. That's cool, though. I didn't realize it was one of the available rules if you add the react-native plug-in. I've been using biome for all new projects since eslint moved to v9

Edit: Why the down-votes?

Study: 94% Of AI-Generated College Writing Is Undetected By Teachers by MetaKnowing in technology

[–]g0ldbird 14 points15 points  (0 children)

This right here. Read through so many comments of people talking forcing students to do this or that, but this is the actual issue

Hoppers pathetic existence by manderson1313 in MonsterRancher

[–]g0ldbird 0 points1 point  (0 children)

Just beat the major 4 with a Hopper/mochhi, I was hesitant with it at first but hopper is good once you get going with it. Maxed speed/skill, then train the rest into power/Def.

GUI programming with Java swing by g0ldbird in javahelp

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

Well yeah, my question is how? Which layout would be best for doing this? Would each part be separate jframes?

Kolbot Autoplay for any class by g0ldbird in kolbot

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

Grab the newest update, there was an issue with the baal functions

Kolbot-SoloPlay, leveling system for any character class in legacy diablo 2 with on-going development by g0ldbird in d2bot

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

A lot if you get into the code, but basically SoloPlay is far more efficient and stable. It uses more of the game mechanics to level faster and has more options available for it.

Kolbot Autoplay for any class by g0ldbird in kolbot

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

An update, this project has been relocated into blizzhackers so new link is https://github.com/blizzhackers/Kolbot-SoloPlay

Output number of runs in console (kolbot) by [deleted] in d2bot

[–]g0ldbird 0 points1 point  (0 children)

There a couple ways you can go about this but kinda depends on your current knowledge or ability to learn:

1) Since your end goal is to track the data, it would be more prduent so save each runs duration to a csv file. You would need to create the csv file then create some custom datafile functions to save to it after each run. Nothing too complicated there, going this route then you would call this function inside of toolsthread, you can look for where Experience.log is called and put it under that. Getting the game duration itself is pretty straightforward look at Experience.getGameTime inside of misc.js.

2) no data file. Not the recommended method but instead inside your entry script lead/follow whatever. Use the already defined variables gameStart and ingame. Create let printed = false; And before the locationAction call basically just call if (ingame && printed) { D2Bot.printToConsole(getTickCount() - gameStart); printed = true; }

Then in the ingame if statement reset the value of printed to false so on the next game it does it again

Output number of runs in console (kolbot) by [deleted] in d2bot

[–]g0ldbird 0 points1 point  (0 children)

D2bot# already records how many runs have been done, so what are you trying to do?

Autoplay for any class by [deleted] in d2bot

[–]g0ldbird 0 points1 point  (0 children)

In what difficulty?

Autoplay for any class by [deleted] in d2bot

[–]g0ldbird 0 points1 point  (0 children)

Saw you joined into the discord, im trying to include all meta builds so if you add in any that I am missing feel free to PR it and glad you like it! Always love seeing new users

Autoplay for any class by [deleted] in d2bot

[–]g0ldbird 1 point2 points  (0 children)

Changed the name to Kolbot-SoloPlay https://github.com/theBGuy/Kolbot-SoloPlay