makorne
makorne
I tried the kitchen_sink_proc_macro example and found that custom cache has hits: None and misses: None target/debug/kitchen_sink_proc_macro` ** default cache with default name ** hits: Some(2) misses: Some(4) ** default...
Hi I am novice in Rust, and tried something like this: ``` use serde::{Serialize, Deserialize}; #[derive(Serialize, Deserialize, Debug, TryFromRow)] pub struct Data { #[serde(with = "my_blob")] pub hash: Blob }...
Hi Searching works but backup - does not. ``` CONNECTED START control SecretPassword TRIGGER backup path ERR internal_error ``` Creates only an empty path/kv/838f247f/
I start official docker and try fill out port and ssh user by different means but always get error like this: ``` INFO:controller.views.controller_views: Try to connect via SSH to root@xxx.xxx.xxx.xxx...
``` assert!(NaiveDate::parse_from_str("2015/9/31", "%Y/%m/%d").is_err()); assert!(NaiveDate::parse_from_str("10/10/2021", "%d/%m/%Y").is_err()); ``` thread 'main' panicked at 'assertion failed: NaiveDate::parse_from_str(\"10/10/2021\", \"%d/%m/%Y\").is_err()',
It would be great to have Tarantool Cartridge example for this module.
`let persp = "ПЕРСПЕКТИВА24".to_case(Case::Title);` thread 'main' panicked at 'byte index 11 is not a char boundary; it is inside 'Е' (bytes 10..12) of `ПЕРСПЕКТИВА24`', /rustc/59eed8a2aac0230a8b53e89d4e99d55912ba6b35/library/core/src/str/mod.rs:576:13 The same for: `let persp...
**Description** LetsEncrypt plugin does not update certificates and lies that `Successfuly executed job certbot-renew` So it must renew certificates or as least inform about some error with renewal. **Logs** ```...
json.h: error: too few arguments to function 'jsmn_parse' int ret = jsmn_parse(&parser, js, tokens, n); int jsmn_parse(jsmn_parser *parser, const char *js, size_t len, jsmntok_t *tokens, unsigned int num_tokens);
Invalid response: root element must be array.