Rich Ramalho
Rich Ramalho
I made a change to my Github account. I contribute through this PR: https://github.com/jbesomi/texthero/pull/106
#### Qual o propósito dessa pull request? Corrigir os links dos dois repositórios e adicionado um novo repositório. #### O que foi feito? Foi alterado apenas os links (o nome...
I have created this simple function: ```rs use pyo3::prelude::*; use std::time::{Instant}; #[pyfunction] fn rust_sleep() -> i32 { let start = Instant::now(); let num = 1 + 1; let duration =...
- [X] I confirm that this is an issue rather than a question. ## Bug report The vuepress 1.9.10 version still uses the `vuepress-html-webpack-plugin v3.2.0` lib and from what I...
- A function that returns a []map[string]interface{} is incorrect for integer types ```golang func Test() ([]map[string]interface{}, error) { var result []map[string]interface{} rowMap := make(map[string]interface{}) rowMap["id"] = 1 rowMap["test"] = 2...