sify21

Results 41 comments of sify21

> @Clovel for the v2 api access, harbor supports both basci auth and bearer token. > > For the basic, did you try the @kofj 's comments. For the bearer...

here's the kotlin script version of the workaroud: ``` import org.gradle.plugins.ide.eclipse.model.Classpath import org.gradle.plugins.ide.eclipse.model.SourceFolder plugins { java eclipse } buildDir = file("build/gradle") eclipse { classpath { defaultOutputDir = file("build/eclipse") file {...

found this plugin for vscode, at very early stage: https://github.com/z80dev/vscode-vyper-lsp-extension there is an official repo: https://github.com/vyperlang/vyper-lsp

In version 5 it's `neo4j-admin database copy`, only available in Enterprise Edition

Ideally, the `node` task should respect different network settings through the `--network` parameter, just like other built-in tasks did. Currently it's only possible to modify the default `hardhat` network setting...

1. It's the same in trouble shoot mode ![image](https://github.com/reactjs/react.dev/assets/11829223/d7f96742-c176-4b0c-bd78-cd5ac472ce36) 2. Chrome displays fine ![image](https://github.com/reactjs/react.dev/assets/11829223/ff581d7c-32ec-4187-8a44-914c180df063)

I installed graalvm-community-17.0.9, `native-image` is available in the path.

Weird, I'm using the sdk with cross-rs/cross. `11.3` is ok, but `11.0` reports missing c++ headers for aarch64 target.