4aiman
4aiman
Exchange 2013 (yes, in 2022) NTLM-enabled server, no basic auth, no 0auth. There HAS to be something I'm missing here: ``` // self-signed certificate process.env.NODE_TLS_REJECT_UNAUTHORIZED = 0 let EWS =...
While using luigi with love2d 0.10.2 I'm getting this:  *see the edit box* I think that it's the utf-8 compatible font which is not loaded for some reason.
Currently any tool is registered once and all it's properties cannot be changed. What I propose is: - 2 additional fields in objectref: ``` strength = number, defaults to 1...
 Not a big deal, but still :)
1. Start to dig. 2. W/o relesing the LMB switch to another slot with numerical keys. 3. Voila! Until using touchpad/mouse buttons you can dig forever!
Right now collision boxes of entities aren't rotated with set_yaw() callback. I think they should.
Reproduce steps: - create new mod; - add this to the init.lua: `minetest.register_ore({ ore_type = "scatter", ore = "default:stone_with_coal", wherein = "default:stone", clust_scarcity = 1, clust_num_ores = 27000, clust_size =...
Well, the subject.
This may be hardcoded or via new lua callback. Currently there are set_velocity() and set_acceleration() functions but only for entities. That may be used for such purposes. Gravitation points may...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.18.0 x64 **Electron**: 1.3.15 **OS**: Debian GNU/Linux **Thrown From**: [love-ide](https://github.com/rameshvarun/love-ide) package 0.17.0 ### Stack Trace Failed to activate the love-ide package...