Benjamin Berman

Results 85 issues of Benjamin Berman

### Is your feature request related to a problem? Please describe. Updating and maintaining Calico is tricky when a native host install is used on Windows. ### Describe the solution...

enhancement
area/windows

https://github.com/micronaut-projects/micronaut-gradle-plugin/blob/f01cd9b2b2dde8937fb890db071f845b396ad767/src/main/java/io/micronaut/gradle/graalvm/NativeImageTask.java#L32 For correct incremental builds, you'll want to mark `native-image.properties` wherever it is as a dependent file. It is probably smart to not depend on all resources. Not 100% sure...

### What happened? I cannot favorite models. Clicking the button eagerly renders a successful favorite icon, then it reverts back to not favorited. ### Steps to reproduce the problem 1....

bug-report

Dockerfile: ``` FROM mcr.microsoft.com/windows/servercore:ltsc2022 # example: install chocolatey RUN powershell -NoProfile -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))" ``` This errors with "is not a command"...

area/windows
area/windows-wcow

https://github.com/GoogleCloudPlatform/google-cloud-python/blob/c2a7bffb11425d9c5e98425f8282866a7c7fd634/vision/google/cloud/vision_helpers/decorators.py#L18 Do you think you could commit a valid, simple set of methods that will appear in IDE autocompletes like PyCharm? It would greatly improve usability of your cloud APIs....

type: feature request
api: vision

# Core issue ``` private fun computeProductBinDir(productDirProvider: Provider, platform: Property) = if (platform.get().isWindows()) productDirProvider else productDirProvider.map { it.dir("bin") } ``` This isn't true. On Windows, `corepack` also installs `yarn.cmd` (along...

This middleware will add the appropriate CORS headers to enable WASM multithreading: ``` import { NextFunction, Request, Response } from "express"; export function corsHeaders(req: Request, res: Response, next: NextFunction) {...

``` > Task :net:test FAILED Downloading Mongo 3.6 distribution... FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':net:test'. > prepare executable ```

Tested on Python 3.11 For the sake of your sanity, use [Busybox for Windows](https://frippery.org/files/busybox/busybox64u.exe) so that you have a normal, native shell environment instead of `PowerShell` or `cmd.exe`. You can...

bug

**Describe the bug** The latest `mcr.microsoft.com/windows/servercore:10.0.20348.2340` BSODs (crashes) a Windows 2022 10.0.20348.1726 host. This bug is about the latest images running on a non-latest host. ``` PS C:\Users\Administrator> Get-WinEvent -FilterHashtable...

bug
triage