Chris Hua

Results 12 issues of Chris Hua

relatively large change, the goal is to launch hugo properly for any arbitrary folder which represents a hugo deployment. other changes: - ran [black](https://github.com/ambv/black) for code quality purposes - use...

The current image fails to build out of the box. This change bumps the go version from 1.14 -> 1.18 and updates the required gin version as well. Similar changes...

mainly updating outdated names that I ran across

Type: Documentation
Stale

## Steps to Reproduce Issue Create a move file with an unused import, e.g. ```rust module some_module::mre { use sui::url::{Self, Url}; } ``` ## Expected Result This should compile correctly,...

Stale

fairly minor change, allows users to run `forge install pkg` and be automatically able to use the package with vscode-solidity and forge immediately. the only necessary entries in `remappings.txt` necessary...

Hi, I've noticed occasional (spurious) NPE in depguard when running `golangci-lint` in CI. We keep a go module cache between runs and speculate that unluckiness in the cache causes these...

bug

Minimally reproducible example -- take quickstart and add a JS generator. See https://github.com/steebchen/prisma-client-go/issues/877, but you can generate with `npx prisma db push` and then run `go run main.go` ```prisma datasource...

See https://github.com/microsoft/hummingbird/blob/main/hummingbird/ml/_parse.py#L256 Consider models which implement `predict` and `predict_proba` functions. These return both `label` and `probabilities` as outputs. The current logic means that we cannot name the outputs in the...

see https://github.com/connectrpc/connect-go/releases/tag/v1.11.0 One path to support would be just to update the org - build: https://github.com/cashapp/hermit-build/blob/ffb06bd1f5f6e675d9afcc44823bc0702636db0f/go-tools/Makefile#L13 - package: https://github.com/cashapp/hermit-packages/blob/master/protoc-gen-connect-go.hcl However, the code doesn't appear to be backwards incompatible ``` cannot...