Scott Bessler
Scott Bessler
are the extra newlines intentional? before: ``` java Stream itemIdsStream = stream(members) .flatMap(m -> m.getFieldValues() .entrySet() .stream() .filter(fv -> itemLinkFieldIds.contains(fv.getKey())) .flatMap(fv -> FieldDTO.deserializeStringToListOfStrings(fv.getValue()) .stream() .map(id -> new ItemKey(fieldsById.get(fv.getKey()).getItemTypeId(), id)))); ```...
## Link to bug demonstration repository https://github.com/scottbessler/nyc-issue ## Expected Behavior Expect to see source-mapped exception stacks like: ``` Error: bad at Object.bad (${pwd}/src/foo.ts:2:9) at [eval]:1:26 ... ``` ## Observed Behavior...
Jira integrations require the branch name contain the jira ticket number, and thus each stacked commit would ideally use a branch name for the ticket it fixed. potential implementation: -...
- **Version**: 2.3.2 - **Platform**: Darwin 15.6.0 Darwin Kernel Version 15.6.0: Thu Jun 23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64 x86_64 i386 MacBookPro11,2 Darwin ied fails when installing specific versions of scoped...
Removing a folder does not remove the associated rules. I would expect it to do so in order to prevent phantom "this name is in use" messages. Further its scary...
when mixed negative and positive numbers are present they seem to ignore the - sign. e.g. sorting -3, -4, 2, 5 descending returns ``` 5 -4 -3 2 ```
I'd like to share the dprint cache as a task "output". Ideally I'd like: * The ability to specify a cache dir as a relative path in dprint.json (relative to...
I have my own graceful shutdown functionality, so would need to disable this functionality so I can control when process.exit is called as I have more to do than clean...
I have a table named "import" that ends up generating the following invalid .d.ts: ``` export namespace import { .... } ```
Loving how zapatos does things. One thing I'm missing is the ability to also generate code/data about the schema beyond types (but of course, typed using the generated schema.d.ts). A...