Kottakji
Kottakji
저도 Satoshi씨랑 또같은 문제가 있습니다. ```docker-compose version: '2.2' services: elasticsearch: image: docker.elastic.co/elasticsearch/elasticsearch:6.6.1 container_name: elasticsearch environment: - cluster.name=docker-cluster - bootstrap.memory_lock=true - "ES_JAVA_OPTS=-Xms512m -Xmx512m" ulimits: memlock: soft: -1 hard: -1 volumes: -...
Thank you Satoshi-san, that is just what I need. I've managed to get this one working when using the latest available version though: ```image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.1.1```
> @Kottakji The `open` function you're using does not support passing arguments as it is intended to open directories and URLs. > > You are halfway to your solution using...
I've had this problem in CI, and added the following to fix it: ```yml - name: Install frontend dependencies run: npm install - name: Install Tauri cli run: npm install...
This issue can occur if there is no color / onChange property. This is not a 100% clear when looking at the first example in the docs imo. ```js const...
@danilosetra I can pick this up if you don't have time. Let me know.
> I also have the same issue, did you find anything on this matter? @Kottakji No unfortunately not.
@forforfos Nice find
> @Kottakji There is no need for a PR actually, just pass the `webglContextAttributes` in the `useUnityContext ` like above and it will work. We could maybe update the documentation...
@rkoval ping. This would be a nice addition with more people using AWS AI. If you don't have time / maintain this project anymore, let us know as well please....