Louis Lam

Results 336 comments of Louis Lam

Yes, you can comment here. You meant you are fixing `vue-prism-editor`'s bug?

> Yes the line number issue in `vue-prism-editor`, after I fix it, I don't know how exactly it would be merged. As the main repo seems to be abandoned, but...

Meanwhile, I would recommend Ntfy Android App which do the same job already.

It's a docker question, you can run in host mode or bridge mode https://stackoverflow.com/questions/56825258/difference-between-docker-bridge-and-host-driver

> From a _very_ brief skim of Google some people are pointing towards sqlite being a limitation. @louislam support for MySQL still not likely to be considered? > > I...

It is weird, it is fine in my side. ![image](https://user-images.githubusercontent.com/1336778/203821767-220aa8d0-d4de-4483-9333-95abe2e79a30.png)

I just look into it, I think it may be the root cause. I think the connection do not closed correctly. Issues: 1. I guess it do not close the...

Ignore my previous comment. I tested it, it does close the pool without problems. - `mssql.connect(connectionString)` is creating a new global pool or using a existing global pool - the...

> internal dns Since the performance is getting slow over time, I still think it should be likely due to memory leak or too many heavy tasks/functions are running inside...