Bruce Axtens

Results 16 issues of Bruce Axtens

I have OpenJDK 16.0.1. I'm not a Java-savvy person, so don't know what's best. The repo was git cloned as per the description in github. Gradle failed as follows: ```...

I have node-lts installed on Windows 11 using scoop. I tried installing as per the documentation with the following log generated: [2022-06-11T10_36_02_815Z-debug-0.log](https://github.com/deepkit/deepkit-framework/files/8883679/2022-06-11T10_36_02_815Z-debug-0.log)

Granted, the fragment entered in to page.content is not a full page of HTML. All the same, the response `Error getting value from 'focusedFrameName' on 'TrifleJS.API.Modules.WebPage'.` lacks grace. ``` C:\Users\Bruce\Downloads\headless\Trifle>TrifleJS.exe...

>dotnet tool install -g todo You can invoke the tool using the following command: todo Tool 'todo' (version '1.0.41') was successfully installed. >todo ls It was not possible to find...

enhancement

``` >scoop install office-365-apps-np Installing 'office-365-apps-np' (office) [64bit] officedeploymenttool_13426-20370.exe (3.4 MB) [==========================================================================================================================================================] 100% Checking hash of officedeploymenttool_13426-20370.exe ... ok. Extracting dl.7z ... ERROR Exit code was 2! Failed to extract...

``` dotnet tool uninstall dotnet-script -g Tool 'dotnet-script' has multiple versions installed and cannot be uninstalled. ``` Version installed: ``` dotnet tool list -g ... dotnet-script 0.50.1 dotnet-script ... ```

Currently doing ``` Interpreter.CreateSymbolTableDelegate extension = itpr => { return new Dictionary { [Symbol.FromString("exit")] = NativeProcedure.Create(Exit,"exit"), }; }; ``` where Exit is defined as ``` private static int Exit() {...

**What is your proposed enhancement?** Objects returned from javascript subsystem. **Why do you want this enhancement?** To handle situations where javascript's DOM management support is better than Angle's **How would...

The installer should, and was supposed to IIRC, create an etc subdirectory in the Gow installation folder. Bash won't run without that folder.

``` CMD>git clone https://github.com/audreyt/ethercalc.git Cloning into 'ethercalc'... remote: Enumerating objects: 14, done. remote: Counting objects: 100% (14/14), done. remote: Compressing objects: 100% (10/10), done. remote: Total 7476 (delta 4), reused...