Alex Kinnee

Results 11 issues of Alex Kinnee

### Context With a bunch of same-colored lines, it's hard to follow where they go. ### Expected Behavior Each node could have a unique outline color and the edges originating...

enhancement

Immediately ran into this issue when calling new Backbone.Rpc(). I'm using underscore.js v1.5.2, which throws an exception with the following code (found in Backbone.Rpc). ``` // fix issue with the...

bug

I had to manually define: ``` type OpenAPIResponseValidatorResponsesObject = { [responseCode: string]: { schema: OpenAPIV2.Schema; }; }; ``` and coerce the type of what I pass to responses: ``` const...

How do I ignore certain files when using grunt-template-jasmine-istanbul AND grunt-template-jasmine-requirejs? I don't want third party libraries to count against my line coverage. I can see how to do that...

question

This looks like a typo, and I think `npx cypress-parallel` was what was intended here. Close if not. 😄

Uncaught TypeError: Cannot read property 'length' of undefined Q._generateCollisionPoints @ quintus_sprites.js:312 update @ quintus_sprites.js:676 (anonymous function) @ my game Q.gameLoopCallbackWrapper @ quintus.js:591 requestAnimationFrame (async) Quintus.Q.gameLoop @ quintus.js:595 startGameLoop @ my...

Getting this: ``` Running "jscpd:javascript" (jscpd) task warn: File .cpd.yaml not found in current directory, or it is broken info: Files search time: duration=21275ms info: Scaning 464 files for duplicates......

I figured things out from reading the source. One thing that was not obvious at first was that I had to supply a selectId or the error `Uncaught TypeError: Cannot...

After adding postcss-sassy-import, our css bundle no longer updates when we change a css file.

bug

Based on the command generated by go.sh, the docker-compose file should look like this: ``` version: "3" services: splunk-network-health-check: image: dmuth1/splunk-network-health-check restart: "unless-stopped" privileged: true volumes: - ./splunk-data:/data - ./user-prefs.conf:/opt/splunk/etc/users/admin/user-prefs/local/user-prefs.conf...