Vladislav Polyakov

Results 74 issues of Vladislav Polyakov

I try to use with openai codex, that uses responses api and got 404: "POST /v1/responses HTTP/1.1" 404 Not Found

### Changelog entry ### Changelog category * Not for changelog (changelog entry is not required) ### Description for reviewers - Define YDB_PDISKS_DIRECTORY for preventing creating dynamic pdisk filenames - Ensure...

not-for-changelog

``` async function waitForChannelReady(channel, deadline) { while (true) { const state = channel.getConnectivityState(true); if (state === grpc_js_1.connectivityState.READY) { return; } await new Promise((resolve, reject) => { channel.watchConnectivityState(state, deadline, err =>...

- Allow actions to use Bun instead of Node.js by specifying `using: "bun"`. - Automatically downloads and installs Bun v1.3.2 for all platforms. Note: This implementation was developed with assistance...