Thimo

Results 46 comments of Thimo

https://github.com/ThimoDEV/nuxt-sql-root-bug Here is a reproduction I could make. I hope you have it too @danielroe Please let me know if you need more info :)

Could you also reproduce it with my reproduction?

Also really looking forward to this, keep up the good work!

Just tried the new shared folder, but found that auto import breaks for subfolders inside the ./shared/utils folder. I tried to specify a config folder in ./shared/utils/config/myConfig.ts and have mutiple...

@danielroe Makes sense that its not possible like with the components. If we would like to configure more folders for auto import besides the types and utils folder, we would...

Hi, Thank you for providing an issue report. The basicsetup logic does work except for the highlighting. I have checked why the highlighting doesn't work but I have to dig...

Hi @markwallace-microsoft , I used the latest stable version of the Microsoft.SemanticKernel nuget package which doesnt have the ProcessBuilder class. However Process Framework requires me to use the Microsoft.SemanticKernel.Core 1.46...

> Have you tried adding these packages: > ```c# > > > > ``` Yes, but that wasn't specified in the docs

> @ThimoDEV when you build your code with these packages via Github actions, does it timeout on `ubuntu-latest`? It only works for me with at least an 8-core machine. >...