William L. DeRieux IV

Results 17 comments of William L. DeRieux IV

@Ygarr have you tried setting **safe_dig_and_place** to true in minetest.conf ? **By default this is disabled** The main benefit of this setting is that only one node is placed or...

> https://github.com/minetest/minetest_game/blob/0a90bd8a0ec530f48e1bd9a438e24bd85cc9cd66/mods/mtg_craftguide/init.lua#L370-L378 Should probably be a sanity check anywhere **data.recipies** is used to ensure that it is not nil before using it. ```lua elseif (data.recipes ~= nil) and (fields.recipe_next or...

> Hello, I can't reproduce this. I can see the documentation normally with the latest git version on my Debian testing. My Qt version is 5.14.4, so maybe that's why....

> So, we agree that it was not because of Zeal but of QT 5.11 that is not used anymore (in which case I think that we could close it),...

It might be nice if zeal included a package-config file so that pkg-config could be used to grab all of the relevant directories (cachedir, configdir, datadir, appdir, etc).

@marcosfad It might also be good idea not to include full-paths in the zip or sha256 file. Using relative paths makes it easier to run **shasum -c sha256** and have...

EDIT: Just to update this with a workaround -- the following command will redirect from the old url to the new one. ```console $ git config --global url."https://github.com/shybyte/soundpipe.git".insteadOf 'https://github.com/PaulBatchelor/Soundpipe.git' ```...

@numberZero No #467 was a separate issue (it dealt with digiline_send not working). ------------------ Globally disabling mesecons to recover from serious errors on startup would probably be the way to...

> Are you sure you didn’t connect them to each other? The LuaC should’ve burnt on such load way earlier, even in such short-circuit. No I connected a transmitter to...

@numberZero The transmitter/retriever wasn't connected directly....they needed to be connected by blue digiline wires (much like the digilines lcd), but it would be wireless from that point on. PS: I'll...