Lama2
Lama2 copied to clipboard
Free, Lightweight & Collaborative API Client
## What type of MR is this? (check all applicable) - [ x] 🍕 Feature ### Web assembly integration for Lama2. Modifying Golang to add support for building web assembly...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.12.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...
## What type of MR is this? (check all applicable) - [ ] 🍕 Feature - [ ] 🐛 Bug Fix - [x] 📝 Doc Update - [ ] 🎨...
https://hexmos.com/lama2/tutorials/installation.html#manual-install
choco -v >> 2.2.2 PS C:\WINDOWS\system32> choco install lama2 --version=1.0.0 --force -y Chocolatey v2.2.2 3 validations performed. 2 success(es), 1 warning(s), and 0 error(s). Validation Warnings: - A pending system...
With the changes related to `l2config.env`, I think MULTIPART attachments have gone broken. The MULTIPART attachment path must always be calculated relative the relevant `.l2` file. Moreover, in the environment...
``` [90m9:19PM[0m [32mINF[0m Didn't find l2.env in the API directory [36mType=[0mPreprocess const url = 'http://localhost:8000/polls/alldata'; const options = {method: 'get'}; try { const response = await fetch(url, options); const data...
The following request cannot be made presently using Lama2: ``` curl --request POST \ --url http://localhost:3000/oauth/token \ --header 'Authorization: Basic YXBwbGljYXRpb246c2VjcmV0' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data grant_type=password \ --data...