-
Microsoft
- Seattle, WA
Block or Report
Block or report jonsequitur
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
dotnet/interactive Public
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in way…
-
dotnet/try Public
Try .NET provides developers and content authors with tools to create interactive experiences.
-
dotnet/command-line-api Public
Command line parsing, invocation, and rendering of terminal output.
-
-
814 contributions in the last year
Contribution activity
March 2023
Created 25 commits in 2 repositories
Created a pull request in dotnet/interactive that received 10 comments
Documentation updates
This PR contains a number of documentation updates, primarily related to #2078. There's still more to do here, but I'm happy to merge this and keep…
Opened 8 other pull requests in 2 repositories
dotnet/interactive
6
merged
dotnet/command-line-api
2
merged
Reviewed 54 pull requests in 3 repositories
dotnet/command-line-api
25 pull requests
- remove TokenCompletionContext, make CompletionContext non-abstract
- merge ParseDirectiveAction and ParseResultExtensions into one internal type
- move IValueDescriptor to System.CommandLine.NamingConventionBinder
- Remove InvocationContext
- Rename Option/CommandResult.Token to IdentifierToken
- make CommandLineConfiguration mutable, remove CommandLineBuilder
- [main] Update dependencies from dotnet/source-build-reference-packages
- replace IConsole with two TextWriters in Configuration
- expose HelpOption and HelpAction, move help configuration to the action
- [main] Update dependencies from dotnet/source-build-reference-packages
- Remove Middleware
- Removing almost unused ConsoleExtensions
- Remove RegisterWithDotnetSuggest
- Introduce CliAction, make it possible for every Symbol to define one
- introduce ParseResult.GetValue<T>(string name)
- Move BindingContext and related types to NamingConventionBinder project
- remove non-generic GetValueOrDefault and fix the usages
- Remove set handler overloads
- merge CommandLineStringSplitter into Parser
- Minor token improvements
- seal public classes which don't expose public ctors
- [main] Update dependencies from dotnet/source-build-reference-packages
- Name and aliases separation
- Types cleanup
- Introduce Directive Symbol type
- Some pull request reviews not shown.
dotnet/interactive
25 pull requests
- Improve memory usage
- fix typo
- fix typo
- Add cell to triage issues tagged enhancement
- strip cell metadata for markdown cells
- Make constructor for KernelCommandResult public
-
Fix link to
docs/small-factor-devices.md
- removing preview false
- Cleanup some code in StdIoKernelConnector
- Produce kernelinfo on kernel ready
- ensure requestInput and sendEditableCode are sequencial
- Improve StdIoConnector
- disable csharp project tests
- Documentation updates
- fix #2802
- remove outdated d3js sample
- new notebook for js widget
- Use full path to global dotnet tools when starting SQL and Kusto services.
- Update instructions
- Reopen a notebook does not mark it as modified
- Fix kernel info display name
- Jupyter/merge main no squash
- kernel selector shows wrong kernels
- Removed unnecessary Imports or usings from all projects
- Update developer guide with new notebook creation command
- Some pull request reviews not shown.
microsoft/vscode-docs
1 pull request
Created an issue in dotnet/interactive that received 4 comments
New cells use notebook default language instead of previous cell language
When creating a new cell, the default language is the notebook's default language. It is expected to be the same language as the previous cell, e.g…
Opened 8 other issues in 1 repository
dotnet/interactive
6
open
2
closed
-
HTML formatting of
IEnumerable
andIEnumerable<T>
is different -
HTML formatting of
IEnumerable
types skips properties -
#!import
is broken by Markdown cells in imported.ipynb
files -
directly setting values in JavaScript kernel using
#!set
fails -
consider making
#!set --name
option optional when a kernel designator is used - Kernel chooser should have a hover hint
- add support for kernel extensions to provide custom colorization
-
PowerShell kernel lacks a
DisplayAs
equivalent