ingted

Results 19 issues of ingted

### Description paket doesn't read Nuget.config mentioned here. https://github.com/UXDivers/Grial-UI-Kit-Support/issues/318 ### Repro steps ![image](https://user-images.githubusercontent.com/4289161/212445594-aa8c7cbb-eabc-4d03-9bec-8fc9a7d9b8cc.png) git clone https://github.com/dotnet-websharper/jquery.git cd jquery dotnet paket restore ### Expected behavior It should be successful. ### Actual...

It seems like the indicator values are calculated for the whole input each time. Is there any possibility to add incrementally update version? Here are my workaround for the Adx...

enhancement
on hold

It seems like I need to load .net interactive extension manually with ``` open Deedle.Interactive ((new FormatterKernelExtension()):>Microsoft.DotNet.Interactive.IKernelExtension).OnLoadAsync(null) ``` Is there any elegant way?

https://stackoverflow.com/questions/70985428/deedle-distinct-by-column/75897557#75897557 We sometimes do "select distinct col1, col2, col3 from xxx" in RDBMS, and it seems like we don't have an easy to use API in Deedle? How about this?...

**Version Information** Version of Akka.NET? 1.5.0 Which Akka.NET Modules? Akka Remote **Describe the bug** A clear and concise description of what the bug is. 1. Have two actors created in...

akka-remote
potential bug

Version of Akka.NET? .net 4.7.2 in SSIS script task Which Akka.NET Modules? Akka.Hosting & **To Reproduce** Create a HostBuilder and start it via F# fsiEvaluationSession hosted in SSIS 2022 script...

![image](https://user-images.githubusercontent.com/4289161/211377714-a51b14ad-2cc9-46f9-a399-c7dd3f8a727f.png)

### Description when codeStrings has not only one string in it provider.CompileAssemblyFromSource(params', codeStrings) would throw exception at CodeProvide.fs around line 113 when AddExtension("fs", false) ### Repro steps ### Expected behavior...

### Describe the bug With polyglot notebook installed in VS Code. Open an ipynb file with python code cells in it. Select kernel ".NET Interactive" Even the default language configuration...

waiting-on-feedback