Frans Lytzen

Results 14 comments of Frans Lytzen

Just run into this issue - it is definitely a problem. An additional complication now is that when "stack" is left blank, the Application Insights menu is now also disabled.

Thank you for this. I am disinclined to remove support for older frameworks as I suspect a lot of the usage comes from those for this particular library. What problem...

> What frontend are you using to connect to the kernel (e.g. VS Code, JupyterLab)? VS Code. Could this be something to do with how VS Code remotes into the...

@jonsequitur Do the SQL tools need to be installed into the docker container separately first and env var set? Or is it that `#r "nuget:Microsoft.DotNet.Interactive.SqlServer,*-*"` doesn't quite do what is...

Just in case anyone else ends up here: Turns out `OLLAMA_NUM_PARALLEL` also increases memory consumption. If you are struggling to fit multiple models into memory, even though you think they...

Another issue with this is that some values are *returned* as floats, even though (parts of) Bicep thinks it's an `int`. For example, for a Log Analytics Workspace, `properties.workspaceCapping.dailyQuotaGb` is...

For my understanding, is it because a POST has to be made after FrontDoor is set up as per https://docs.microsoft.com/en-us/rest/api/frontdoorservice/frontdoor/frontend-endpoints/enable-https? So, could I write a Component myself that creates FrontDoor...

You are right that we need much better documentation. Thank you for helping to improve this. One big thing is that the `secret` is *per user*. By putting it into...

No, HMACSHA1 is the default used by most authenticator apps.

> @flytzen it looks like another breaking change that ZXing isn't accounting for. > > Intriguing :) I will have a look.