Sergi Arias
Sergi Arias
My workaround (by using compass with yeoman webapp) was to create this function: `@function font-url($path) { @return url('#{$path}'); }` And this one: ``` @function font-files($font-name, $path, $formats...) { $full: '';...
Yeah! Please, this would be awesome, as the desktop application is very unuseful compared to Windows & Mac.
I think it can be done by using [this guide](https://askubuntu.com/questions/259174/add-a-custom-text-to-gnome-panel) and the [show current time](https://github.com/toggl/toggl_api_docs/blob/master/chapters/time_entries.md#get-running-time-entry) entry method in the API. I will try it when I have some time and...
Thanks! This pull request should be merged as the workflow doesn't work anymore on Monterey.
I have the same problem. In sage 10.3.1 (october 22) it worked flawlessly, but since 10.5.1 localization stopped working for me, maybe new acorn is the issue?
Yes, it does work. It's definitely related to the boot process in Acorn, as it is getting all the poet config values before the localization is available. I used a...
yes, there is where I found more or less where the problem was located. I did move the config inside the init but didn't work. I think (and it is...
> Hi @SergiArias - > did you ever solve this? No, I gave up. As I can update the messages in the wordpress panel, it's not a big problem. But...
Just changing the ScrollMagic word to scrollmagic in line 24 of the js
Of course, here you have. But the problem arises in closest() method in /vendor/roots/acorn/src/Roots/Acorn/Filesystem/Filesystem.php line 32 because it goes folder by folder searching for an env file until it reaches...