Alexander

Results 12 comments of Alexander

He, same here! waiting on a proper fix. Azure DevOps hosted ubuntu agent: - Py 3.9.6 - gitinspector (0.5.0dev) installed with npm My "fix" inspired by [maccuaa](https://github.com/ejwa/gitinspector/issues/216#issuecomment-742532294) and [thiagodp](https://github.com/ejwa/gitinspector/issues/216#issuecomment-830678230) ```bash...

+1, Seems good to me.

The package version updates are unrelated and therefore should be excluded. And a test would be nice to proof that is works + better coverage. A non-ASCII test is useful,...

We are having the same issue in Azure with multiple PrivateEndpoints into a Subnet. PE creation also fails while performing VNet peering. @AresiusXP can you explain the `null_resource` in detail,...

We have used something like this to remove files from the cache directly after downloading. ```python import streamlit as st ... def remove_from_cache(**kwargs): time.sleep(10) # Sleep so that the file...

He @Fokko, running into same issue. I solved this part, but the CachedSchemaRegistryClient is not Serializable, so i'm unable to serialize the task. For Spark in my case. Trying to...

Hi @He11oW-10, it bit us al well, it's directly related to https://github.com/phpmyadmin/phpmyadmin/issues/17240.

Also having trouble with login using the package. Website server.Growatt.com does work, so does the Mobile App. I managed to debug the login using the browser: ```python # Note: new...

@maxiedaniels @SaurabhSharma-MSFT The error suggest there should be a boolean. So I checked the booleans in the Ingress... There is another boolean in ingress `allowInsecure` and when you have `corsPolicy`...