Cody Robinson

Results 9 comments of Cody Robinson

@malte0811 If I use the transformer it doesn't hold a charge (or at least a very little charge). I don't think the glass fiber relay holds the charge, but the...

@malte0811 I use glass fiber cables because I created a city and use powerlines to distribute the EV current to businesses and homes.

I appreciate all of the work you are doing on this :)

I +1 this feature because I currently use: json_decode($patch->apply()); So a toArray() and toJson() via returning $this; would be very helpful

You can set the maximum size in XAML and c# if you wanted to go that route.

@Wojbie @CrazedProgrammer Is this Real-life epoch or in-game?

I should have been more specific; It's only when calling `confirmToProceed()` But then I'm not sure why alert works but not in `confirmToProceed()` ``` if (!$confirmation->confirmToProceed()) { return self::FAILURE; }...

If you're going to have multiple `#[BootMethod]` I suggest adding a priority ex: `#[BootMethod(1)]` But I very much like this idea better