Rinor Hoxha

Results 11 issues of Rinor Hoxha

Did you get that error message from an instance with multiple vCPUs? I can see in the code that this could happen when there are multiple concurrent connection requests that...

Starting with release 2.39 of the GNU Binutils several new warnings have been added to the linker. Also gcc-12 may have new rules/checks. In order to continue building nanos successfully...

While deploying and testing with real traffic (`wireguard-go` in this case) on `azure` (will test in other clouds in the following days), I'm getting the following identical `Page fault` crashes....

added just enough checks to prevent some panics on invalid chat state inputs encountered while investigating https://github.com/gptscript-ai/gptscript/issues/311

While deploying https://github.com/nanovms/nanos/pull/2024, I've experienced some sporadic issues on some instances failing to obtain IPv4 address from GCP. - The **failure is from nanos perspective** since from **gcp perspective the...

continue https://github.com/olekukonko/tablewriter/pull/215 - that pr fixed only `len(columns) - len(footer) == 1 ` case - this fixes further panics when `len(columns) - len(footer) > 1 `

Added a new `Standalone` boolean field to the `SDKServer` and `Options` structs to support running the server in standalone mode. Updated the server run logic to conditionally skip the stdin...

run-smoke

- use GPTSCRIPT_OPENAPI_CREDENTIAL_TOOL environment variable to change the default `Credential: github.com/gptscript-ai/credential` might not be the best way and/or place, but it's the least intrusive one.

Added a new parameter `includeResponse` to the SysHTTPPost function to allow inclusion of the HTTP POST response in the output. This provides more flexibility in handling responses directly within the...