• Joined on 2022-08-18
tirbal created pull request Plume/Plume#1163 2024-12-23 22:17:05 +00:00
tables&blockquote style
tirbal pushed to tables-style at tirbal/Plume 2024-12-23 22:11:24 +00:00
454da57275 tables&blockquote style
tirbal pushed to tables-style at tirbal/Plume 2024-12-23 21:33:04 +00:00
tirbal created branch tables-style in tirbal/Plume 2024-12-23 21:33:04 +00:00
tirbal created repository tirbal/Plume 2024-12-23 21:31:08 +00:00
tirbal opened issue Plume/Plume#1162 2024-12-23 17:17:37 +00:00
llvm and lld are not accessible via svn
tirbal created repository tirbal/rocket_csrf 2024-12-21 06:41:56 +00:00
tirbal created repository tirbal/pulldown-cmark 2024-12-21 06:41:46 +00:00
tirbal commented on issue Plume/Plume#1152 2024-01-04 22:03:31 +00:00
Server Error 500 while creating new blog if title has white spaces

After investigating the code, I realized that it may be due to the removal of some code in the utirls.rs file since version 7.2, such as the alphanumerical character checker and CamelCase converter.

tirbal opened issue Plume/Plume#1152 2024-01-04 19:34:21 +00:00
Server Error 500 while creating new blog if title has white spaces
tirbal commented on issue Plume/Plume#1110 2022-08-18 21:50:23 +00:00
ERROR: Result::unwrap() on an Err value: SecretKey', src/main.rs:133:42 while installing Plume with Docker

Sorry, the mistake was mine! It works perfectly after entering a correctly generated ROCKET_SECRET_KEY environment variable. By the way, thank you for this nice project.

tirbal closed issue Plume/Plume#1110 2022-08-18 21:50:23 +00:00
ERROR: Result::unwrap() on an Err value: SecretKey', src/main.rs:133:42 while installing Plume with Docker
tirbal opened issue Plume/Plume#1110 2022-08-18 16:53:29 +00:00
ERROR: Result::unwrap() on an Err value: SecretKey', src/main.rs:133:42 while installing Plume with Docker
tirbal commented on issue Plume/Plume#1102 2022-08-18 14:25:48 +00:00
install with docker-compose fails: ERROR: relation "instances" does not exist at character 357

Hello, I've been solving the same problems until now I'm facing another error that does not let me move forward and cannot start the docker container. I think somehow the error is related to the…