Sebastian Scholl
Sebastian Scholl
I think I spotted a bug here. https://github.com/serverless-stack/sst/blob/master/packages/sst/src/constructs/RDS.ts#L444 This code isn't allowing the vpcSubnet configuration with having set a vpc. This disables the developer from setting the subnetType. Should the...
This pull request adds 3 keyword arguments to the `nearest_neighbor` method. They are: ### order ```ruby movie = Movie.find_by(name: "Star Wars (1977)") # Order all results by the neighbor_distance column...
Hi! The `webflow.updateItem(...)` method introduced a spread operation in the arguments that makes it behavior differently (and unnecessary) from other methods on the object. The documentation (READme.md) specifies that both...
Hey guest271314 - I've been using you're npm package for a project and thought I'd help make some improvements. I added a new option to the recorderOptions keyword argument. The...
Hey there! How might I be able to launch an editor input in a split-screen mode?
I've been struggling with this a bit and feel like I'm right on the cusp but keep falling back to first base. In the project I'm building, I want to...