-
### Discussed in https://github.com/doxygen/doxygen/discussions/11176
Originally posted by **equetzal** October 9, 2024
So, I've been working on setting doxygen on a large project, and I have…
-
Hi!
Mollie components have inline style that CSP doesn't allow, even if whitelisting "js.mollie.com" in it (also tried *.mollie.com).
Console message :
Refused to apply inline style because it …
-
- Figma Designs: [Figma-Ecommerce-UI-Kit-(Demo-Version)-(Community)](https://www.figma.com/file/tXhNJv706AWM0lXlyxLH9l/E-commerce-UI---Figma-Ecommerce-UI-Kit-(Demo-Version)-(Community))
- Use only `Fl…
-
### Location
https://github.com/swiftlang/swift-book/blob/main/TSPL.docc/ReferenceManual/SummaryOfTheGrammar.md
### Description
Using an `EBNF` understood by https://github.com/GuntherRademacher/rr…
-
I am currently implementing indentation using emacs treesit ( tree-sitter integration ), which uses this library. Everything works well except for directive blocks like
```heex
```
which …
-
The plugin works perfectly on nextjs v14.1.1 but once you install nextjs v14.1.2 everything breaks.
Nextjs complains that I need to use the 'use client' directive for the external component library…
-
I have a question open on stack overflow about this, but it basically boils down to this:
We have various pages containing directives / components.
At the minute, all our dataService calls are d…
-
When using the `scTooltip` directive multiple change detection cycles are run on the containing component when showing / hiding the tooltip component.
There should only be one cd cycle imo - or n…
-
### Environment
Any :)
### Reproduction
https://stackblitz.com/edit/github-zr3jsa
### Describe the bug
Using `nuxt-client` within a server-component's `v-for` directive doesn't work as…
-
`require('vue-swipe/dist/vue-swipe.css')
import { Swipe, SwipeItem } from 'vue-swipe'
export default ({
components: {
'swipe': Swipe,
'swipe-item': SwipeItem
}
})`
`
Slide1…