Rahel Lüthy

Results 28 comments of Rahel Lüthy

Fyi, I did a test build of my project on OSX: I am not using modules, but observed that `jfxNative` is no longer creating a .dmg (only a .app which...

> > If using Yarn 2/3 berry you can add this temporary workaround to `.yarnrc.yml` which clears up the error (don't forget to rerun `yarn install` after adding it): >...

I use it for my latest lib: https://github.com/netzwerg/react-svg-timeline – thanks for making TSDX ✨

I honestly don't remember why we changed it this way 🙈 Could it be that selecting events otherwise leads to unintentional zooming? Feel free to just fork the repository and...

For anyone else who is struggling with building `firebaseui-web` (e.g. because the [build is broken on Mac/OSX](https://github.com/firebase/firebaseui-web/issues/679)): I created a minimal fork which skips all CSS, SASS, tests etc. https://github.com/netzwerg/firebaseui-web...

Now using `vavr-jackson` for #43. TODO: Use `Option` in `Field` constructor signature

> Is there a way to filiter rows based on column criteria Unfortunately, filtering is not yet supported. I currently don't have time to work on this project, so please...

Thank you for your interest in this plugin. I currently don't intend to support more complex scenarios, because I would like to keep the plugin as generic/simple as possible. Feel...

Could you please give more details on how it is failing? A minimal ``` plugins { id 'ch.netzwerg.release' version '1.0.0' } apply plugin: 'java' ``` works for me.

Thanks, Etienne. I can reproduce it in a multi-project setup and will fix it asap.