Omid Rad

Results 159 comments of Omid Rad

Just to add some notes here: 1. Some stores (backends) may not support ms. ~like Redis~ (Edit: [Redis supports ms](https://github.com/redis-rs/redis-rs/blob/8f03b0cadb3bbcf03d380163c495a758ca9cc87b/redis/src/commands/mod.rs#L88), with PX flag) 2. Working with time is a bit...

Just write a private function and put cached around the private function only. Then in the public function write something like: ``` if refresh { private_function_prime_cache(...); } else { private_function(...);...

I tested it on a big project. I'll try to make a minimum code base next week 🙏

@weiznich, thanks. The problem is in `eq_any` (`eq` is fine). If you add the following code to `custom_types_round_trip` test, it fails: ```rust custom_types::table .filter(custom_types::custom_enum.eq_any([MyEnum::Foo])) .load(connection) .await .unwrap(); ``` with this...

> Has anyone gotten this to work? If so can anyone provide an example of what this looks like, I tried doing the following without much luck. > > ```...

@lsunsi please ask your company to sponsor @weiznich to push this forward 🙏🏼 and/or support him yourself

@weiznich I'm not so familiar with the code base of diesel and also diesel_async, and also not familiar with the low-level postgres queries. I spent some time today getting more...

@weiznich thanks. Another question, somewhere in the [code](https://github.com/weiznich/diesel_async/blob/ec38eca3d7fccf4097fae20d655a26f11df015ee/src/pg/mod.rs#L319-L382) comments, you mentioned: `We apply this workaround to prevent requiring all the diesel serialization code to be async`. What's the problem, to...

چه نسخه ای از افزونه رو نصب دارید؟ چطوری نصب کردید؟ از سایت گنوم اکستنشن؟

ممنون. پس مشکل از اوبونتوئه در حقیقت. اون مورد دوم هم به نظر مشکل (یا رفتار پیش‌فرض و جدید) گنوم باشه. (تیکت رو می‌بندم، اگر فکر می‌کنی افزونه مشکلی داره،...