Ian Knowles
Ian Knowles
Still an issue. I've been trying to target JDK11 as Oracle's greed has meant only JDK11 or 8 are available via apt. So building a debian package with dependancies I...
Its not particularly easy to set environment variables in AWS on launch, typically you'd supply a bash script which undermines the supposed ease of use in storing secrets in them....
JDeb settings https://github.com/sbt/sbt-native-packager/blob/5ad18e3518b0815b012b15ba65428c7a3fd0d1db/src/main/scala/com/typesafe/sbt/packager/debian/JDebPackaging.scala#L78 vs Native packager settings https://github.com/sbt/sbt-native-packager/blob/5ad18e3518b0815b012b15ba65428c7a3fd0d1db/src/main/scala/com/typesafe/sbt/packager/debian/DebianPlugin.scala#L84 https://github.com/sbt/sbt-native-packager/blob/5ad18e3518b0815b012b15ba65428c7a3fd0d1db/src/main/scala/com/typesafe/sbt/packager/debian/DebianNativePackaging.scala#L63-L69 https://github.com/sbt/sbt-native-packager/blob/5ad18e3518b0815b012b15ba65428c7a3fd0d1db/src/main/scala/com/typesafe/sbt/packager/debian/DebianNativePackaging.scala#L111
changing ScalaJSStageTasks.scala line 11 from ` scalaJSStage.value match {` to `configuration.value / scalaJSStage.value match {` might be all it needs?
Its not reasonable for Zenodo to know or try to verify what submodules the user intends to include or has the rights to so just let it be a config...
about:preferences#privacy strict, but thats off topic. No I don't want to disable the profiler I want to disable the web app and use the local one.
I'm well aware they are web apps, but they don't fetch insecure resources across the network to run and require me to be online constantly, given they are bundled with...
> So banishing the profiler into a tab really makes it run in a more secure / less privileged context than before. If thats really a justification for moving it...
Those are good reasons for the default to be remote, which was the situation up to now, but some of my projects require a secure testing enivonrment in case of...
I'm ok with having to change the base URL over myself and I think you have good reasons for the default being set to remote, but having a snapshot version...