Siva Mahadevan

Results 17 issues of Siva Mahadevan

I am wondering if there is a way in gleam to better distribute jobs across available **agents** rather than just executors. Consider the following example: 1. read a text file...

Is there a way to register a function "callback" that runs on all executors in distributed mode? For example, I would like to flush a batched pipeline on all executors...

This change replaces Cirrus CI tasks for linux and macos with Github Actions equivalents. Github actions doesn't seem to have a "compute credits" or similar restriction for public instances. Since...

This change rewrites the main Makefile to use strictly POSIX `make` supported features. The main changes are: * Use macro expansion as a means for portable conditional statements across all...

LLVM 16+ enables the `--no-undefined-version` flag in LLD by default in commit https://github.com/llvm/llvm-project/commit/241dbd310599e3c1a0f1b0c9ced14c8b8760539e. This causes many build errors of the form: `error: version script assignment of to symbol failed: symbol...

**Describe the bug** In a usual unix testing setup with a heimdal KDC and a heimdal-bundled `kinit` client, PKINIT PKCS11 authentication uses a `name-type` of `NT-PRINCIPAL` and a `CNameString` of...

**Is your feature request related to a problem? Please describe.** Currently, lib/hdb/hdb-sqlite.c hardcodes the table names for Version, Principal, and Entry. It would be nice to choose our own names...

**Describe the bug** Heimdal does not compile successfully (with a fresh git clone) on Alpine Linux edge. **To Reproduce** Steps to reproduce the behavior: * Follow the building instructions in...

We should be using standardized license identifiers[0] in all packages to distinguish between the various versions of licenses and clarify cases where dual licensing applies. From the FAQ[1]: > Q:...