Janus Troelsen

Results 142 comments of Janus Troelsen

Hi. That's my domain and I had this issue in mosh-chrome some weeks ago. I can't find the original thread where I mentioned it. Could you point me to it?...

On trying to find the exact request that caused this, I think I may have broken the server. This is the command line I used: `while exec 5>&1; stat="$(curl -s...

@agocorona The problem seems to have been fixed?

I do not need it, I am just asking for curiosity and to understand. I am glad the project is progressing.

It sounds good. I'd like to note that I actually have a schema on the response which has the link on it, and it lists the property as required (that...

would be nice to have it work with [marshmallow_enum.EnumField](https://pypi.org/project/marshmallow-enum/)

jemul8 uses npm AFAIK: https://github.com/asmblah/jemul8

@knocte, I cannot reproduce the test failures with either Runtime, Device or OperatingSystem on my local build of the develop branch (updated with Cake 0.37, see PR #283) For OperatingSystem,...

As mentioned, i have also tried with the released 2.4.0 dll. Regarding doing subscriptions first, i don't understand how that could make a difference since we are talking about exceptions...

> you mean that you already tried this yes > what build flags? if you look at [Device.cs](https://github.com/getsentry/raven-csharp/blob/develop/src/app/SharpRaven/Data/Context/Device.cs#L215), it only calls into [InteropServices.RuntimeInformation](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.runtimeinformation?view=netframework-4.8) if the preprocessor flag HAS_RUNTIME_INFORMATION is set.