Timofey Peshin
Timofey Peshin
**Is your feature request related to a problem? Please describe.** Many modern languages include package managers or build systems that involve a cache, e.g. `go build`. When adding a not-yet-supported...
Description --- Moves the err==nil && resp==nil check into `api` to avoid duplicating it. We had this check in `filetransfer` but we also need it to apply in `filestream`. As...
Description --- Makes `filestream` react gracefully to errors that prevent further uploads. After a fatal error, `filestream` operations become non-blocking no-ops. The reason we do this rather than killing the...
Description --- Replaces the helpers in `apitest` with a `FakeClient` type that's more performant than spinning up a server and more ergonomic to use in tests.
Description --- * Combine core and non-core jobs. We always run both anyway. * This will reduce the impact of the `brew install` on macOS (mainly in terms of cost)...
**Describe the bug** `delocate` works with `/usr/lib/swift/libswiftCore.dylib` paths, but fails with `@rpath/libswiftCore.dylib` when the search path includes "/usr/lib/swift". **Expected behavior** I'm not sure. This might not be a bug; I...
Description --- Cleans up the implementation of `wandb.init()` and updates its return type to be `Run | RunDisabled` instead of `Run | RunDisabled | None` to fix that very annoying...
Description --- If a jsonl file line is too long, skip it, log a warning, and print a message. Also removed: * FatalErrorChan() and replaced it with printing directly in...
Description --- Parent PR: https://github.com/wandb/wandb/pull/7558 Allows writing ```go printer. AtMostEvery(time.Minute). Write("something went wrong! aahhhh") ```
Description --- Rename these files to make the directory easier to understand when using default alphabetical sorting.