Alex Wied

Results 27 issues of Alex Wied

The following exception occurs when I try to add a run configuration: ``` java.lang.NullPointerException at intellij.haskell.runconfig.console.HaskellConsoleConfigurationForm.(HaskellConsoleConfigurationForm.java:15) at intellij.haskell.runconfig.console.HaskellConsoleConfiguration.getConfigurationEditor(HaskellConsoleConfiguration.scala:20) at intellij.haskell.runconfig.console.HaskellConsoleConfiguration.getConfigurationEditor(HaskellConsoleConfiguration.scala:14) at com.intellij.execution.impl.ConfigurationSettingsEditorWrapper.createWrapper(ConfigurationSettingsEditorWrapper.java:198) at com.intellij.execution.impl.SingleConfigurationConfigurable.(SingleConfigurationConfigurable.java:81) at com.intellij.execution.impl.SingleConfigurationConfigurable.editSettings(SingleConfigurationConfigurable.java:118) at com.intellij.execution.impl.RunConfigurable.createNewConfiguration(RunConfigurable.kt:818) at com.intellij.execution.impl.RunConfigurable.createNewConfiguration(RunConfigurable.kt:853)...

### Proposed changes When using the VirtualServer CRD, it is not possible to override the default values of the following headers: * `X-Real-IP` * `X-Forwarded-For` * `X-Forwarded-Host` * `X-Forwarded-Port` *...

enhancement

This change permits the flake registry to be included in the resulting Docker image.

This commit causes the profile manifest in the Docker image to be emitted in the newer `manifest.json` format instead of `manifest.nix`.

This patch allows the currently selected `nixpkgs` to be pinned in the Docker image's flake registry.

On busy machines where Nix co-exists with other workloads, parallelism may not work as intended. For example, consider a 64 core machine whose load average is 24 and where Nix...

### Describe the bug a clear and concise description of what the bug is. `apiserver_request_slo_duration_seconds_count` does not seem to be available in Kubernetes 1.22.8. As a result, the latest version...

bug
lifecycle/stale

I'm using [this](https://github.com/nfc-tools/libnfc/blob/e9a750fc005fc545e731c9e063e2840f7ee4049e/include/nfc/nfc-types.h) include file and the following Haskell source: ```haskell module Test where #include "nfc-types.h" {#sizeof nfc_iso14443a_info#} ``` The output of c2hs is: ```haskell -- GENERATED by C->Haskell Compiler,...

`bn` has been renamed to `substrate-bn` See: https://github.com/paritytech/bn/commit/47d6e4f91918db51a65fb428e4c3d39de4a96d11

If I start with this file: ![screenshot from 2017-05-15 00-00-49](https://cloud.githubusercontent.com/assets/543423/26042243/aee8b8aa-3901-11e7-9eaa-062c2b70c524.png) And I hit ``, ``, ``, I get this: ![screenshot from 2017-05-15 00-01-32](https://cloud.githubusercontent.com/assets/543423/26042244/b24f19f8-3901-11e7-95b4-b12c86591c20.png) However, I was expecting to get this:...