webard

Results 20 comments of webard

@ArlonAntonius but the port is part of URL...

What do you think about this implementation: https://samifayoumi.ca/blog/001_53bit-snowflakeid ? It is possible to cut-off sequence id to introduce at least worker id

I can manage this, but how name this implementation? I wouldn't change the current implementation of Shortflake, but introduce something like TaggedShortflake, ScalableShortflake, ShortflakeV2, Snowflake53? Do you have an idea...

Hi, yes, urlForResource() works great: ```php protected function urlForResource(NovaResource $resource): string { $model = $resource->model(); assert($model instanceof CalendarEvent); return '/resources/' . Str::plural($model->eventable_type) . '/' . $model->eventable_id; } ``` but I...

Yes, it works perfectly. Sorry, I didn't notice this functionality. I'm closing issue. Thank you!

This option is good, but a bit hard to find. It also causes the keys be machine translated on every import or never. It would be ideal to have this...

Just add it to AppServiceProvider for example: ```php use Symfony\Component\Cache\Adapter\FilesystemAdapter; use Symfony\Component\Cache\Adapter\TagAwareAdapter; use Twig\Extra\Cache\CacheRuntime; use Twig\RuntimeLoader\RuntimeLoaderInterface; ... class AppServiceProvider extends ServiceProvider { public function boot() { $twig = app(\Twig\Environment::class); $twig->addRuntimeLoader(new...

It's been about 2 months from release, there is any information about PECL availability?

@matyhtf can you release new version on PECL please? Without PECL release Ondrej PPA will not release Ubuntu/Debian package: https://launchpad.net/~ondrej/+archive/ubuntu/php/+index?batch=75&memo=150&start=150