Sergey Shishkin
Sergey Shishkin
### Before opening, please confirm: - [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists. - [X] I have...
### Issue Summary I struggle to pass CDK values into the builder for Next to use them as environment variables. ### Actual behavior Values come across as CDK tokens: ```javascript...
### Issue Summary I've tried building Lambda@Edge using the [latest Next.js v12.1.0 release](https://github.com/vercel/next.js/releases/tag/v12.1.0) with `"type": "module"` setting in `package.json`, which [got recent support](https://github.com/vercel/next.js/pull/33637). The builder fails with an error suggesting...
**Describe the bug** I use GSI templated fields like `gs2sk: { type: String, value: "${status}#${appointment}" }` and expect them to be updated whenever I update the item's actual fields like...
When fetching original content from decrypt.co (e.g. [this article](https://decrypt.co/93293/canada-convoy-protestor-funds-freeze-bitcoin)), links text is not displayed. Here is an example of such a link from page source: ```html Bitcoin ``` Is this...
**maplibre-gl-js version**: 2.1.9 **browser**: Chromium 101.0.4951.64 ### Steps to Trigger Behavior 1. Add GeoJSON source with a Point Feature and properties like: ```javascript { type: "FeatureCollection", features: [{ type: "Feature",...
I'm new to beancount and fava and I'm trying to represent a ledger. Assume someone works in Switzerland but gets paid in Euro and stores Euro in a bank. In...
I'm trying to generate managed sources based on a list of project targets in a multi-project SBT build. ## steps ```scala lazy val a = project def dynTargets(projs: ProjectReference*) =...
## Describe the bug Nodejs lambda is not able to find AWS SDK. ## Your environment #### SDK version number Tried latest v2 and latest v3 with same effect: @aws-sdk/client-s3@npm:3.48.0...
In order to be able to run `ESModule`s on Node without tinkering with `package.json`, linker output needs to have `.mjs` extension instead of `.js`. Scala.js linker supports this via [`OutputPatterns`](https://www.scala-js.org/doc/project/module.html#es-modules-and-nodejs)....