João Francisco Almeida

Results 40 comments of João Francisco Almeida

I agree this matter should be fixed, or at least create some sort of configuration for it. It partially duplicates https://github.com/cheptsov/AdvancedExpressionFolding/issues/29 though 😕

> Redundant. See #427 for fixes As @fishermans said, unfortunately this plugin has been abandoned and therefore is incompatible with new versions of the Jetbrains IDEs. In alternative you can...

An updated version on the central maven repository would be lovely! Please consider updating it :+1:

> Again, a different error, but also seen in [#687 (comment)](https://github.com/FlareSolverr/FlareSolverr/issues/687#issuecomment-1427113232). @jfcabral are you having this issue with v3.3.10? Hello. As for `3.3.10` all good around here ```bash 2023-11-14 22:02:06...

Hi As far as my aarch64 goes, the new version is still functional: ```bash 2023-12-12 05:32:18 INFO FlareSolverr 3.3.11 2023-12-12 05:32:18 INFO Testing web browser installation... 2023-12-12 05:32:18 INFO Platform:...

> This is still relevant. We are using an external script to create the playlists as a workaround, but it would be nice to use the same mechanism as dashboards....

I think its a fantastic idea, but it seems that a couple of them are already implemented 😄 :white_check_mark: Already Implemented (tested on v0.9.9.4) > .collect(Collectors.toList()) -> .toList > .collect(Collectors.toSet())...

Hi, I failed to reproduce this defect in v0.9.9.1 and 0.9.9.3 using default settings with the following code: ```java public class TestIssue11 { public static void main(String[] args) { StringBuilder...