Jason Skicewicz

Results 7 comments of Jason Skicewicz

I think this project has stopped being updated. I believe the last commit was 17 months ago? I think it's easy enough to just recreate this for Vue 3. I...

Yes, I've looked at that in detail and I also am able to ajax submit, ignoring the response, but this is not a robust solution to this. With the ajax...

Hi @dokterbob I've put a bit of work into this, and basically the solution looks like the following in `ActionRequestView` in `views.py` ``` def no_email_confirm(self, form): """ Subscribe/unsubscribe user and...

Hi Julian, I'm getting this same error. I've traced it down through the code and determined that when FacebookUserConverter calls get_and_store_likes.delay(user, self), self.open_facebook has the version properly set to 'v1.0'....

I am pretty sure that this project is no longer being maintained by anyone. I see PRs being pushed but no one seems to be managing them. I'm pretty sure...

@visualfanatic I have most everything working, except that I can no longer style any SVG files within my component using Vue 3. I don't know what changed between Vue 2...

@Keavon I took a look and I also have it working, but my main problem with the latest, is that I have to remove `scoped` in all of my CSS...