Pranjal Kole
Pranjal Kole
Leading and trailing whitespace is now stripped before parsing the line. getline returns line length, so strlen calls have been replaced with that. Also, getline now runs until -1 is...
I am getting this error about once a day with simple commands like `ls` or running a python script and I cannot reproduce it manually. Seems to originate from [shell/job.c:42](https://git.sr.ht/~emersion/mrsh/tree/master/item/shell/job.c#L42)....
I feel it would be a bit more ergonomic with this. Feel free not to accept it if you don't think so
We could also refactor this to a `validateCWTClaims` function in `cwt.go`
**Notes for Reviewers** - This PR fixes the following issue: Before, the cursor was rendered invisible after such an error:  After:  **[Signed commits](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** - [X] Yes, I signed...
Before: `cd {modelName}` Now: `cd {modelName}/v0.1.0` **Notes for Reviewers** Before:  After:  **[Signed commits](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** - [X] Yes, I signed my commits.
…Layer5 **Notes for Reviewers** - This PR fixes the failing E2E tests for mesheryctl - The Meshery auth provider was renamed to Layer5 recently  **[Signed commits](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** - [X] Yes,...
See https://github.com/typicode/husky/issues/1415 **Notes for Reviewers** - This PR replaces the deprecated `husky install` command with `husky`. - The pre-commit hook has also been changed to remove 2 lines which will...
All ProfileCards are now the same width and height. This is not possible with flexbox, so it has been changed to use grid. The Makefile has also been updated to...
changes: - replace `strings.Split` with `strings.SplitSeq` when iterating over the sequence. - use `grpc.WithTransportCredentials(insecure.NewCredentials())` instead of the deprecated `grpc.WithInsecure()`. - prefer the use of `any` over `interface{}`. - prefer the...