Kyle Mitofsky
Kyle Mitofsky
I get this issue when running the following CLI command: ```bash npx mocha --no-deprecation --require chai/register-expect --require ts-node/register "src/**/*.ts" ``` * `4.3.4` ✔ works fine * `4.3.5` ❌ broken Ideally,...
Another Example... [**Microsoft.Data.SqlClient 2.0.0-preview3.20122.2**](https://www.nuget.org/packages/Microsoft.Data.SqlClient/2.0.0-preview3.20122.2): `#r "nuget: Microsoft.Data.SqlClient,2.0.0-preview3.20122.2"` **Returns**: ``` warn: Dotnet.Script.Core.Commands.ExecuteScriptCommand[0] The script C:\repos\code\sql-search\sqlsearch.csx is not cacheable. For caching and optimal performance, ensure that the script only contains NuGet references...
Can also repro with just an empty block, not just restricted to `hr` as the next element. Here's me just hitting up-arrow / down-arrow in and out of a code...
Potentially related to #199 ?
It's because the originating text is formatted as code, so there's an attempt to preserve that So you can repro with just an old code snippet regardless of what's in...
It's probably best to not modify the [library contents][0] ad-hoc (and especially difficult if you're serving from a CDN). You can implement [uzlov's suggestion][1] (and [phazei's update][2]) by attaching a...
I'm running into this as well. Likely a duplicate of [Windows doc gens show ^M chars #42](https://github.com/awslabs/aws-shell/issues/42)
This seems to do with how newline characters in Windows are handled in VIM. From [DOS vs. Unix Line Endings][1]: > DOS/Windows uses a **Carriage Return** + **Line Feed** (``)...
@gigaga - do you have an example you could post?
> What's the alternative here, putting all these behind a tap? Scroll is a tap too I'd vote for collapsing menu items into dropdowns at smaller widths.