👑 Edward Sammut Alessi
👑 Edward Sammut Alessi
``` objective-c - (void)minimalNotificationWillDisimissNotification:(JFMinimalNotification*)notification; ``` notification will Dis**i**miss ?
In the [Advanced README](https://github.com/graphql-boilerplates/typescript-graphql-server/blob/master/advanced/README.md), the following is mentioned: > **Static type generation**: TypeScript types for GraphQL queries & mutations are generated in a build step But I can't seem to...
### Last Good Version 1.41.2 ### First Bad Version 1.42.0 ### Steps to reproduce After updating to playwright `1.42`, I get this message about one of my test files which...
Using `setPath` with slashes results in broken URLs with escaped slashes as `%2F` ```ts Thumbor({ serverUrl: 'https://magic.cdn.com', securityKey: 'xxx' }) .setPath('path/with/slashes.jpg') .resize(50, 50) .buildUrl() // https://magic.cdn.com/iOH5jsZdbopShaKWmAHi-XrUZ6U=/50x50/path%2Fwith%2Fslashes.jpg ```
## Current Behavior (if applicable) When I use `graphql-codegen` to generate types from my schema whilst VSCode is open, `vscode-graphql` automatically sends tens or hundreds of requests to my backend...
**Is your feature request related to a problem? Please describe.** I am trying to update my project to use sentry v8, but was blocked by `apollo-link-sentry`. I tried to update...
### Describe the bug With the [essentials](https://storybook.js.org/docs/essentials) addon installed, whilst using typescript, I am seeing the following error in certain scenarios: TypeError: Cannot read properties of undefined (reading 'every') at...
Currently `currentUser` and `permissions` are handled imperatively and in a coupled way with their consumers. This makes it hard to test & write stories. Instead we can refactor them to...
Instead of throwing an error when we try to make requests before signing keys are ready, we enter a loop to wait for keys to exist. This prevents errors and...
Currently Decline keeps the link and it's fine. But if you want to drop the provider completely, and remove all related machines there's no way to drop the links of...