Results 109 issues of Simonas Kazlauskas

I found it using in excess of 100MiB of resident memory. For a glue application that is intended to expose a couple dbus endpoints and show file access dialogs, 100M...

### Problem I was looking at a performance issue caused by env RUSTFLAGS="-Cinstrument-coverage" in our codebase and have determined that the major part of the degradation (~10x slowdown) was because...

C-feature-request
A-profiles
S-triage

cargo team notes: - [Summary](https://hackmd.io/@kobzol/S17NS71bh) --- There should be an option to only build dependencies.

C-feature-request
S-needs-design

C and C++ compilers consider the ordering of arguments important and semantic. However, if you construct a builder like this: ``` cc::Build::new().flag_if_supported("-xc").flag("-xc++").flag("-std=c++11") ``` the constructed command line will look like...

There's two files in current working directory: - [f] a.png - [f] b.png When writting command ``` rm [f\]\ a.png [f\]\ b.png ``` I can resort to autocompletions to write...

enhancement
completions
RFC

Criterion 0.5 was released, but it didn’t result in an update to the criterion-macros crate, which means that in order to use `criterion-macros` one must consciously keep `criterion` itself at...

I have been trying to update the bindings I maintain to the recent 0.9.0 release. These bindings utilize the `TRACY_MANUAL_LIFETIME` feature. The update went through mostly smoothly, except that the...

bug
windows

### What happened? I have written a query that uses `$__rateInterval` in prometheus or `v.windowPeriod` in FluxV2. Graphed this in a Time Series graph. Knowing that my data is every...

type/bug
area/panel/timeseries

I have a large library of music tagged with beets. A representative sample of `ffprobe` output for a track: ``` Input #0, flac, from '05 - Infected Mushroom - Suliman.flac':...

Sometimes when the slideshow shows the next photo it takes the TV a couple moments to download and decode the image. This shows up as an initially black screen, and...