Kyle Keating

Results 18 issues of Kyle Keating

## Info - Platform: Mac - Vetur version: v35 - VS Code version: 1.64 ## Problem SCSS is causing syntax highlight errors. I can only guess that it think this...

question

Each time I try and render a react component inside my vue component, there is an extra div wrapped around my react component. I'm not sure if there is a...

In this scenario, there are 3 users. A `moderator`, `user1` and `user2`. `user1` has had its annotations flagged and some hidden. There are 2 sets of screen shots to observe....

bug
Backend

When configuring the browser extension: If I mistakenly used the embedded client OAuth client ID in the `chrome-dev.json` settings (e.g. `oauthClientId`) instead of the the correct browser extension id then...

feature request

in `store/modules/drafts.js`, `deleteNewAndEmptyDrafts` imports the `annotations` store in the function because it can't do it before the `drafts` module is defined because they both import each other. Moving to ES6...

client tech debt

For legacy purposes, we kept `defaultValue: null` for most of the config definitions after a [recent refactor](https://github.com/hypothesis/client/issues/3236), but it's quite possible we can remove this default and simply allow the...

The client does not render the cursor styling for all clickable elements the same. I suspect this an oversite rather than intention, but If I'm close, please close ticket! The...

When creating a new annotation or page note while not logged in, voice over does not inform the user that they are on a login panel. Moreso, that focus does...

Feature Request
accessibility

Many of the values from the host page or from a via proxy need validation to produce relatvent warnings for the site owner which may otherwise prevent some features from...

client tech debt
Epic

My NODE_ENV was set to "dev" and thus produced a not-so-obvious error in heroku Error: Cannot find module './src/config/dev' ^ that did not mean too much to me initially. The...

enhancement