James Ward

Results 246 comments of James Ward
trafficstars

Regex's that are used in both JS and the JVM, must be compatible with both. No way around there being two different Regex engines.

I agree. But unfortunately I don't think Scala has any plans to write their own Regex engine. So the reality for now is that users have to write Regex that...

The ZIO HTTP `Handler.template` option is decent but not documented. Another option is Scala Tags. Twirl integration works and provides a decent migration path for Play users but doesn't seem...

Here is where I use `Handler.template` https://github.com/jamesward/javadoccentral/blob/master/src/main/scala/App.scala#L29 From what I remember, the primary reason I decided not to use Twirl was due to the lack of Scala 3 language support....

Yup! Thanks for the clarified goals.

I've updated my repo to the latest deps and re-run the tests which produce these results: ``` 1 https curl client = 636ms / req 10 https curl client =...

Based on a suggestion from @abebeos I've bumped my test to a recent zio-http SNAPSHOT and for OOTB usage I'm seeing significantly better performance! ``` # Baseline 1 https jdk...

play-1.2.4 greenscript-1.2.6m Thanks for the quick response.

That looks like Bootstrap 1 not 2. I'll try to put together a little example.

Here is a little sample app with the Bootstrap 2 less files: https://github.com/jamesward/bootstrap2test