Reed Allman
Reed Allman
I have a Dockerfile and a go file in a directory, which is not named `func.go` (but is an fdk-friendly function). it looks like this: ``` ✗: ls build.sh Dockerfile...
The problem is that after a user does 0->1 and they want to do more complex stuff 1->2 (add template files, additional dependencies, gifs of cats, you name it), a...
previously, we if the following value for FN_REGISTRY was provided, we ignored it if the image contained a slash, see example: (`func.yaml` has `image: rdallman/yodawg`) ```sh $ FN_REGISTRY=localhost:5000/ cli deploy...
https://github.com/fnproject/fn/issues/199 -- this is mostly related to some service and their ux in using the cli
> Yes, the main differences : Understand that you need a standalone version of your gems / you need a require_relative of the bundle setup and a require for the...
this was the one brought forth: https://github.com/fnproject/tutorials/blob/master/JavaFDKIntroduction/README.md#improving-performance makes it clear how much faster things are
i.e. we should be able to crawl up the directory structure until we find a `.git`, `.hg`, etc. (search tools such as "ag" seem to have these kinds of abilities)...
- [x] selecting an entire line should normalize selection to the first & last valid chars (could be done in engine) instead of saying 'invalid selection' - [ ] should...
* we should build the base image before building the other images so that we don't have to run the build script twice * we should get the build script...
#### Description This Portfile will install the ollama binary from github releases. It may be nice to add a start up service that runs the server in the background, which...