Chris Nielsen

Results 10 issues of Chris Nielsen

Trivial issue of the day! The capitalization of XML is inconsistent in the "Fonts and Colors" options: ![image](https://f.cloud.github.com/assets/270430/1969371/1d15df08-82f1-11e3-9350-98fca399c71a.png)

I enjoy the ability to place my cursor on an `@import` statement, hit `F12` and jump to an imported file. I have noticed that this does not seem to support...

Functions that start with a dash (such as browser-specific extensions) are taking the "SCSS CSS Property Value" highlighting, while other functions are taking the "SCSS User Function Reference" color: ![image](https://f.cloud.github.com/assets/270430/1790905/2df753f6-6983-11e3-9f99-4a4d8c6f6d09.png)...

bug

It looks like color values that start with a # and a letter are not getting the correct syntax highlighting: ![image](https://f.cloud.github.com/assets/270430/1790864/59954802-6982-11e3-86df-f2b392167246.png) I am using SassyStudio 0.8.8

bug

I am using CommandLineParser 2.1.1-beta. Suppose you have two immutable options classes, one of which defines some required values: ```csharp [Verb("create", HelpText = "Create a new migration.")] public class CreateMigrationOptions...

I am encountering an error when attempting to `require`, `import`, or `await import` this module, using Node.js 20. The error happens in both ESM and CJS mode. It can be...

The "open" function has an "event" argument, but does not use it. This generates a warning when compressing drop.js with UglifyJS2. This pull request addresses that warning.

Observed the install script producing this output in the hosts file: ![22a15d19-977e-4c04-a604-aff1c274e0ec](https://user-images.githubusercontent.com/270430/28631463-55afe94c-71fb-11e7-9194-b41d31b70c4c.jpg) The duplicate line is there because I ran the installer twice, so I'm not worried about the duplication,...

- Given a schema that contains a named definition (`Level2B`), - And that named definition is referenced in multiple locations, - And that named schema is also an intersection type...

bug
help wanted