LMCom

Results 12 comments of LMCom

Thanks a lot for your work and letting us know about it!

I came here because of the exact same problem. I thought it was a very common use-case and googled first. There are a lot of other select boxes that allow...

I got it. There were some hurdles due to the implementation (seperate pushed tags, computed property listOptions). Add these methods: ```js addSearchOnBlur() { const select = this.$refs.mySelect const newOption =...

There is a custom command for executing anything on the shell. It's a workaround, though, and looks a bit ugly.

Looks like a bug in the code. When Tracker is trying to retrieve GeoIp data, it finally calls the private method databaseExists() in https://github.com/antonioribeiro/support/blob/master/src/GeoIp/GeoIp.php#L21. If the database does not exist,...

The following fixed it for me, based on my previous findings. Go to https://dev.maxmind.com/geoip/geoip2/geolite2/ and download the databases GeoLite2 City/Country in the MaxMind format. Copy them both into the same...

Ha! In the meantime I wrote my own command to pull the geo ip databases. And using a config setting to instantiate GeoIp with the correct path, was exactly what...

> When I try to start the elastic search it shows **jd.app** is damaged and can't be opened. I allowed jdk.app from Privacy & Security setting but still same issue...

It would be reasonable to give this bug a high priority. Developers need to be able to run Elasticsearch to continue developing applications that are using it. This bug is...

Why have I never heard about OpenSearch before? It is a totally free and fully compatible fork of Elasticsearch. It has a Homebrew formula which is verified to run on...