Gijsbert ter Horst

Results 114 comments of Gijsbert ter Horst

I think it's a bit up to the end-user. In our company, we use the standard that all text files in our repositories are UTF-8, no-BOM, LF, with a final...

Apologies for the confusion. I meant that our files use a linefeed character as line terminator.

> From the [Unicode spec](https://www.unicode.org/versions/Unicode5.0.0/ch02.pdf). > A bit off-topic, but keep in mind that an image is not strictly _readable_. I've spent a few minutes baffled why you only commented:...

This is a real shame.‌ I have the same issue with my TP-Link USB adapter and HUAWEI FreeBuds i6. Pairing works fine, but once the device loses connection for the...

As far as I can see, the only thing you did is break the sample functionality. The sample functionality allows you to let the PID controller run at a lower...

That's an issue for the binary packages. Source from Github builds fine, though some packages are not required by CMake, yet the compilation will fail if you do not have...

Might this be related to an issue I have? ```C# [Fact(DisplayName = "Item: Creation")] public void CreateItem() { } ``` When test discovery runs I see `CreateItem` in the list...

How do I stringify a Date object in a specific time zone using Jint? The user has to pick a time, but times show up in the server time zone....

This issue isn't fixed at all! This very simple line still fills the system memory in an instant: ```javascript JSON.stringify(new Array(99999).fill(0).map(i => new Array(99999).fill(0).map(j => new Array(99999).fill(0)))); ``` Note: Array...

I have zero experience with the Jint code. Do you have a suggestion what kind of solution would be appropriate? I'm guessing the reason this isn't working properly is that...