Domas Markevicius

Results 25 comments of Domas Markevicius

Node.js v14.15.0. **bulma-css-vars** ``` #!/bin/sh basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") case `uname` in *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; esac if [ -x "$basedir/node" ]; then "$basedir/node" "$basedir/../bulma-css-vars/bin/bulma-css-vars.js" "$@" ret=$?...

any updates?

Using VsVim 2.4.1 and VS 15.4.5 now, works fine. Will update VS this week and see what happens.

https://github.com/JohnnyCrazy/SpotifyAPI-NET/blob/7e6cdf563a5c1a6076d5057db76819d9b349ee53/SpotifyAPI.Docs/docs/SpotifyWebAPI/auth.md

I have looked into Spotify authorization after raising issue and things don't look so nice. Only way to have infinite authorization is to use [Authorization code flow](https://developer.spotify.com/web-api/authorization-guide/#authorization_code_flow). Parts of authorization...

OK, then it will be up to you as I don't know php and don't want to learn it either.

I would say this is quite unexpected and dangerous behavior. Asyncness of the method suggests that it returns once subscription is made, but as we see that's not the case...

@ioolkos Thank you for help. I'm not sure what's my listener name, but anyway vernemq would not start with such setting, saying that it does not exist and suggesting listener.**http**.default.max_request_line_length,...

@ioolkos Thank you again. I tried as suggested and while setting cowboy options seems to work, further requests still end with 431. Additionally, as you can see initial max_header_value_length is...

I suppose. Tried setting cowboy options for 8080, but it complained. ``` Opts = ranch:get_protocol_options({{127,0,0,1}, 8080}). ** exception error: bad argument in function ets:lookup_element/3 called as ets:lookup_element(ranch_server,{proto_opts,{{127,0,0,1},8080}},2) *** argument 2:...