-
## Problem
I searched through the issues and docs and I couldn't find anything mentioning support for running this on serverless functions.
I am trying to use the Serverless Framework to deploy t…
-
# This is a Feature Proposal
## Description
For feature proposals:
* What is the use case that should be solved. The more detail you describe this in the easier it is to understand for us.
*…
-
The following two bits of code compile ok with MSVC, but using LLVM/Clang produces the following errors.
Using the code in print.cpp
```
BOOST_HOF_STATIC_FUNCTION(simple_print) = fix(first_of(
…
-
Hello, I am writing because I have been using your Statistical Chunker to perform semantic chunking on a large (but not too large text dataset). The quality of the produced chunks is rather good and t…
-
There are a number of ugly things about the current implementation that cause unnecessary code complexity for usage.
- [x] Change `deps_op` functions to just `deps`
- [x] Inline and remove `lambda…
-
**Describe the bug**
Linter suggests to replace operation lambda expression with function lambda expression, even though this would not work, because the callable signature requires an operation.
**…
-
- Lambda functions assume type "e" if not given a type
- Therefore numerical functions like `[λ n . n+1]` will throw an error when given numbers.
- We actually don't have a type (a SemType) f…
-
Resource handler returned message: "The runtime parameter of python2.7 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (python3.9) while crea…
-
https://github.com/bbatsov/emacs-lisp-style-guide
For inspiration look at https://github.com/Fuco1/Elsa/blob/master/elsa-ruleset.el the ruleset `elsa-ruleset-style` contains the style rules.
The…
Fuco1 updated
6 years ago
-
### Description:
When running the command **sam local start-api -t template.yaml -d 5858** on macOS Sonoma 14.5, an error occurs indicating that the port 5858 is already allocated, despite verifying …