Gus Beare
Gus Beare
I have this error but I believe it was supposed to have been fixed in versio 1.5.x. I am using the datepicker inside dotnetnuke. It works fine when the user...
Hi Not sure if this is a bug or something I don't understand. I've been using the Stripe CLI on windows for testing my booking app. Like this. stripe listen...
I believe I have noticed a bug and it's a significant one. In your readme you have this: context.All("SELECT \* FROM Cars WHERE Name LIKE %@0%", "Lotus"); But this causes...
Hi I am trying to use the DataObject to insert a row into a table that has a Guid PK. It works great with an incrementing Id. But once I...
I have the following code: ``` using (var context = new DataContext("SiteSQLServer",Transaction.Begin)) { var job = new DataObject(); int cntr = 1; foreach (var item in ViewState) { omv_JobSeekerReferences r...
HI I used this code some years back and now it's broken with "endpoint is now deprecated from EventBrite". Is this lib now dead? It looks like EB has moved...
https://pjax.herokuapp.com/dinosaurs.html Produces this error in chrome: Mixed Content: The page at 'https://pjax.herokuapp.com/dinosaurs.html' was loaded over HTTPS, but requested an insecure resource 'http://www.youtube.com/embed/GcjxwXCxBBU'. This request has been blocked; the content must...
hi been playing with your slider/spinner demos: http://bseth99.github.io/jquery-ui-extensions/tests/visual/slidespinner/base.html Noticed uncaught type errors: "Uncaught TypeError: Cannot read property 'type' of undefined" in the console whenever the textbox loses focus. Can you...
Hi Firstly the template installs and builds just fine once I re-added the broken references to the dotnetnuke.dll and dotnetnuke.web.dll's. So thanks very much for these templates. I'm not sure...