Roy
Roy
I'm using webpack `4.28.4` and typescript `3.5.1`. I tried to install the `comlink-loader`, everything seems fine, but it complain my worker is not a module. ``` All files must be...
I found out that the Math formula occasionally are not rendering. The following is what I did ``` ``` `MathSolutionList` contains N number of `MathSolution` that contain latex. So it...
I'm trying to do `lerna publish --canary` in my CI/CD I'm seeing the "number" after "alpha" is not bumped up (look at the 2nd and 3rd are both `alpha.1` )...
This is my first time using it and trying to setup a basic version in order for it to show up, the following is my setup, let me know if...
Brainstorming for fixing https://github.com/iroy2000/redux-cookie/issues/3
Doesn't seem like it is supporting MathJax3 for now, any intention to upgrade this to MathJax 3? Thanks
Here is the LightPlugin.cs I'm using as my example ``` public class LightPlugin { public bool IsOn { get; set; } = false; [KernelFunction("GetState")] [Description("Gets the state of the light.")]...
**Describe the bug** I'm trying to use the demo code `https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/Demos/HomeAutomation` I didn't make any customization, and use the code as is. **Expected behavior** It should invoke the function in...