Valentin Hăloiu

Results 8 issues of Valentin Hăloiu

Are there any plans to add support for the [Intel Wireless Daemon](https://git.kernel.org/pub/scm/network/wireless/iwd.git)? Recently NetworkManager [added initial support](https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=24bc95316d7d7c0690c4d808d785785f1ff46c35) for it too.

enhancement
no patch

All the logs generated by the InfluxDB application are interpreted as errors in Stackdriver. I guess this may have something to do with InfluxDB logging to `stderr` [by default](https://docs.influxdata.com/influxdb/v1.7/administration/logs/#running-influxdb-directly). I...

kind/k8s
c2d-tvc

The previous usage of [Array.splice](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/splice) was removing one item from the start of the array. This pull-request fixes the `splice` arguments in order to only keep the first item (which...

v4

#### Your system information * System information from steam (`Steam` -> `Help` -> `System Information`): N/A * Have you checked for system updates?: Yes * Are you using the latest...

### Description of the Change Remove the dependency on the `es6-promise-plugin` cordova plugin. ### Benefits Most modern web views ([WKWebView](https://developer.apple.com/documentation/webkit/wkwebview) on iOS and [WebView](https://developer.android.com/reference/android/webkit/WebView) on Android) have supported promises for...

help wanted
good first issue
needs testing

#### Description of Change As suggested in https://github.com/electron/electron/pull/35614#issuecomment-1241384306, change default value of `--ozone-platform-hint` flag to `auto`. This means the Wayland platform will be picked **by default** in Wayland environments and...

semver/patch

#### Description of Change Backport of [4099423](https://chromium-review.googlesource.com/c/chromium/src/+/4099423) for fixing a drag-and-drop crash on [wlroots](https://gitlab.freedesktop.org/wlroots/wlroots/) based compositors (e.g.: sway, Hyprland, wayfire, etc). This is currently causing crashes for vscode users on...

new-pr 🌱

Docker supports higher-level builds using the [`buildx bake`](https://docs.docker.com/engine/reference/commandline/buildx_bake/) command. The [command introduction page](https://docs.docker.com/build/bake/) provides a good overview about the use-cases enabled by this command: > Buildx also aims to provide...

help wanted
Good First Issue