david weil

Results 9 issues of david weil

I'm using main branch checkout. Output uses __kwargs_get but it is not defined. Neither defined in builtins generated by pyjs.py -b generate.

**Specifications** OS Version: win10 Device Manufacturer: - **Problem Description** -project linting fails **Reproduction Steps** gradlew build **Head of Commit** c91bab995ebc177e3de63c5bbb735ee258b60292

Android

1. removed duplicated-old `generate_load` version from ClosedLoopActuator 2. converted to python3 3. fixed imports 4. some minor style changes: classes and method vars to proper casing (except for some constants),...

Version 0.0.8 in win10: ````cmd type sample.md | node node_modules\markdown-html\index.js -i path.js:28 throw new TypeError('Path must be a string. Received ' + inspect(path)); ^ TypeError: Path must be a string....

bug

Batch support implementation (addressing: #5), allowing things like: ```python server = Server('/', client) x = await server.batch_message( one=server.uno.raw(), two=server.dos.raw(arg="something")) ``` or: ```python server = Server('/', client) x = await server.send_message(Batch(...

It would be nice to have support to send multiple requests in one call, reducing time spent in network handshakes. It is described in [batch](https://www.jsonrpc.org/specification#batch).

## Description Scout-soroban seems to be failing with test for detectors: - unsafe-expect - avoid-core-mem-forget-1 ## Acceptance Criteria - scout shouldn't be failing to run: _`called `Result::unwrap()` on an `Err`...

In the rush of previous PRs an bug was introduced in the CI/CD mechanism, as when we took apart the soroban-version detector from the regular test step, we created and...

version: cargo-scout-audit 0.2.18 ``` cargo scout-audit -v --local-detectors=/home/user/work/scout/detectors Building detectors warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies...