-
From #448:
- [ ] Fix errors from getaddrinfo (see https://github.com/ocaml-multicore/eio/issues/351).
- [x] #607
- [x] Decide whether/how to make this more flexible, so that e.g. most of this can b…
-
Removing the Gemfile.lock and removing posix-spawn from the Gemfile results in successful build and run but actually running after does not work...so something's amiss.
ruby 3.2.4-1.1
ruby-bundler…
-
Hi/2.
Some functions are declared differently POSIX. And some codes such as GNULIB test-suites require exact function declarations. Worse is that GCC14 now treats this as errors. So these should be…
-
**Describe the feature:**
**Describe the solution you'd like**
**Describe alternatives you've considered**
-
The handling of Local timezones includes code to parse both timezone information files and Posix timezone strings. This code is currently driven from either a TZ environment variable or a /etc/localti…
-
## Introduction
POSIX libraries and applications should Just Work™️ in 90% of the cases when being ported to Zephyr. Why? Because we want to _enable_ our users to launch products and applications t…
-
#### Environment
- Server version: 7.1.3
- Node.js version: v20.10.0
- npm version: 10.90.0
#### Description
for a nodejs project , i've used the Credentiel Auth Method https://communitys…
-
# Bug report
### Bug description:
```python
import sys
import tempfile
def main():
tempfile.NamedTemporaryFile()
if __name__ == "__main__":
sys.exit(main())
```
when run with `python -We…
-
**Is your feature request related to a problem? Please describe.**
Be able to remove POSIX attributes / enablement from an account.
**Describe the solution you'd like**
`kanidm (person|servic…
-
On Unix-like systems, the size of a stack depends on where the corresponding fiber is:
* The main fiber of the main thread uses `ulimit -Ss`, or the result of calling [`getrlimit`](https://pubs.ope…