Stephen Wicklund

Results 189 issues of Stephen Wicklund

User-interface: * When right-clicking a node, the "Add structured child (re. )" item should have two children (when valid for the right-clicked node): "New supporting claim", "New opposing claim" *...

frontend

Possible alternative approach: https://stackoverflow.com/a/75105382 Prior issue on the subject (where views were used to achieve the perf gains): https://github.com/debate-map/app/issues/301

Replication: 1) Run: `npm start "db.psql_k8s dm-ovh"` 2) Execute: `SELECT set_config('app.current_user_id', 'D1Y6EhKuTFCE--91TusIQA', false);` 3) Execute: `SELECT * FROM global_search('nuclear power', 100);` Note: Only appears to happen on M-A's machine atm....

* **I'm submitting a ...** [X] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...

### Voice Changer Version MMVCServerSIO_win_onnxgpu-cuda_v.1.5.3.17b.zip ### Operational System Windows 10 ### GPU NVIDIA GeForce RTX 2060 SUPER ### Read carefully and check the options - [ ] I've tried to...

Table structure draft: ``` CREATE TABLE app."nodeAggregateRatings" ( process text NOT NULL PRIMARY KEY, node text NOT NULL PRIMARY KEY, type text NOT NULL, value real NOT NULL, "aggregationInfo" JSONB,...

Current workaround: increase console buffer size to 8000 or the like. Going to keep this one open, since it requires either globally changing the console buffer size, or changing it...