Philippe Charrière

Results 51 comments of Philippe Charrière

Sorry @technosophos for the late delay I did tests again: - wagi: `0.8.1` - tinygo `version 0.21.0 linux/amd64 (using go version go1.17.5 and LLVM version 11.0.0)` - I ran the...

@EliCDavis quick'n dirty workaround: ```html const go = new Go() // Go Wasm runtime go.importObject.gojs["syscall/js.finalizeRef"] = _ => 0 // 😉 WebAssembly.instantiateStreaming(fetch("main.wasm"), go.importObject) .then(({ instance }) => { // foo...

@deadprogram, the current implementation is: ```javascript // func finalizeRef(v ref) "syscall/js.finalizeRef": (v_ref) => { // Note: TinyGo does not support finalizers so this should never be // called. console.error('syscall/js.finalizeRef not...

👋 @ifuchs if I run `redis-server` inside iSH, iSH exit instantly

@ifuchs did you test iit recently?

sorry to ask, @ifuchs in your case, is it working? Perhaps I miss some dependencies

thank you for your answer (and thank you for iSH, it's a great application) 😃

I think I found a way https://github.com/genai-for-all/learning-langchain-go/blob/main/04-let-s-go-2/main.go Now, I need to adapt this sample with prompt templates

@Angelmmiguel Sorry I missed some details, in this case I would say `./hello` would be a directory I used the GitLab generic package registry so it's more exposing resources as...

@Angelmmiguel, that's excellent news 🤩