Daniel Rose

Results 18 issues of Daniel Rose

In my application, I use AvalonEdit as text editor, whilst also having a third-party Ribbon control. That Ribbon control shows keyboard shortcuts when the user presses the Alt-Key. In general...

Issue-Bug
Area-Editing

When click-dragging on the line number margin and dragging to the top/bottom, the document does not scroll. In contrast to this, when click-dragging inside the document text, the document does...

Issue-Bug

When the scroll bar visibility is set to Auto, the commands to scroll to the end (ScrollToEnd, ScrollToLine(document.LineCount)) do not always work correctly. The reason is that the ScrollViewer internally...

Issue-Bug

Fixes #37 Explicitly types the helper array `{name}_possibleTypes` as `String[]`. An alternative would be to check if the arrays are empty, and don't emit the code in that case (in...

For all unions/interfaces/objects in the GraphQL schema, the generated code includes a "type-guard" called `is{name}`, which uses a string array `{name}_possibleTypes` with the type-names implementing the source value. That array...

Fixes #35 Forces NodeJS to generate a POSIX-compatible relative path.

The example in the README for a custom scalar type mapping does not work on Windows. ``` module.exports = { endpoint: 'http://example.com/graphql', output: 'clients/myClient', options: { typeMapper: { location: 'path/to/typeMapper',...

I am using this in an Angular app. After upgrading to Angular 6, I get the following error: > sctransport.js:7 Uncaught ReferenceError: global is not defined > at Object../node_modules/socketcluster-client/lib/sctransport.js (sctransport.js:7)...

In the type definition file, the configuration values `GanttConfigOptions.start_date` and `GanttConfigOptions.end_date` are set as `Date`. However, they are `undefined` when the Gantt is initialized. Since they are typed without undefined,...

Adds a simple application icon, which I drew based on the spacing button's icon.