putrafajarh

Results 6 comments of putrafajarh

I got the same problem, its like the css for timepicker not loaded

``gin --port=8080 run main.go``

I'm thinking to use Dockerized and use AWS Network Load Balancer, -- edit I already try using AWS NLB and its working the problem is the cost of bandwidth. planning...

I have this problem too, already try add align center and valign middle

@genzoadam its not about centering the text vertically or horizontally, I want to the text-align to be centered, not align left. (2 line)

i hope this can help ``` stream.onremovetrack = () => { try { const i = this.streams.findIndex((stm) => stm.id === stream.id) if (i !== -1) { this.streams.splice(i, 1); } }...