Rafał Harabień

Results 14 issues of Rafał Harabień

Issues in current menu background rendering: * it is stretched on wide monitors (window aspect ratio is not used to determine fragment of the bitmap to draw) * it is...

Issue #47 would probably be detected by CI if tests for `no_std` specific feature sets were run. To make it possible tests needs to be decorated with `#[cfg(feature = "foobar")]`...

enhancement

In PR #526 `projectDir` and `rootDirectory` were marked with `@InputDirectory` annotation to fix problems with Gradle configuration cache. But those annotations actually mean that `addKtlintCheckGitPreCommitHook` task is using entire root...

This change allows using `SetPan` API for buffers with `DSBCAPS_CTRL3D` flag when `DS3DMODE_DISABLE` mode is active. Fixes panning in Red Faction if EAX is enabled (see #18).

# Objective When developing my game I realized `extract_clusters` and `prepare_clusters` systems are taking a lot of time despite me creating very little lights. Reducing number of clusters from the...

A-Rendering
C-Performance
S-Ready-For-Final-Review

Exit from `publish.sh` script immediately after any command returns non-0 status code. Continuing after error could result in a broken package being published. Also change default interpreter to `/bin/sh` to...

https://issues.apache.org/jira/browse/SOLR-17276 # Description Metrics are not scraped by prometheus-exporter at a fixed rate because it uses `scheduleWithFixedDelay` API to schedule the scraping proces. Duration of scraping influences the actual rate....

prometheus-exporter

Before this change percentile metrics rotation interval was set to `expiry / bufferLength`. This was different from other metrics like `_max` where the interval is set to `expiry`. At the...

**Please describe the feature request.** I would like to be able to provide metric tags as array of `Pair` objects **Rationale** Currently I have two ways to pass tags: ```...

enhancement
help wanted
module: micrometer-core
kotlin

# Objective In PR #15812 ImageLoader was moved from bevy_render to bevy_image but a reference to old path was left in a meta file used by `asset_settings` example. This resulted...