Jump to content

Recommended Posts

Posted (edited)
4 hours ago, biati said:

Other users have confirmed that this has been fixed

 

That's a bit puzzling as the latest release on Github is v4.0.5 and the version I have via the Gallery, and that is the one with the error, is also v4.0.5. 

 

4 hours ago, biati said:

If you need more help please create an issue on Github, I do not provide support here.

 

No worries, with an entered API key everything is fine. It is just that if no API key is provided, the warning message does not appear in Alfred, but rather, the workflow simply fails silently. 

 

The returned JSON should rather look something like this:

 

{"items":[{"title":"You need to configure the API key for Fixer","valid":false,"arg":""}]}

 

Edited by zeitlings
corrected json
Posted
4 minutes ago, vitor said:

Looking again at the output posted by @zeitlings, the JSON is indeed malformed. items should be an array of objects, not an object with a 0 key. arg shouldn’t be set and rerun should be a number, but those won’t stop the results from showing.


You may be getting more issues than normal because people are getting the message in the debugger but not in Alfred due to the malformed JSON.

 

Yes, something must be happening, not all users get that error, I'm able to see the error directly with Alfred about the API key. The workflow won't be receiving anymore updates in a while, I've a lot of work and don't have time, if anyone wants to open a PR that would be great.

Posted
4 minutes ago, zeitlings said:

The returned JSON should rather look something like this

 

That still errors out. It’s not the rerun causing the issue, but items not being an array.

 

Note I haven’t tested this in the workflow itself, I’m following the posted messages.

Posted (edited)

I recently updated from 4.0.2 to 4.0.5 and also didn't get any error saying my API key was missing. I was previously using a key for the service that was removed. 
 

Anyway, it's easily solved but was very annoying to waste time fixing what was already working. 
 

I'll try to find time to file a PR to fix the issue. 
 

Edited by gingerbeardman
  • 2 weeks later...
Posted

Hi :)

I am trying to use calculate anything.

I bought powerpack, used it a while, but something happened, I don't know the reason, and it stopped working.

I re-installed the Alfred, version 5.1.3.

 

I managed the dependency issue as below, installed php manually via terminal

image.thumb.png.0c9d27e8ba0ea4257f398cd8137a2179.png

image.png.172a3c0d59b2c5cf2860de8f5bc0f823.png

 

but it does not work... how can I handle this issue?

image.thumb.png.ea72adf6c18bb0893c444aa6715e25b4.png

 

Posted
On 10/24/2023 at 5:33 AM, vitor said:

Welcome @hoon,

 

As explained on the other thread, unless you post the debugger output we’re basically shooting in the dark. Help us help you.

 

Hi @vitor, I have the same problem as @hoon. I am on macOS Sonoma 14.0, and PHP in installed. Here's my Debugger log:

 

Quote

[10:45:41.242] Logging Started...
[10:45:51.012] Calculate Anything[Script Filter] Queuing argument ''
[10:45:51.121] Calculate Anything[Script Filter] Script with argv '(null)' finished
[10:45:51.124] ERROR: Calculate Anything[Script Filter] Code 6: dyld[47183]: Library not loaded: /usr/local/opt/libavif/lib/libavif.15.dylib
  Referenced from: <735019D8-AF6E-3CD1-9AD4-3BE47CB22D4F> /usr/local/Cellar/gd/2.3.3_5/lib/libgd.3.dylib
  Reason: tried: '/usr/local/opt/libavif/lib/libavif.15.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/libavif/lib/libavif.15.dylib' (no such file), '/usr/local/opt/libavif/lib/libavif.15.dylib' (no such file), '/usr/local/lib/libavif.15.dylib' (no such file), '/usr/lib/libavif.15.dylib' (no such file, not in dyld cache), '/usr/local/Cellar/libavif/1.0.1/lib/libavif.15.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/libavif/1.0.1/lib/libavif.15.dylib' (no such file), '/usr/local/Cellar/libavif/1.0.1/lib/libavif.15.dylib' (no such file), '/usr/local/lib/libavif.15.dylib' (no such file), '/usr/lib/libavif.15.dylib' (no such file, not in dyld cache)

 

  • 2 weeks later...
  • 4 weeks later...
Posted
On 11/3/2023 at 5:56 AM, alfredpanda said:

Hello,

 

Any idea why percentage calculations have stopped working?

 

This used to be really helpful.

 

Thanks

 

image.thumb.png.a681d51d4db0d6c4b0474f85b4afbb6d.png

 

image.thumb.png.42c113393610ea038dda5e6d1872e5fa.png

I just confirmed that I'm seeing this issue as well. Anyone have any info?

  • 5 weeks later...
Posted

Hey everyone, having some issues with the currency conversion. I added the api key, checked that all my dependencies are up to date, not sure why I'm getting this error 

 

 image.png?ex=65a513c9&is=65929ec9&hm=36d

 

 

Posted

Hi just have one question. I often need to convert from imperial to metric exp: 7ft4' to m  but I try to type different syntax but can't get it work.
Anyone  have experience with this. Thanks!

  • 6 months later...
Posted

Hello!

 

I'm using this workflow for the first time. Everything's working fine but the currency conversion.

 

I set up the API KEY but whenever I try to convert a currency I get this response from Alfred:

 

"Updating rates..."

and then

"The requested URL returned error: 401"

 

Any idea why?

 

Thanks!

  • 3 months later...
Posted

Would love for the workflow to be able to quickly convert across timezones.

E.g. I have a meeting at 11:30 GMT+2 and I want to send an email to the person I'm meeting that we can reschedule for tomorrow at 15:00 GMT+2 / UTC conversion / EST conversion (and to get the results via calculate anything).

Posted
14 minutes ago, vaidab said:

Would love for the workflow to be able to quickly convert across timezones.

E.g. I have a meeting at 11:30 GMT+2 and I want to send an email to the person I'm meeting that we can reschedule for tomorrow at 15:00 GMT+2 / UTC conversion / EST conversion (and to get the results via calculate anything).

 

You can use this one for that: https://alfred.app/workflows/fedecalendino/world-clock/

  • 2 weeks later...
Posted

The "time" argument is no longer working for me. Worked last time a month ago. I believe the only thing that has changed on my system is upgrading to macOS 15.1.1.

 

For example, executing "time +21 days" displays nothing.

 

Debug:

[08:51:29.642] Calculate Anything[Script Filter] Queuing argument ''
[08:51:29.694] Calculate Anything[Script Filter] Queuing argument '1'
[08:51:29.754] Calculate Anything[Script Filter] Script with argv '(null)' finished
[08:51:29.759] Calculate Anything[Script Filter] {"items":[]}
[08:51:30.449] Calculate Anything[Script Filter] Queuing argument '+21 days'
[08:51:30.599] Calculate Anything[Script Filter] Script with argv '(null)' finished
[08:51:30.605] STDERR: Calculate Anything[Script Filter] PHP Deprecated:  Carbon\Traits\Date::utcOffset(): Implicitly marking parameter $minuteOffset as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Date.php on line 1440
PHP Deprecated:  Carbon\Traits\Localization::locale(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Localization.php on line 436
PHP Deprecated:  Carbon\Traits\Test::setDefaultTimezone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Test.php on line 183
PHP Deprecated:  Return type of Carbon\Traits\Date::createFromTimestamp($timestamp, $tz = null) should either be compatible with DateTime::createFromTimestamp(int|float $timestamp): static, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Timestamp.php on line 29
PHP Deprecated:  Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Translator.php on line 91
PHP Deprecated:  Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $cacheDir as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Translator.php on line 91
PHP Deprecated:  Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorInterface.php on line 66
PHP Deprecated:  Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorInterface.php on line 66
PHP Deprecated:  Symfony\Component\Translation\Formatter\MessageFormatter::__construct(): Implicitly marking parameter $intlFormatter as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Formatter/MessageFormatter.php on line 33
PHP Deprecated:  Symfony\Component\Translation\IdentityTranslator::__construct(): Implicitly marking parameter $selector as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/IdentityTranslator.php on line 32
PHP Deprecated:  Symfony\Contracts\Translation\TranslatorTrait::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorTrait.php on line 46
PHP Deprecated:  Symfony\Contracts\Translation\TranslatorTrait::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorTrait.php on line 46
PHP Deprecated:  Carbon\CarbonTimeZone::toOffsetName(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 158
PHP Deprecated:  Carbon\CarbonTimeZone::toOffsetTimeZone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 172
PHP Deprecated:  Carbon\CarbonTimeZone::toRegionName(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 188
PHP Deprecated:  Carbon\CarbonTimeZone::toRegionTimeZone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 230
[08:51:30.613] Calculate Anything[Script Filter] Deprecated: Carbon\Traits\Date::utcOffset(): Implicitly marking parameter $minuteOffset as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Date.php on line 1440

Deprecated: Carbon\Traits\Localization::locale(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Localization.php on line 436

Deprecated: Carbon\Traits\Test::setDefaultTimezone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Test.php on line 183

Deprecated: Return type of Carbon\Traits\Date::createFromTimestamp($timestamp, $tz = null) should either be compatible with DateTime::createFromTimestamp(int|float $timestamp): static, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Timestamp.php on line 29

Deprecated: Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Translator.php on line 91

Deprecated: Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $cacheDir as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Translator.php on line 91

Deprecated: Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorInterface.php on line 66

Deprecated: Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorInterface.php on line 66

Deprecated: Symfony\Component\Translation\Formatter\MessageFormatter::__construct(): Implicitly marking parameter $intlFormatter as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Formatter/MessageFormatter.php on line 33

Deprecated: Symfony\Component\Translation\IdentityTranslator::__construct(): Implicitly marking parameter $selector as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/IdentityTranslator.php on line 32

Deprecated: Symfony\Contracts\Translation\TranslatorTrait::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorTrait.php on line 46

Deprecated: Symfony\Contracts\Translation\TranslatorTrait::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorTrait.php on line 46

Deprecated: Carbon\CarbonTimeZone::toOffsetName(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 158

Deprecated: Carbon\CarbonTimeZone::toOffsetTimeZone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 172

Deprecated: Carbon\CarbonTimeZone::toRegionName(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 188

Deprecated: Carbon\CarbonTimeZone::toRegionTimeZone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 230
{"items":[{"title":"24 December, 2024, 6:51:30 am","subtitle":"Format j F, Y, g:i:s a","arg":"24 December, 2024, 6:51:30 am"},{"title":"2 weeks, 6 days, 23 hours, 59 minutes, 59 seconds","subtitle":"Timespan","arg":"2 weeks, 6 days, 23 hours, 59 minutes, 59 seconds"},{"title":1735051890,"subtitle":"Timestamp","arg":1735051890}]}
[08:51:30.615] ERROR: Calculate Anything[Script Filter] JSON error: JSON text did not start with array or object and option to allow fragments not set. around line 1, column 0. in JSON:
Deprecated: Carbon\Traits\Date::utcOffset(): Implicitly marking parameter $minuteOffset as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Date.php on line 1440

Deprecated: Carbon\Traits\Localization::locale(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Localization.php on line 436

Deprecated: Carbon\Traits\Test::setDefaultTimezone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Test.php on line 183

Deprecated: Return type of Carbon\Traits\Date::createFromTimestamp($timestamp, $tz = null) should either be compatible with DateTime::createFromTimestamp(int|float $timestamp): static, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/Traits/Timestamp.php on line 29

Deprecated: Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Translator.php on line 91

Deprecated: Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $cacheDir as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Translator.php on line 91

Deprecated: Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorInterface.php on line 66

Deprecated: Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorInterface.php on line 66

Deprecated: Symfony\Component\Translation\Formatter\MessageFormatter::__construct(): Implicitly marking parameter $intlFormatter as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/Formatter/MessageFormatter.php on line 33

Deprecated: Symfony\Component\Translation\IdentityTranslator::__construct(): Implicitly marking parameter $selector as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation/IdentityTranslator.php on line 32

Deprecated: Symfony\Contracts\Translation\TranslatorTrait::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorTrait.php on line 46

Deprecated: Symfony\Contracts\Translation\TranslatorTrait::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/symfony/translation-contracts/TranslatorTrait.php on line 46

Deprecated: Carbon\CarbonTimeZone::toOffsetName(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 158

Deprecated: Carbon\CarbonTimeZone::toOffsetTimeZone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 172

Deprecated: Carbon\CarbonTimeZone::toRegionName(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 188

Deprecated: Carbon\CarbonTimeZone::toRegionTimeZone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /Users/peter/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C901425-FD2A-40CB-A93D-27B3BFC547F9/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 230
{"items":[{"title":"24 December, 2024, 6:51:30 am","subtitle":"Format j F, Y, g:i:s a","arg":"24 December, 2024, 6:51:30 am"},{"title":"2 weeks, 6 days, 23 hours, 59 minutes, 59 seconds","subtitle":"Timespan","arg":"2 weeks, 6 days, 23 hours, 59 minutes, 59 seconds"},{"title":1735051890,"subtitle":"Timestamp","arg":1735051890}]}

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...