Caylan
Caylan
@goldfire, I'm seeing the same error. I really want to get this working. I'm trying to verify receipts so I can work on new features. This thread [sums up my...
More info and questions about this corner of the API... I'm wondering how to cancel this operation when no bytes are available. The documentation for [DataReader.LoadAsync](https://docs.microsoft.com/en-us/uwp/api/windows.storage.streams.datareader.loadasync) shows it returns DataReaderLoadOperation...
@Janneman84 how did you come to this conclusion: > I dug some deeper and found that you need the dlls from this folder: `C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x64\Microsoft.VC140.CRT\` I'm...
My fault. I had to give dependency walker more time. 🕙 It takes a minute to open the node file.  I created a new folder...
This worked for me: ``` .blurring.dimmed.dimmable > :not(.dimmer).popup { filter: none; } ```
electron-rebuild --parallel --force --types prod,dev,optional --module-dir in windows 2012 server R2
Removing parallel might fix this... I don't know why.
I have been tormented by this issue for hours. It all started when **one or both** of these things happened: a) My app's "Developer ID Installer" expired ("easily" fixed) b)...
I'm hitting this because I expected it to work so I could define [immutable records](https://immutable-js.github.io/immutable-js/docs/#/Record) and only define the key once. ``` export const MY_KEY = 'my-key'; export type MyRecordProps...