WonJung Kim
WonJung Kim
I just submitted winget package PR. but it is blocked by Winget's issue. (msvc build requires msvc redist as dependency. and it doesn't supported on winget for now. See microsoft/winget-pkgs#101652)...
@svenstaro I checked that in my local sandbox and yes, it works. (with latest build artifacts from github.) With latest master build With 0.23.0 I'm waiting for new release!
Maybe. At least https://github.com/microsoft/winget-pkgs/pull/103754 is merged. And we could automate the PR after all.
It's merged now and it works great on my windows machines! It's safe to close now. Also, If you want to setup auto-release on winget packages, try using https://github.com/vedantmgoyal2009/winget-releaser However,...
Well, if someone keep interested in, package(s) will be updated (via manually or automatically by someone). It's like a third-party scoop packaging.
Hello, I'm facing this issue with winget. From `2023.1.0` to `2023.2.2`. Is there any ETA for this issue? Well, Seems like it is not supported install method by Cloudflare anyways....
One of the reason of this issue is one of files (which is located on same folder of runable python file AND NOT IMPORTED NOR USED) is invalid python file....
I had same issue and solve with this cursed code Here's some workaround for Vite: ```ts export default defineConfig(async ({ mode }) => { const millionLintPlugin = await (async ()...
Allowed host is set like this: ``` export const ALLOWED_HOSTS = [ "app.service.com", "app-dev.service.com" // just in case, for login setups "appleid.apple.com", "accounts.google.com", ]; ... const [currentUrl, setCurrentUrl] = useState("https://app.service.com");...
``` import { SessionReplay, } from "@datadog/mobile-react-native-session-replay"; import { DdSdkReactNative, DdSdkReactNativeConfiguration, DdLogs, DdTrace, DdRum, ErrorSource, RumActionType, UploadFrequency, BatchSize, SdkVerbosity, } from "@datadog/mobile-react-native"; import { Platform } from "react-native"; import Constants...