Biking π΄ββοΈ π΄ββοΈπ΄ββοΈ
Happy New Year to everyone.
How quickly does it log you out? I can implement a βremember meβ option.
Thanks for letting me know! π
If I don't visit the site for a few consecutive days, I am logged out.
An option to keep one logged in would make sense (Cookies?).
The highlighting is fine. Good thing it points to the appropriate pages.
You can also share and discuss code snippets with the new quote feature π€ and it will do syntax highlighting β‘οΈβ‘οΈβ‘οΈ
Just select the code "< >" option in the Drop compose dialog in the quote editor.
# The Greeter class
class Greeter
def initialize(name)
@name = name.capitalize
end
def salute
puts "Hello #{@name}!"
end
end
# Create a new object
g = Greeter.new("glue")
# Output "Hello Glue!"
g.salute
Beautiful highlighting. Great job π
It's difficult to follow conversations. I always have to click click to see replies of replies. Threaded conversation model would make sense.
Are you using Glue from a mobile device or desktop? On desktop if you hover over a Drop an ellipses will show that will give you the delete option.
I'm working on adding it back to mobile. It was removed temporarily to fix a tapping bug.
Oh, thanks.
Didn't realise it was on desktop version.
Glad you like it! Iβm working to fix the duplicate drop issue too btw π
That would be great. I didn't know how to delete the duplicates.
Welcome to Glue Philip! π
Thanks Noah.
Elegant design. I love it.
Welcome to Glue Philip! π
Thanks Noah.
Elegant design. I love it.