-
Hi All,
Awesome project, I'm trying to run my own denyhosts_sync server for my home setup, as I find denyhosts a lot easier to setup than fail2ban.
Some issues I'm having when setting up:
1. …
-
### Prerequisites
- [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [X] The issue still exists against the latest stable version of Elementor.…
-
Currently, we have quite a few macros that seem to do similar, but not quite the same thing. We should think about improving the documentation to make clear which ones to use with Yew, and which ones …
-
Hi, I'm trying to add a non-exported 3rd party class to global scope, using rewire
The class looks like this: https://github.com/Dogfalo/materialize/blob/v1-dev/js/component.js
I'm doing it this…
-
I'm looking into supporting 'rem' as a unit for our design system, and migrating away from pixel values.
Currently, if I want to do that, I have to override the outputs provided from capsize like s…
-
### Infos:
* Used Zammad version: 3.0
* Installation method (source, package, ..): any
* Operating system: any
* Database + version: any
* Elasticsearch version: any
* Browser + version: …
-
## Problem description
Currently, when you set
```csharp
HxSomething.Defaults.XyCssClass = "default-class";
```
and then set the class in markup code
```razor
```
the `default-class` is lost…
-
I was looking to see if this kind of feature is possible
right now what we get on hover of the variable is the actual value defined which is neat
what if we could define some meta data in the commen…
-
I'm using your library like this:
```js
mix.js('resources/js/app.js', 'public/js')
.sass('resources/sass/app.scss', 'public/css')
.sourceMaps()
.polyfill({
enabled: true,
…
-
When using variables in `calc()` values, they are not evaluated in the SASS output. For example,
width: calc( $padding-y - $icon-size );
... does not get converted, so it outputs invalid CSS…