Przemek Pokrywka
Przemek Pokrywka
When lets-proxy2 runs behind an AWS Elastic Load Balancer then the knowledge about the client IP address is lost (the source IP is set to the ELB's internal address). It's...
- [ ] how to edit the sources in IntelliJ IDEA with full highlighting and code navigation - [x] how to specify Java version to use on Alpine - [x]...
Bloop binary fails because it's compiled with standard libc. Use the JVM version of Bloop on Alpine.
The app could be more convenient to use in certain situations, like: - exporting script (set of scripts) to a full-blown SBT / Mill (/Bloop?) project - adding a dependency...
This is important especially for corporate users that have limited access to the internet. Also it eliminates one security risk: that one gets access to git repo and overwrites a...
Bloop projects should only be (re)generated in two situations: - starting from scratch (no Bloop project with that name yet) - regenerating Bloop config for a TSK-powered project (TSK needs...
Especially elaborate on the threat model and `curl | sh`, add an example of script that doesn't use `curl | sh`
Right now one needs to use `main_class='ScriptName$package'` which is obviously inconvenient and defeats the point of top-level definitions.
If TSK log contains ``` error: scala.reflect.internal.MissingRequirementError: object java.lang.Object in compiler mirror not found. ``` then it is highly probable that Bloop server broke. It is better to kill it...
Having `.bloop` dir close to the script is great because the script is immediately editable in editors that support Bloop (IntelliJ, VS Code), but some users might prefer to not...