Philip Okugbe
@philip
2 Followers
Biking πŸš΄β€β™‚οΈ πŸš΄β€β™‚οΈπŸš΄β€β™‚οΈ Happy New Year to everyone.
1
0
Replying to @philip
@noah videos not supported yet? I added one to this drop. It didn’t show up.
1
0
How quickly does it log you out? I can implement a β€œremember me” option. Thanks for letting me know! πŸ‘
1
0
Replying to @noah
If I don't visit the site for a few consecutive days, I am logged out.
0
0
What feature would you like to see on @Glue next?
7
0
Replying to @noah
An option to keep one logged in would make sense (Cookies?).
1
0
Good catch! I've made it where accounts can't be created with those usernames just now. Should @ highlighting be disabled for those? However technically they link correctly when you do @me or @settings...whats your thoughts on that?
1
0
Replying to @noah
The highlighting is fine. Good thing it points to the appropriate pages.
1
0
What feature would you like to see on @Glue next?
7
0
Replying to @noah
Usernames like @settings, @me and the likes should be made unavailable.
1
0
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
3
4
Replying to @noah
Beautiful highlighting. Great job πŸŽ‰
0
0
What feature would you like to see on @Glue next?
7
0
Replying to @noah
It's difficult to follow conversations. I always have to click click to see replies of replies. Threaded conversation model would make sense.
1
0
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.
1
0
Replying to @noah
Oh, thanks. Didn't realise it was on desktop version.
0
0
Glad you like it! I’m working to fix the duplicate drop issue too btw πŸ˜€
1
0
Replying to @noah
That would be great. I didn't know how to delete the duplicates.
1
0
Welcome to Glue Philip! πŸ‘‹
2
0
Replying to @noah
Thanks Noah. Elegant design. I love it.
0
0
Welcome to Glue Philip! πŸ‘‹
2
0
Replying to @noah
Thanks Noah. Elegant design. I love it.
0
0