Nicklas Ansman

Results 62 issues of Nicklas Ansman

**Description:** There are visual issues with the shared axis transitions when using Fragment 1.3.0-beta01 [device-2020-10-02-174713.mp4.zip](https://github.com/material-components/material-components-android/files/5320447/device-2020-10-02-174713.mp4.zip) The new fragment appears without animation. **Source code:** I used the catalog app with the...

bug
Feature: Transition

It seems like it might be due to a missing spec in the podspec file.

This issue might actually be related to KSP itself, but in my project [auto-dagger](https://github.com/ansman/auto-dagger) I run my tests concurrently using Junit 5. This works fine for tests that use a...

**Describe the bug** Firstly, it's possible this is expected behavior but it certainly doesn't seem that way. We have a flow that we collect using `first()`. This flow is a...

android

When installing using Homebrew on an M1 mac, the completion is installed to `/opt/homebrew/share/zsh/site-functions` so some additional setup might be needed.

I run my tests based on java resource files using a parameterized test. So all my tests run from a single method. This is problematic because Paparazzi will prepend the...

enhancement

Paparazzi currently assumes a report will always be written which isn't the case if you're verifying or if you use a custom snapshot handler. With this change the logging only...

When applying the paparazzi plugin, it logs the following at the end of every test run: ``` See the Paparazzi report at: ... ``` This is confusing for our devs...

enhancement

I'm trying to gtr started with this project but `checkPython` keeps failing. This seems to be because it assumes that the binary will be located at `.gradle/python/bin/python` but virtualenv puts...

This for example: ``` haml %div %div %div{foo: "foo", bar: "bar"} ``` Compiles to this: ``` html bar: "bar"} ``` But this: ``` haml %div %div %div{foo: "foo", bar: "bar"}...