Andres Almiray

Results 758 comments of Andres Almiray

Ye gods! How did OSGi find its way here? no, no, please make it stop :wink: I'm with @vietj and @melix here. Keep it simple, keep it cooking. Loding plugins...

Very well, I'd suggest an API similar to what's provided at https://github.com/dlemmermann/formsfx/pull/21, that is, `description` should accept `String` or `Node` as arguments. If it's a String, then it'll be wrapped...

It's unfortunate that `Setting` uses `description` for what looks more like a `name`. Wouldn't make much sense to s/description/name/ as it breaks behavior. I guess I'll choose `explanation` for this...

It makes sense for https://github.com/dlemmermann/formsfx/pull/21 to be reviewed and hopefully merged, then wait for the next release of FormsFX as `Setting` uses the `Field` API as is.

Sure thing. I'm awaiting a series of PRs to be merged at https://github.com/dlemmermann/formsfx prompting a release and a refresh here, thus enabling additional features.

I'd keep this open. I was waiting for a release of FormsFx to be posted before embarking on opening up PreferencesFX for extension, as the latest codebase from FormsFX enables...

@shblue21 thanks! The upload feature should behave similarly as it happens for AWS S3. There are a few steps involved when adding a big feature like this, I can help...

It's brew alright. If you download the `jreleaser-standalone` for `osx-aarch` zip and uncompress you should be able to run the tool without a problem. We had a similar problem with...

You may need to remove the quarantine attrs first. The regular zip (such as `jreleaser-1.1.0.zip` should work as it does not bundle a JR. The reason to use the standalone...

Hi @Shawoll, that is right. The project is light on unit tests at the moment. Performing tests on assemblers, tool processors, announcers, etc takes a lot of effort and coordination....