Alex Bulankou
Alex Bulankou
- extracting common module - generating per-environment configurations to follow best practices of storing per-environment configs.
There are several ways to initialize Aplication Insights and currently static loading when importing as module is not covered. We need to provide a supported way and update readme. |...
Currently AI JS SDK is subscribing for AJAX requests after full JS from CDN has loaded, which means that we are likely missing initial AJAX requests that are happening before...
After the latest changes, offline storage location is `os.tmpdir()/appInsights-node+`. We should add an option for a user to customize it so they can write it to a custom ACL-protected directory...
If I configure my router like this (no specific handlers, but I would like defaultHandler to fire) ``` var router=new $.mobile.Router({ },{ },{ defaultHandler: function(type, ui, page) { console.log("Default handler...
This repo provides [instructions](https://github.com/davidADSP/Generative_Deep_Learning_2nd_Edition/blob/main/docs/googlecloud.md) on how to set up GCP cloud VM instance with GPU to run examples. I would like to recommend to take it further and use [GKE...
After completing the demo setup I able to start droidshooter in "free flying" mode both when launching from the editor and from the launcher, but I cannot do the online...
After following the demo steps I noticed that initially many workloads are left not initialized, because compute default service account (`[email protected]`) cannot pull the images as it does not have...
I'm calling Ray on GKE cluster via Notebook on `gpt-j-online.ipynb` and prediction is working as expected. I'm trying to get logging results in log explorer as per [instructions](https://github.com/GoogleCloudPlatform/ai-on-gke/tree/main/ray-on-gke#logging-and-monitoring), so I'm...