Roland Fredenhagen
Roland Fredenhagen
> There is currently no such thing as a "map option", so the first step is to define such a thing. However, what should happen if a "map option" gets...
Alright, I'll use `lsof -p 133249 | awk '{print $9}' | grep /tmp/nvim` for now. Maybe not ideal but should probably be reliable
Maybe also all required extensions: - `mysqli` - `pdo_mysql` PHP Version 7
Well, there is probably a better solution for the borrow issue than the Borrow trait itself. This was a more general thing with having some logic that depends on imports...
It is also possible to use https://doc.rust-lang.org/std/borrow/trait.Borrow.html At least for my usecase where I needed to compare dates: ```html {% if (Utc::now() + Duration::days(1)).borrow() > delete_at %} {{ delete_at.format("%H:%M:%S") }}...
Good catch, I'll investigate this, https://github.com/ReviversMC/modget-minecraft might be an alternative.
> My game was running perfectly, but after installing the mod the memory usage increases Could you tell me what minecraft,fabric,os you used? Did it happen without other mods active?
Could you provide more information on this? I tested in Minecraft `1.17.1`, Fabric `0.11.7`, Fabric API `0.40.8` and it worked. One thing to note is, `Alt` might only show the...
That is really strange, did this occur with no other mods enabled? What OS? Just to clarify, you did the following: 1. Reset bindings to default 2. Press `m` 3....
Does show options work if you set it to a key other than `Alt`?