Dinko Pehar
Dinko Pehar
No problem @KittyKatt . I closed it because I thought it was something trivial to do, like some argument to pass. I'll watch more for implementation of this issue so...
I think he is referring to the `payload` in **SwaggerUI**: 
Happens for me also when using python. For example, typing `import date|` only shows some snippets, but if I press ``, I get suggestions as `import datetime` etc.
I wanted to state that lot of people are not aware of state of open source package. At first, they can check the package, see it's development and add it...
@Blacksmoke16 Maybe you and your team can take as idea and discuss `Deprecated` annotation to be enabled on Module/Class. I also tested it, it does not work with those.
@Sija ```crystal @[Deprecated("Deprecation of MODULE")] module Document @[Deprecated("Deprecation of CLASS")] class Image @[Deprecated("Deprecation of METHOD")] def url puts "http://dummy.io/image.png" end @[Deprecated("Deprecation of INITIALIZE")] def initialize @w = 1000 @h =...
@luislavena I was hoping for `result = main_router.find "/users/login"` in above example to return `"Login Users"`. I didn't really dig exactly into implementation of this radix tree but something similar...
Seeing this issue, I would like to disable just the seconds part of ticking timer. Just to leave minutes. Can that be done somehow ?
@XChikuX Can you share issues that you had ? I understand that this is still in preview, but I'm not sure how much this is usable. What I'm looking for...
> From a corporate point of view, a feature like this must be opt in and it should be possible to restrict its usage through a system-wide (/etc/) configuration. The...