Marc Nuri

Results 189 issues of Marc Nuri

## Description Enable a toggle button or menu to disable/mute notifications. - Notifications can be disabled globally or per service. - Notifications can be disabled for a period of time...

enhancement ✨

## Description Enable a private mode where notifications are shown but their content is removed. Private mode can be enabled via a toggle button.

enhancement ✨

## Description Add support for Chrome Extensions.

enhancement ✨

## Descriptions Images in telegram don't load. Relates with the way Telegram pre-loads and loads images using fake navigation. Must polish the redirect module.

bug 🐞

## Description When clicking a link in a BrowserView nothing happens (on snap version). ``` user-open error: cannot find snap for connection: not supported ``` ## Am I affected by...

bug 🐞

## Description New example in https://www.gatsbyjs.com/docs/reference/built-in-components/gatsby-head/#editing-html-and-body showing how to use setHtmlAttributes with dynamic values provided by the `pageContext`. ### Documentation ## Related Issues Related to https://github.com/gatsbyjs/gatsby/discussions/35841#discussioncomment-3365765

type: documentation

### Describe the bug Initially reported: https://github.com/quarkusio/quarkus/issues/28171 With fix: https://github.com/quarkusio/quarkus/pull/28172 The current implementation of `isSupported()` for `KnativeClient` is: ```java public boolean isSupported() { return hasApiGroup("knative.dev", true); } ``` This is...

bug
component/extensions

Follow-up: update this test to use PodDisruptionBudget v1 instead _Originally posted by @manusa in https://github.com/fabric8io/kubernetes-client/pull/4377#discussion_r976168572_

test
technical-debt

Follow-up update this test to use CronJob v1 instead _Originally posted by @manusa in https://github.com/fabric8io/kubernetes-client/pull/4377#discussion_r976121200_

## Description Split tests implemented in #4417, and ensure exception assertions are verified ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [...