Jeremy
Jeremy
I completed a first pass at the interface, and the only notable issues were that: For the `date` method that parses iso8601 stamps, Timezone parsed the invalid example: 2018-42-30T11:60:00.000Z as...
I encountered this in a Docker container of CentOS 7 on an OS X host. In https://github.com/dmtcp/dmtcp/blob/master/src/terminal.cpp#L71 ```c tcgetpgrp(STDIN_FILENO); // 1 getpgrp(); // 40000 ``` I saw this first in...
What problem is this PR trying to solve? It looks like the only substantial change is that the class attribute isn't being placed on the CM element. It would probably...
This doesn't quite sound right. Can you provide an example of the model not updating correctly?
Thanks! I'll look into this in detail this weekend. For the record, what versions of angular and codemirror are you using?
:+1: This PR is correct, `"use strict"` should be inside your module. I bet this will also fix issue #39
@hoxworth A while back I also started working on modernizing xmpp4r, https://github.com/whitehat101/xmpp4r, I merged most of the pulls and hacked some. I've been using that branch in "production" for months,...
I was thinking about this today. I think most email clients will open in a new window anyways, but for things like "View this email in your browser" it could...
I saw this error when using the "Heltec_ESP32 Dev-Boards" library version **2.0.1**. I was able to downgrade to version **1.1.5** and my sketch compiled cleanly.
Does that mean that TypeORM should work with TypeScript 5.2? Or is there work to be done to support 5.2 decorators?