Janne Kujanpää

Results 52 comments of Janne Kujanpää

I've had similar issues. One cause for this is https://github.com/Azure/azure-devops-cli-extension/blob/master/azure-devops/azext_devops/dev/common/services.py#L165 hiding issues with token fetch. Exceptions are logged only with debug level. Other minor issue with the selection of default...

If i remember correctly using `az login --tenant ` should fix most of the issues: * makes sure you are have tokens for tenant you want to use * goes...

> Hi @mdekrey, Please find the below analysis for **az login** and **az devops project list** > > 1. az login : it will check for active subscriptions on portal.azure.com...

Unixodbc ignores pyodbc's pooling logic: * https://github.com/mkleehammer/pyodbc/blob/master/src/pyodbcmodule.cpp#L316 ```C if (bPooling) { if (!SQL_SUCCEEDED(SQLSetEnvAttr(SQL_NULL_HANDLE, SQL_ATTR_CONNECTION_POOLING, (SQLPOINTER)SQL_CP_ONE_PER_HENV, sizeof(int)))) { PyErr_SetString(PyExc_RuntimeError, "Unable to set SQL_ATTR_CONNECTION_POOLING attribute."); return false; } } ``` * https://github.com/lurcher/unixODBC/blob/master/DriverManager/SQLSetEnvAttr.c#L148-L157...

[azure-svgs.zip](https://github.com/David-Summers/Azure-Design/files/7289541/azure-svgs.zip)

I fear I have nothing more to give for this discussion with my nonexistent opengl knowledge and with minor forge knowledge. Should we ping forge devs?

# Case 1 https://www.reddit.com/r/feedthebeast/comments/3hh80d/windows_10_nvidia_35560_forge_1013414921710_crash/ Summary: newest: nvidia driver set installed DVR which makes MC crash. Should be solved by downgrading/uograding driver is by disabling that DVR service. # Case 2...

Does mojang track this? This might be problem as soon as they want to update bundled JRE.

Why those intallatons work with java versions older than 8u60?