pullrequests Search Results · language:Dune language:Python language:JavaScript language:Ruby language:Java language:Python
Filter by
201M results
Summary
- MakeDir called os.MkdirAll then unconditionally called ChmodFile on the target path
- For pre-existing directories (e.g. /tmp, /workspace) owned by a different user, the chmod/chown syscall ...
Summary
Adds the missing mirrored unit test module for the req/resp domain message types. The source module
src/lean_spec/node/networking/reqresp/message.py previously had no tests/node/networking/reqresp/test_message.py ...
Closes #1260.
The control plane is one asyncio loop running ~dozens of agent bots plus all dispatch work, and agent data may live on a
network filesystem — so any sync filesystem call on the loop is a ...
Summary
- Keep-awake: caffeinate -is on macOS
- Screenshot: screencapture + sips resize, routed per-platform
- Remote control: cliclick for mouse/keyboard, JXA for logical screen resolution, Chinese ...
Summary
Adds tests/node/networking/service/test_events.py, the mirrored unit-test module for
src/lean_spec/node/networking/service/events.py. Previously the network event dataclasses were only exercised ...
Description
The CCX Coach grades report (Student Admin tab → Download student grades) was rendering the email and username columns
as Python bytes literals — e.g. b student@example.com and b jdoe — instead ...
bug
…ervice layer documentation
One-line bug fix.
The login form s onSubmit handler called onLogin(userid, password) without the namespace argument, so submitting with
Enter on a multi-tenancy cluster dispatched loginIntoNamespace with ...