John Kaczmarek

Results 14 comments of John Kaczmarek

Wow! Thanks for that insight @sandreas and good luck with `tone` and C#.

Is this meant to be [Paperback](https://paperback.moe/) extension? I saw Paperback support was listed on the description of the [v0.5.3 - UX Refresh](https://github.com/Kareadita/Kavita/projects/26) project but didn't see an issue or card...

@vipera were you able to figure anything out. I've got the same issue I believe.

@mgwidmann I'm passing `@conn` but that doesn't give the desired results. As an alternative to @hoangvn2404's workaround here is mine: ```elixir defmodule MyAppWeb.FooView do use MyAppWeb, :view import Scrivener.HTML @distance...

@mgwidmann, just seeing if you have any plans to add some other contributors to maintain the project?

What if you used variables for LAT, LONG, county, and city? I think that would make it clearer for new users that then need to update those for their location....

Most of my Übersicht widgets are in coffeescript so I use string interpolation but in plain js you should be able to just use `var LAT = '33.25';` # coffeescript...

@DenizUgur Good stuff! Remember to test it out because as I mentioned I'm not an pro. As for keeping it simple I agree with @ashikahmad. Maybe the code could be...

@DenizUgur I spent some time trying to get it to work as well but with no success. I've got it working fine on a coffeescript version of the same code....