Alec Molloy
Alec Molloy
Hey, thanks for the work on this great package! And thanks for merging the fix for Instanceof in #5. It would be great if you could publish this fix to...
was getting the following error from a clean build using php 8.1.2: ``` "Warning: Undefined array key "lan" in ~/thebookofshaders/header.php on line 4" ``` Was going to use `isset` but...
Code: (same as default code, but with a 0.25 value for alpha channel) ``` // Author: // Title: #ifdef GL_ES precision mediump float; #endif uniform vec2 u_resolution; uniform vec2 u_mouse;...
### Details When copying the code from the following demo: https://github.com/run-llama/LlamaIndexTS/blob/main/apps/simple/storageContext.ts#L31-L41 I am getting the error: `Cannot initialize index with both indexStruct and indexStore`, while trying to create an index...