Peter Beckman

Results 14 comments of Peter Beckman

I'm still having this problem on FreeBSD 13.1-RELEASE. I have run `pkg update -f` as root, and yet, still showing out of date. ``` (root) nog : ~ --> pkg...

Less handy when you are developing on a remote server and not locally, or using VIM as your editor without a ton of addons. I can read the code, but...

Oops, meant to comment, not close. Reopening.

GetSystemMetadata() returns an object of "PHRETS\Models\Metadata\System" which extends Base. In order to access the data contained in this object, this is what I do: ``` $system = $rets->GetSystemMetadata(); foreach(array_merge($system->getXmlElements(), $system->getXmlAttributes())...

@intrepidws I did, I switched to LibRETS. There's a significant memory issue in PHRETS where one variable self-references the returned search object. Even after fixing that, PHRETS still uses so...

Well, I'm not sure what has changed. I ran `flutter clean` and then `flutter build ios` and then, after trying to figure out why my iPhone was busy (needed to...

Is there any way to better implement type-as-you-go or partial formatting found in both `libphonenumber` and `PhoneNumberKit` without the massive amount of code in the `Store` class? Many things are...

I figured something better out. If the phone number starts with a `+` find the matching code as you type. Seems to work well, though I didn't do performance tests....

I'm having a similar albeit opposite issue with +1 314 246 xxxx -- using phone_number 0.12.0+2 The number is valid on the libphonenumber test website. ``` { countryCode: 1, e164:...