Tuupertunut

Results 14 issues of Tuupertunut

I recently found out that there are no such functions/commands in Arma yet, so I wrote these generic functions for getting and setting vehicle cargo inventory, such as the content...

Feature

Does this work with Angular 2 too or only 4?

[ESP-IDF documentation](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/freertos.html#_CPPv423xTaskCreatePinnedToCore14TaskFunction_tPCKcK8uint32_tPCv11UBaseType_tPC12TaskHandle_tK10BaseType_t) tells that the FreeRTOS function `xTaskCreatePinnedToCore` returns `pdPASS` if it succeeds. The `pdPASS` constant is defined [here in ESP-IDF headers](https://github.com/espressif/esp-idf/blob/release/v4.4/components/freertos/include/freertos/projdefs.h). However I can't access this constant from Rust...

The latest mainline Proot (https://github.com/proot-me/proot) seems to run Ubuntu much better than the custom Udocker-proot currently bundled with Udocker. **Before:** With the bundled Proot running Ubuntu 22.04 in `--execmode=P1`, I...

enhancement

**KSP version:** 1.7.3, with Breaking Ground 1.2.0 **HyperEdit version:** 1.5.8 **Description** Planets go off rails and move weirdly after you edit your vessel to the orbit of another planet. It...

When executing commands with `PowerShell.executeCommand(String)`, jPowerShell seems to wait the 10ms `waitPause` between every output line that the command prints. For example, if you try `ls` on a folder with...

Suggestion: Implement [java.io.Closeable](https://docs.oracle.com/javase/1.5.0/docs/api/java/io/Closeable.html) in the PowerShell class to allow Java 7+ users to automatically close the powershell session with a [try-with-resources statement](https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html).

I was doing a performance benchmark of all the generator libraries and noticed that next-gen version 0.0.10 is the fastest generator library there is. Version 0.1.1 however is around 40%...

The toJSON() function returns contents of the cache as an array of objects, with key and value fields. However there is no way to input contents in the same format.

enhancement

**Tools:** - **HEMTT:** `1.12.0` - **Operating System:** Linux **Description:** Running `hemtt new` to create a new project crashes with an IO Error: No such file or directory (os error 2)....

bug