Daniel Dias Rodrigues

Results 64 comments of Daniel Dias Rodrigues

# Suggestion, use PANDOC In Debian-like distros: `sudo aptitude install pandoc`, or any "apt" tool you like. I got better results importing to Scribus from ODT than from HTML (XML)....

These bad spawns are just NPCs i have not scripted yet. But i added them to spawners to not forget where they should be spawned when scripted.

`2023` I have added the changes to the current master branch. Not working. For example, setting `let g:startify_center=80` make the cursor cannot go back from a certain column, but the...

It's 2024, version 2.10, option `-o` exists and we can choose all these ciphers: IDEA 3DES CAST5 BLOWFISH AES AES192 AES256 TWOFISH CAMELLIA128 CAMELLIA192 CAMELLIA256 Close issue?

# Close it? It's 2024, Tomb v2.10, `--kdftype argon2` and `--kdfmem 18` (default value) are a reality. I imagine that `argon2i` is the default (just RAM usage). # Alternatives? Maybe...

# Tomb argon2 really works? - Part 2 Sorry my fault, argon2 do works, but MUST provide `--kdf` too: ```shell $ time sudo tomb -f --kdftype argon2 --kdfmem 24 forge...

Hi, could you add manpages to transifex? I would like to see terminator's linux page manual translated.

> FWIW, here is a branch that preserves all of the highlight groups (i.e. doesn't delete entries) and doesn't throw errors: https://github.com/jcharum/vim-nerdtree-syntax-highlight/tree/escape-keys > > It's a terrible hack to eliminate...

```sh $ date --utc fri 23 jun 2023 18:42:31 UTC ``` Right now proget is online again: [Down for Everyone or Just Me](https://downforeveryoneorjustme.com/proget.makedeb.org), but was offline a few hours ago....

I had a warning for `PHP Warning: Undefined array key 1 in .../inc/auth.php on line 77`. I use `Igor 2022-07-31a` release on `PHP 8.1`. PR #3755 fixed it to me.