Geofrey Ernest
Geofrey Ernest
What happens when you make api calls to the gateway ? This error can be sometime ignored, try creating api's and make api calls.
You can try to get more context from the logs by elevating log level to `debug` . In th `gateway` on `values.yaml` set extaenv like this ``` extraEnvs: - name:...
I asked, what you get after making calls to the gateway? Ignore the logs for now.
This is very tricky, because this library is supposed to be part of a bigger application. And your proposal just says clean output , it is light on details. The...
@Ullaakut please update the library and try again, I mean call to `(*wow)Spinner` should clear the line, then write the new spinner. Let me know if it fixes this
Only a call to `Persist` or `PersistWith` adds a new line, replacing the spinner still operates on the same line, unless if I missed something. > I will try it...
Okay, I get your point. I'm sorry I mixed this with #6 still test to see if #6 has been resolved. I will probably address this this weekend.
@Ullaakut sorry, I have been occupied with other things. If you you don't mind, you can help out.
gentle ping @pdf @slimsag @shurcooL I came across this , I'm trying to port material design lite to vecty. I'm still puzzled what does `render variable` mean. If you don't...
@pdf thanks. I think I will try to avoid re rendering the component altogether, I will do direct dom manipulation for the same effect. >PS - MDL is deprecated in...