Danny Tan

Results 22 comments of Danny Tan
trafficstars

I modified the mod in a way that makes using it on anti-xray enabled servers a lot easier: https://github.com/zykrahgaming/SeedCracker/releases/tag/v0.2.4-beta-modified (It just disables emerald ore finder and enables dungeon finder by...

there is an error in my code with unreachable code. The print() in follow() and unfollow(). But it has no relevancy to the issue, just thought i'd point out that...

I can successfully grab a profile using the code using ```py prof = bot.profile_endpoint.of_user("therock") ``` however, when i try to follow the profile using ```py bot.profile_endpoint.follow(prof) ``` It doesn't work,...

One more thing. I have tested both Followers and Following Endpoints, and have no issues with either so far.

I seemed to have solve the issue (sorta). ```py def profile_endpoint(self): return endpoints.factory.create("profile", self.api) ``` By using the above code, replacing: ```py self.profile_endpoint = self.endpoints.factory.create("profile", self.api) ``` and by referring...

You'll have to provide more information, the json would be a good start.

No problem, could you also share a screenshot of your schematic? Also, another thing you should keep in mind is that you need to update PCB from schematic (ie have...

Did you import the footprints into the pcb editor (update PCB from schematic) before you ran the script? the footprints need to be in the actual PCB editor when you...

You can always use the same library as i did, marbastlib. otherwise there might be a way to change the references of the library you're using

Hi there, I've since changed a few things around with the plugin since, could you test and confirm that the led placement doesn't get screwed up by some of the...