Dane
Dane
Environment(环境) -------------- name | version ----------|---------- IDEA version | GoLand 2021.1.1 EmmyLua version | 1.3.6.215-IDEA211 OS | Windows 10 What are the steps to reproduce this issue?(重现步骤?) ------------------------------------------------ 1. Define...
Environment -------------- name | version ----------|---------- IDEA version | GoLand 2021.1.3 Luanalysis version | v1.2.3 OS | Windows 10 What are the steps to reproduce this issue? ------------------------------------------------ 1. Create...
Environment -------------- name | version ----------|---------- IDEA version | GoLand 2021.1.1 Luanalysis version | v1.2.3 OS | Windows 10 What are the steps to reproduce this issue? ------------------------------------------------ 1. Write...
Totally not a nitpick I swear! So far I'm really loving Flume. It's exactly what I was looking for. https://github.com/chrisjpatty/flume/blob/fe1435e3d19d27029dad9de2525d43323caf42c4/docs/docs/theming.mdx#L69
It appears AssignPerspectiveProjection is creating a Frustum. go3d: ```go // AssignPerspectiveProjection assigns a perspective projection transformation. func (mat *T) AssignPerspectiveProjection(left, right, bottom, top, znear, zfar float32) *T { near2 :=...
https://github.com/pion/opus/blob/70baa277ae2f915149372e5ca45d4dd2460a1239/examples/playback/README.md?plain=1#L9 Running this command produces an error message: ``` go: github.com/pion/opus/examples/playback@latest (in github.com/pion/opus/examples/[email protected]): The go.mod file for the module providing named packages contains one or more replace directives. It must...
Aligns install script with runtime XDG compliance. **Changes:** - Install to `$XDG_DATA_HOME/opencode/bin` (defaults to `~/.local/share/opencode/bin`) - Auto-migrate from `~/.opencode/bin` on upgrade - Compatible with existing upgrade detection Fixes #5176
## Summary Install script uses `~/.opencode/bin` but runtime uses XDG-compliant paths (`~/.local/share/opencode/`). Should align both to use `$XDG_DATA_HOME/opencode/bin`. ## Changes - Update `install` script to use `XDG_DATA_HOME` (fallback: `~/.local/share`) -...
## Description Instructing the LLM to "Output Zalgo" causes the application to crash and break the terminal. ## Steps to Reproduce 1. Open OpenCode 2. Instruct the LLM: "Output Zalgo"...