Byte Northbridge

Results 12 issues of Byte Northbridge

RDP files can be signed with [rdpsign](https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc753982(v=ws.10)). mRemoteNG should support signed RDP as well. ## Expected Behavior Connections to RDP servers that require signatures should work. ## Current Behavior Currently,...

Enhancement

This allows code which can handle any type of promise. Creating IPromiseBase allows IPromise, IPromise\, and IPromise\ to all be treated identically, without creating code branches for each. The IPromiseBase...

enhancement

I'm getting what looks like the same error as #34. ``` pulseaudio[1435]: E: [bluetooth] a2dp_aac.c: AAC encoding error, 0x60; frame_count:0, in_bufSizes:4096, out_bufSizes 1778, to_read:4096, to_write:1778, encoded:0 pulseaudio[1435]: D: [bluetooth] module-bluez5-device.c:...

bug

Adding some TypeScript definitions to the package would be really valuable!

On an iron-autogrow-textarea with empty lines, a single long line will not take up one of these, and will instead expand the text area. Steps to reproduce: 1. Create an...

p1 - backlog

This adds support for metapool LP breakdowns. Any nested LPs will be replaced by it's held tokens in the display. I think it could be nice to continue showing the...

Loc order was not stable between runs as `link_index` is non-deterministic. This implements stable ordering for Loc, giving reports consistent ordering between runs. To avoid repeated `MACRO_MAP` traversals when comparing...

Goals - Centralize file read logic - Create a single owner of file content - Remove duplication in the path table - Preserve tracking of overridden files to enable future...

Previously, the particular duplicate stored in the item db depended on insertion order. Now, item `Loc`s are compared during db insertion to ensure the stored entry is the last one...