Boban Jovanoski

Results 9 comments of Boban Jovanoski

I was having the same issue...using :callback => params[:callback]. Apotomo's render method is unaware of the :callback param, but including Rack::JSONP does the trick. Apotomo should not care about handling...

Hello dre3k We have talked about this issue and long story short: For now use the same sucky way as I've done rendering json with apotomo :S and will be...

add # encoding: utf-8 at the beginning of the file

At the beginning of the file where the error occurred add: #encoding: utf-8

in every file that contains no ascii chars like for example шѓќч....so add it in the beginning of all files where there are non ascii chars...start with source.rb , baseparser.rb...it...

We are using a diff infra setup (no EKS), hence the reason for asking for this.

Not to have multiple metrics endpoints but for the current /metrics path configurable, basically to have something like https://github.com/bentoml/BentoML/blob/0666d62dcaabc9a9a84121c0429e94ae41940733/src/bentoml/_internal/server/http/instruments.py#L87 ``` if scope["path"] == metrics_path_from_config || "/metrics" ```

@jdcargile Quite late to the party :) so webhooks will be discontinued https://devblogs.microsoft.com/microsoft365dev/retirement-of-office-365-connectors-within-microsoft-teams/ and teams encourages the usage for workflows which is still broken, maybe you can merge @carriquiry-g 's...