Omair Vaiyani
Omair Vaiyani
ember-cli: 3.16.0 node: 12.14.0 os: darwin x64 Typescript: 4.1.2 My tsconfig.json { "compilerOptions": { "target": "es2020", "allowJs": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true, "noImplicitAny": true, "noImplicitThis": true, "alwaysStrict": true, "strictNullChecks": true,...
At a high-level, this PR (work in progress) replaces the current recursive roles/auth query with a single aggregation pipeline to list all roles within the user's graph in one request....
In VSCode, when you enable the breakpoint "Uncaught exceptions", the debugger falsely pauses in `chain.js`. This is because the method calls `Promise.reject()` without immediately catching it, therefore confusing the debugger....
Updated branch and resubmitting [PR](https://github.com/stonecircle/ember-cli-notifications/pull/135) Given that onClick is called regardless of where the user clicks the notification, determining their goal was hard. The notification object returned by onClick did...
We have just begun to add fastboot to our project, and have run into this issue. Starting the server with ```ember serve``` does not seem to use fastboot by default...
I get the following error when running ```react-native run-android```: ``` /Users/[user]/Documents/github/[my-app]/node_modules/react-native-photo-view/android/src/main/java/com/reactnative/photoview/ImageEvent.java:37: error: no suitable constructor found for Event(int) super(viewId); ^ constructor Event.Event() is not applicable (actual and formal argument lists...
For some reason, despite setting an action on the forms ```on-submit```, clicking on ```{{f.submit}}``` refreshes my browser, as if its posting the form. As a workaround I've set ```tagName="div"``` on...
We have a setup wherein some servers only add jobs to the queue, and some are set as workers to register and process the queue. However, the servers receive the...
Pending tests, once I figure out how it's done. Adds these endpoints - skus.create - skus.retrieve - skus.list - checkout.session.create - checkout.session.retrieve Adds a `resetData` export to support `beforeEach` /...
Hi, any chance of adding support for "go to definition" and "peek" for angle bracket components?