caoilTe O'Connor
caoilTe O'Connor
Hi, Is it possible to generate an IntelliJ project with Java7 libraries? At the moment I have to manually edit the project library dependencies every time once I have reloaded...
I tried to use the same subtitle in two different sections, eg, - one -- A - two -- A Both received the same anchor link (#A) and so navigating...
I get the following error when compiling scalatex with acyclic turned on. ``` [error] Unwanted cyclic dependency [info] [info] /Users/caoiocon/cps/test-scalatex/readme/target/scala-2.12/sbt-0.13/src_managed/main/scalatex/Main.scala:9: [info] scalatex.Readme() [info] ^ [info] symbol: method apply [info] ```...
I love that Scalatex compiles as normal Scala files (it seems to work a lot better than Tux which seems to behave subtly differently to scalac) but there are gotchas...
``` @import Main._ @sect{Test} ``` Generates the following error message, ``` [error] /Users/caoiocon/cps/chuckwagon/readme/Readme.scalatex:3: type mismatch; [error] found : scalatex.site.Section.Proxy [error] required: scalatags.Text.all.Frag [error] (which expands to) scalatags.generic.Frag[scalatags.text.Builder,String] [error] @sect{test} [error]...
With the JSON DSL it is possible to specify the body and matching rules separately. This is useful for scenarios where the JSON contains a lot of boiler plate that...
A number of issues have noted the verbosity of failures and this is a problem for us as well for cycles at package level introduced by one small change. Let...
Scala Steward has a really neat semantic versioning targeted update selection strategy as well described in the [How does Scala Steward decide what version it is updating to?](https://github.com/scala-steward-org/scala-steward/blob/main/docs/faq.md#how-does-scala-steward-decide-what-version-it-is-updating-to) section of...
Mostly everything is fine in scala3 but I'm struggling to make trace for me. instead of printing the function name where the error occurred it always prints something like `ParserGrammar$$$Lambda$122/0x0000000800d4b920@cad498c):1:3`...
disclaimer: We're only using smithy4s as an IDL for events so this description is written from that point of view and may need translation in your head to make sense...