Sergey B
                                            Sergey B
                                        
                                    https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Bintray service closed on May 1st and this line uses it explicitly https://github.com/rtfeldman/elm-use/blob/master/use.js#L60
@Shimuuar thanks for the report. I will try to narrow it down and add additional checks.
@nurpax thanks for the hints. I haven't got into details of that, want to reproduce case first, and find if that a typical issue. Are you suggesting it's better to...
Hi, @flip111. I'll take a look at your idea but our main goal is to maintain backward compatibility for all library users.
@alandotic you already have an option for that `constrain`, create dialog widget and set `maxHeight`, see ``` SelectDialog.showModal( context, constraints: BoxConstraints(maxHeight: 150), ... ) ```
Hi, yes `insertMany` is a for loop https://github.com/nurpax/sqlite-simple/blob/7ff345f8ed48238a7eb085ecf951f5a994575f95/Database/SQLite/Simple.hs#L324 of simple queries. This will probably improved over next couple releases.
@vrom911 thanks for reporting. I'll take a look into it.
@chshersh it is possible but what stops you from compiling it in a system and re-use the available `systemlib` flag? Is there a case when it's combined with other special...
@chshersh it's ok, I'm just trying to understand the use case for a larger audience. I'll keep the issue open and will work on that if more people will be...