Alessandro Aiezza

Results 11 issues of Alessandro Aiezza

Dependabot is now native to Github. I imagine this would help keep this project's dependencies up-to-date more easily. https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/

This might not actually be desirable for other implementations right now, but it might be good to include in the next major version release. Basically [`SatelliteData`](https://github.com/Hexworks/mixite/blob/master/mixite.core/core/src/main/kotlin/org/hexworks/mixite/core/api/contract/SatelliteData.kt) currently requires that you...

Kotlin is not my forte, so this might not be possible. Boolean fields have getter methods prefixed with `get` and not `is`. But I'm currently in the process of implementing...

This might be more of a nice idea for a wiki page, but I would really like a nice community dumping ground for working gradle build scripts utilizing launch4j. I...

enhancement
help wanted
documentation

Great guidelines for REST here. I had one critique for those interested. The reason given for the "Singular versus Plural" resource naming case doesn't feel like it justifies doing one...

This annotation: https://github.com/rileytestut/Delta/blob/c293c5096506b01858e3bd6b30d18a960534ed8b/Delta/Settings/Cores/MelonDSCoreSettingsViewController.swift#L37 Should be moved up to the level of the whole enum: https://github.com/rileytestut/Delta/blob/c293c5096506b01858e3bd6b30d18a960534ed8b/Delta/Settings/Cores/MelonDSCoreSettingsViewController.swift#L30-L32 Otherwise compilation will fail on later versions of XCode.

This was a very well done workshop! Found it super helpful in understanding heteroscedasticity. I have to ask though if/when you are planning on doing more of these? Thank you,...

This is a great library and it _is_ working as expected, however I would really love the option to alter how the `Either` is serialized. Is it possible to use...

The readme explains to use `autoreconf -i` if you wish to build from the source code in the releases. However, the configure.ac file is missing a vital piece for successful...

I don't know if you are familiar with the Eclipse working sets, but it's a great way to organize your projects in an Eclipse workspace in the Project Explorer view....