Davor Ocelic

Results 70 comments of Davor Ocelic

A patch as simple as this makes it possible to paginate associations. ```js diff -ru sequelize-cursor-pagination/makePaginate.js sequelize-cursor-pagination/makePaginate.js --- sequelize-cursor-pagination/makePaginate.js 2022-08-04 22:50:45.774000000 +0200 +++ sequelize-cursor-pagination/makePaginate.js 2022-08-04 22:45:08.181000000 +0200 @@ -2,10 +2,21...

Heya, thanks for the report! If by chance you could come up with partial PRs for the items you mentioned, it would speed up the progress on resolving them.

But supposedly the type of problem @stakach is mentioning has been implemented in Ameba (based on the discussion that started in #10277): https://github.com/crystal-ameba/ameba/issues/237

When resolved, also update `Style#border` to have a non-nil border object.

Heya, thanks for the report, the issue looks somewhat unfortunate :) I will look into it in the next few days. Will update as soon as I have something new....

Since the Crystal team recognizes the report as a bug, let's also see if they will express any plans in https://github.com/crystal-lang/crystal/issues/13377 to fix this maybe.

Well, talking about a specific use case: 1) In https://github.com/crystallabs/virtualtime I do a lot of date/time matching. Negative integers such as `-1` get converted to the last day of year/month/week/whatever....

For example, the primary reason why I would use these "private" notes is for adding notes to myself which road to take the next time I'm there. This is not...

In case it is related, 0.5.1 works and runs basic scripts that I tried, but opening the window spy reports: ``` Runtime error in line 21: Arithmetic overflow. The current...

On another/different Debian 12 that I tried, the 1.0.2 release works. Interesting.