Kevin Tam

Results 9 issues of Kevin Tam

There's multiple issues - gulp failing due to natives missing on node 10 - nsp failing because it is deprecated - dependencies generally being out of date I'll create a...

This seems to be environment specific but in a couple of environments, the unfulfilled_args help text is not being displayed properly. It seems to relate to this piece of code...

In particular if my laptop is not connected to any network, I get LEADER_NOT_AVAILABLE errors that don't go away. I can reproduce this issue by running the test suite with...

In the props https://github.com/statnett/vue-plotly/blob/3f05b63a4953829cbce657be4c36f6ecec178e12/src/Plotly.vue#L47 Should be ``` watchShallow: { type:Boolean, default: function() { return false } }, ``` because props references types, not values. eslint picks up this bug Happy...

https://github.com/statnett/vue-plotly/issues/20 Note that for autoResize to actually work, you may need to set either responsive or autosize to true in the layout option

scala 2.12.10 spire 0.14.1 JRE - tested both on JRE8 and JRE11 After hours tracking down a memory spike (that was enough to tip over to an OOM at the...

### [REQUIRED] Environment info **firebase-tools: 13.12.0** **Platform: macOS** ### [REQUIRED] Test case A firebase function that depends on a secret. E.g. ``` export const processUploadedFile = functions .region(FUNCTION_REGION) .runWith({ secrets:...

type: bug
Needs: Author Feedback
emulators: functions

``` it('should reflect the numbro weirdness', () => { const ret = numbro(695751).format({ output: 'byte', base: 'decimal', average: true, totalLength: 4, spaceSeparated: true, }) expect(ret).toBe('0.696 k KB') }) ``` It...