Christopher Sardegna

Results 40 issues of Christopher Sardegna

When I export a large amount of demos I get the following error: 3/5/2017 12:39 PM: Exception of type 'System.OutOfMemoryException' was thrown. StackTrace: at System.IO.MemoryStream.set_Capacity(Int32 value) at System.IO.MemoryStream.EnsureCapacity(Int32 value) at...

bug
v3-done

Currently you have add folders in Folders > Add Folder one at a time. It would be nice if we could select multiple folders instead of just one _or_ if...

enhancement
v3-done

The `Kills` sheet in the Excel export shows overall tick within a match. It would be useful to also show the tick within the round.

enhancement

http://www.hltv.org/match/2301161-e-fragnet-faze-iem-katowice-2016 The first round of this match is detected as round 3 for some reason.

analyze

Example demo: https://www.hltv.org/matches/2311884/g2-vs-cloud9-pgl-major-krakow-2017-main-qualifier Shox shows under Cloud9 and n0thing shows under G2. ![](https://i.imgur.com/h89SkfX.png)

analyze

The following syscall [can block](https://pubs.opengroup.org/onlinepubs/9699919799/functions/read.html) waiting for stdin: https://github.com/crossterm-rs/crossterm/blob/58f580eaad4e80ccb8a09541b760a329971bb4bc/src/event/sys/unix/file_descriptor.rs#L33-L37 ## Steps to reproduce Create a new binary project and place the following code in `main.rs`. Once done, run with `cargo...

Specific error: ``` default 19:18:03.885087-0400 Nimble Task . received response, status 503 content K ``` In context: ```log default 19:18:03.850269-0400 Nimble Connection 1: connected successfully default 19:18:03.850310-0400 Nimble Connection 1:...

After a lot of runtime (multiple days), I get `Unable to get kinfo_procs: Cannot allocate memory` and `htop` crashes.

bug :bug:
MacOS :green_apple:

There is no argument in the documentation that allows you to specify a different command other than `python` to run the code, so this will always run Python 2.7 instead...

match_stats = [[Match([{Player(6667): GaussianRating(25.0, 8.333)}, {Player(4991): GaussianRating(25.0, 8.333)}], rank=[1, 2])], [Match([{Player(6615): GaussianRating(25.0, 8.333)}, {Player(7557): GaussianRating(25.0, 8.333)}], rank=[1, 2])]] Cast `match_stat` as Matches(): Matches(match_stats) This results in: [Match([{Player(6667): GaussianRating(25.0, 8.333)}, {Player(4991):...