Ildarov Gazimagomed

Results 6 issues of Ildarov Gazimagomed

I presume that issue is processor-specific, as i just ran it on my laptop equipped with AMD Ryzen 3 3200U and quite surprisingly(maybe not) tests got passed. Here are some...

Today morning i encountered that links' ability to expire does not function properly. Turned out that unexpired links were filtered using ::Time::current::to_s(:db) routine, which outputs incorrect time for my country...

Here's the simple request responsible for generating expiry links,which simply delegates the work to shortener api. ```ruby def form_expiry_link link = Shortener::ShortenedUrl.generate('https://facebook.com', expires_at: DateTime.now) render json: link end ``` However,...

This issue is a little different. I'll be able to describe it, but won't be able to outline steps to reproduce it. ### Describe the bug In my app, I've...

question

Hi! I want to use buntdb in my [ppmerge](https://github.com/threadedstream/ppmerge) library in order to minimize the size of a merged profile by storing data such as strings, functions and locations in...