ensemblebd

Results 38 comments of ensemblebd

It looks like if you use Pro version of s2Member, and utilize the Pro forms (aka allow user to sign up and pay in one spot), it always returns from...

FYI : Solved this. HKEY_CURRENT_USER\Software\OpenConnect-GUI Team\OpenConnect-GUI\MainWindow Change [pos] to a non-negative value.

Latest version I believe this is caused by having 2+ monitors on the host machine, then removing the monitor physically. It stores the "last known position" on exit, resulting in...

Nevermind... https://developers.google.com/places/web-service/search#PlaceSearchRequests

FYI this also occurs if you are not properly calling upon your log methods. ```js log.warn("message", {my: 'object'), userId); // where userId comes from meteor or etc. ``` if you...

I really think this is going to need totally separate tt template generators. Several critical factors: - [Pre-Generate] `` variation (int, guid(string), etc) - [Design-Time] Restrict modification on base-class to...

I was going to create a sample project, but ran out of time. The committed TT templates work for Identity if you feed it a baseClass followed by subclass (drag/drop),...

Personally, I have had nothing but problems with this library. Specifically the "shared" mode and asynchronous code. It's like balancing a **single** hair on a pin needle, and has lead...