frugal icon indicating copy to clipboard operation
frugal copied to clipboard

Thrift improved

Results 42 frugal issues
Sort by recently updated
recently updated
newest added

DO NOT MERGE. This PR adds a dependency override to uuid 3 to test whether this repo is compatible with it. For more info, reach out to `#support-frontend-architecture` on Slack....

Merge Requirements Unmet

### Story: TODO ### Acceptance Criteria: - [ ] Code has been tested and results documented - [ ] Unit tests have been updated - [ ] Updates to documentation...

Skynet 2.0 Failed
Merge Requirements Unmet

### Story: Jakarta EE has [renamed](https://eclipse-foundation.blog/2020/12/08/jakarta-ee-9-delivers-the-big-bang/) all packages to `jakarta.`. #1410 added `FJakartaServlet` as a replacement. We would like to remove `FServlet` in the future, so start warning developers that...

Merge Requirements Met

### Story: Need more info to debug these rare occurrences. Add actual values to uncommon exceptions (method name, type) ### Acceptance Criteria: - [ ] Code has been tested and...

Merge Requirements Unmet

### Story: skip if word is null character Issue: #1534 fix wrong args name Issue: #1536 ### Acceptance Criteria: - [X] Code has been tested and results documented - [X]...

Merge Requirements Unmet

when running below command, `frugal -gen=go:async hoge.frugal` The generated file will raise `Unresolved reference 'ctx'` Error ![image](https://user-images.githubusercontent.com/56917703/112717352-6a9f6d00-8f2f-11eb-8a63-3f5bb39d9d35.png) https://github.com/Workiva/frugal/blob/daacef7dce45875fdf620095f03dc06a920664b3/compiler/generator/golang/generator.go#L1979 This location is wrong.

when runnig below command, `frugal -gen=go:async hoge.frugal`. if hoge.frugal contains `XXX_`. variable, EX: ![image](https://user-images.githubusercontent.com/56917703/112709290-6fe2c480-8efb-11eb-8e36-852cd5fdebaa.png) Like Method_ one above https://github.com/Workiva/frugal/blob/68efcd5261867e572c91df8e673402f240f28778/compiler/generator/golang/generator.go#L2232 This location will cause an Index Error.

Merge Conflicts
Skynet 2.0 Failed
Merge Requirements Unmet

Seems that `frugal.NewFNatsScopeTransportFactory` as referenced on the root README does not exist anymore. I'll raise a PR with the fix once I have worked it out but currently stuck at...

Is there a docker image available at docker hub?