feral icon indicating copy to clipboard operation
feral copied to clipboard

Feral cats are homeless, feral functions are serverless

Results 92 feral issues
Sort by recently updated
recently updated
newest added

`sealed abstract case class`es don't have `apply` or `copy` methods, but still have nice `toString`, `hashCode`, and `equals`. Unfortunately they still generate `unapply` methods, so I've overridden those with package-private...

Related to #246 Needs some more docs, maybe some further (manual) testing, and possibly an entirely different implementation. But I wanted to open this PR to have an example and...

It'd be nice to be able to `sbt new {feral variant}` :-)

enhancement
good first issue

Native [ES modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) are finally [supported in all current LTS NodeJS versions](https://nodejs.org/api/esm.html) 🎉. More and more Node libraries are moving to ES modules. ES modules can use a top-level import...

Inline comments incoming. Addresses a point from https://github.com/typelevel/feral/issues/209.

To follow suit with https://github.com/typelevel/fs2/pull/2870. @bpholt had an excellent minimization in https://github.com/typelevel/feral/pull/52#issuecomment-974246880 demonstrating why we needed `INothing` instead of `Nothing`. Unfortunately, subsequent refactors made it no longer applicable and I...

question

As described in https://gist.github.com/djspiewak/37a4ea0d7a5237144ec8b56a76ed080d > Then, once this is done, within the resulting project they should be able to run `sbt deploy` and immediately get a running, functioning HTTP lambda....

enhancement
lambda

Emphasis on organized, as we continue adding clouds that each need their own docs it's going to get complicated. Not entirely sure if we'll be able to use mdoc or...

documentation
enhancement

https://github.com/disneystreaming/smithy4s Notably, they provide models for some of the basic AWS types e.g. regions, etc. I'll be thrilled to outsource those.

enhancement
good first issue
help wanted
lambda

This has been on my mind, and now that Circe 0.14.2 landed we no longer have milestone dependencies of our own :) I think the feral-lambda core module has been...