Caylan

Results 38 comments of 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. ![2019-02-14 at 11 25 am](https://user-images.githubusercontent.com/1819762/52805088-68c60880-304b-11e9-8ffa-8307ba69504a.png) I created a new folder...

This worked for me: ``` .blurring.dimmed.dimmable > :not(.dimmer).popup { filter: none; } ```

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...