ArmoredPony
ArmoredPony
I use Lua both as programming language and as file format for storing data and dynamicaly loading it into Lua enviroment. Usually this data is generated, saved and loaded during...
Gnuplot is installed, is in PATH and by itself works correctly. Notebook is also works fine with different kernels (python, lua, c++). The gnuplot kernel and the metakernel are installed...
When a date parsed with `into datetime` is given in DMY (date-month-year) format, it is parsed as MDY ``` ~> '12-01-2001' | into datetime | format date '%d.%m.%Y' 01.12.2001 ```...
Thousands of conhost.exe and rg.exe processes are started upon opening a project leading to a crash
**rust-analyzer version**: v0.3.2146 **rustc version**: 1.82.0 **editor or extension**: VSCode When a project is opened, VSCode begins to build it, spawns **thousands** of `conhost.exe` and `rg.exe` processes, until it (hopefully)...
I have a Kotlin project where all dependencies are listed in *build.gradle.kts* and managed by Gradle. I use this language server with the Kotlin VS Code extension to work on...
I'm trying to use ShareX to record vertical videos of my fullscreen game. I have set up a custom "Start screen recording using pre configured region" task that captures 608x1080...
There is `contacts_enabled` flag that all joints have. For some reason, only `SpringJoint` builder has this method exposed[^1]. Is there a reason for it? [^1]: https://docs.rs/bevy_rapier2d/latest/bevy_rapier2d/?search=contacts_enabled