Alex Klibisz

Results 158 comments of Alex Klibisz

Thanks for the feedback @jrudolph . I'll pick back up on this in the next few days for another pass.

Hi @jrudolph , let me know if you have any thoughts on the latest state of this.

> Adding `"-Xplugin:/home/aengelen/.ivy2/cache/org.scalamacros/paradise_2.12.8/jars/paradise_2.12.8-2.1.1.jar"` to the unidoc `scalacOptions` _seems_ to work, so that is promising Can you give an example of this? I'm having trouble in a project that uses circe/macroparadise.

I've found this mainly happens when there are two transitive dependencies on binary-incompatible versions of the same artifact. e.g. your project depends on A and B. A depends on C...

@mbafford I'm also seeing this issue. Did you figure anything out? In general it would be nice to set a timeout. Maybe that can be done by putting a proxy...

> @alexklibisz Off-topic for this issue, so I'll keep it brief here (more comments at the link below). I found it easier to scratch my itch by writing a quick...

Interesting. How did the tests still pass? Do they not check this?

I recently found a way to do this using the existing loggers. There are basically three directives: - a directive that takes the RouteContext and provides it with a new...

@dustingetz Yes I tried to do `position: absolute` with 0's for top, bottom, left, right. The scroll bar appears to move up correctly and smoothly, but the bottom element of...

Do you have a recommendation for how to pull react and your lib into a fiddle? Maybe a little boilerplate? I tried to recreate it with your example repo, but...