Greg Kuruc

Results 9 comments of Greg Kuruc

I could really use this feature. My use case is that I have multiple Chrome instances instantiated from a Ruby process and we need to do request interception on most...

I wonder if 404 could have two rejections. A publicly exposed one with a higher priority and one that is the catch all with lowest priority. That may help solve...

This branch doesn't build. I get the same errors as GH is annotating: ```❯ cargo build --release Updating git repository `https://github.com/GuillaumeGomez/sysinfo.git` Compiling sysinfo v0.30.5 (https://github.com/GuillaumeGomez/sysinfo.git?branch=host-processor-call#cb5121c4) error[E0425]: cannot find value `cpu_count`...

Same issue unfortunately :( ``` Thread 6 Crashed:: diagnostic_context.rb:471 0 libsystem_kernel.dylib 0x1835f9874 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x18360bcf0 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x18361a84c host_processor_info + 148 3 libsysinfo_gem.dylib 0x109c46068...

Hmm okay I'll keep trying but yeah I haven't been able to compile a simple reproducible case yet. It doesn't even happen all the time in the program we are...

Hi @GuillaumeGomez. I was able to come up with something that reproduces about 50% of the time for me and is *relatively* small. There are instructions in the zip on...

Oh I meant to put this here... https://github.com/GuillaumeGomez/sysinfo/issues/1205#issuecomment-1919403428

I was playing with this some more this morning and was able to drastically simplify the reproduction case and remove the Ruby dependency. Reuploading here if you wouldn't mind taking...

Hmm, well so I want to be able to use this as a container when the internal port will be randomly mapped to a host port using the "-P" option...