Maik Riechert
Maik Riechert
Feel free to propose an enhancement via a pull request!
I have this requirement as well, coming from scientific data on maps, where you want to switch seamlessly between e.g. different arctic projections (which sometimes is just rotation): http://webmap.arcticconnect.org/examples/Leaflet.PolarMap/polar-projections/index.html (I'm...
Thanks for the effort on this. I think from a maintenance point of view I'm not super happy including third-party build files in this repository. Could I ask what your...
> I think doing this way is easier to maintain whilst reducing the learning curve but if this is still too much, perhaps I can instead allow user provided path...
@jcampbell05 How do you want to continue here? I think the best would be to keep this repo as small as possible to reduce ongoing maintenance effort.
As a temporary solution, I'm relying on "accessToken" and acquire the token manually: ```py from azure.identity import DefaultAzureCredential credential = DefaultAzureCredential() df.write.format("com.microsoft.kusto.spark.datasource").option( "accessToken", credential.get_token(f"https://{cluster}.kusto.windows.net").token ) # other options... ```
@ag-ramachandran You're right that Azure CLI auth doesn't fit into the common scenarios where Spark is used. In my case, I'm running a pyspark script on a single node and...
https://github.com/sigstore/rekor-search-ui/blob/1ba11b13185b6a9a5872bb2ffeb301a93a3e397e/src/modules/api/rekor_api.ts#L63-L70
No, I don't mean per-trial, but overall.
Yes, it would be great if this was integrated somehow in Keras Tuner to avoid people duplicating the above code.