Ron Lugge
Ron Lugge
What I wound up doing was re-writing the entire :create method under app/controllers/devise/invitations_controller.rb -- putting in my own, custom logic. Tad bit complex (way too complex, honestly), but it works....
I'm encountering this as well -- random failures from somewhere inside warden/devise for no apparent reason. I can reproduce with a specific combination of test cases on my machine --...
A) Sigint will currently terminate the app in the middle of *anything* it is doing. This could lead to half-handled messages or similar issues. B) It generates a lot of...
It doesn't solve some of the underlying issues, but I actually realized I have a 'better' solution now: ``` client = MQTT::Client.new client.host = '45.56.89.124' # client.ssl = true #...
Could you post more about your code, @teaching-innovation ? Just the one line isn't helpful to me, though someone who maintains the gem may be able to get more out...
Could you please format that a little cleaner? It's hard to read all jammed together on one line like that. Use triple backticks offset by line returns to make a...
@teaching-innovation not really germane to this forum, but typically single backticks are used for small, inline code snippets, while the triple are used for larger code blocks, that's why you...
The data being passed in isn't bytes, it's file indexes. I think -- not sure -- the underlying mechanics of zip files make it difficult to do bytes. Haven't looked...
@eytanschulman no clue. I'm thinking about trying to do a fork/PR cycle to improve the documentation on their readme file, or maybe via their wiki or something, but my understanding...
@eytanschulman I haven't confirmed it yet, but you may want to look at the delegate methods. There's one for 'zipArchiveProgressEvent' that looks interesting -- like it may be referencing bytes....