Fábio D. Batista
Fábio D. Batista
I'm performing a license audit on some gems, and I noticed your gem does not specify the license on the gemspec. Since your LICENSE file is a MIT license, I...
I wanted an automated deploy of `wwwsqldesigner` on a serverless environment. Here's how I managed to make it work. I hope it is useful to someone. https://github.com/fabiob/wwwsqldesigner-aws
All manipulation methods accept a `Numbro` instance as an argument, in addition to a plain JS number.
Is there a way to enable sourcemaps for the optimized output?
I'm working on a simple service that receives uploaded files, stores them on the disk and records some metadata on an Oracle table. I'm using the `db-oracle` package together with...
Hi 👋 First of all, thanks for the great work on this library. I'm opening this issue to ask for a new release on NuGet. I'm specially interested in the...
Sometimes we need to customize the agent used to communicate with Solr. In my specific use case, I need to enable HTTP keep-alive, but I can think of other uses....
When I perform a full deploy (using `serverless deploy`) of a stack containing multiple functions with http triggers, a single ingress is created, point to each one of them. That's...
## What do these changes do? They add strong typing to `aiocache` decorator syntax. ## Are there changes in behavior for the user? Somewhat, as their IDEs will start to...
Added a naïve implementation of side-by-side mode.