Omar Mahdi
Omar Mahdi
Opening this based on: https://github.com/hajimehoshi/oto/issues/172#issuecomment-1168198827 Pre-read reads random number of bytes before stopping, and doesn't fill its buffer even when there is a lot of free space remaining.
Hi thanks for this nice tool. I am using the extension on VS Code and have this simple code: ```c resizable_arr : [..]int; array_add(*resizable_arr, 1); print("resizable_arr=%; resizable_arr.count=%; resizable_arr.allocated=%; resizable_arr.data (ptr)...
Hello 😊 I am working on creating a Jai client for the [OpenAI API](https://platform.openai.com/docs/api-reference/chat/create), but it seems its currently not possible to represent the required format for them. I am...