Jakub Caban

Results 45 comments of Jakub Caban

I have stumbled upon this problem a while ago and this is my solution: ``` class foo { #[LiveProp(writable: true, format: 'Y-m-d')] public ?\DateTimeImmutable $date = null; #[LiveProp(writable: true, onUpdated:...

@boskos-q I think the code that generates the deprecation lives within this bundle (`src/Message/Handler/AsyncPersistPageHandler.php`), not in the app.

I have updated PR with github actions and updated tests. All actions are failing for now as this package requires glide-symfony, which is not tagged yet.

Build log from Gentoo in case of being helpful: make -C /lib/modules/3.6.8-gentoo/build M=/var/tmp/paludis/app-laptop-nvidiabl-0.79/work/dkms_source_tree modules ln: failed to create symbolic link 'Module.symvers': File exists make -j10 HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- LDFLAGS=-m elf_x86_64 KVER=3.6.8-gentoo...

Unfortunately no change. [ 16.089466] nvidiabl: loading driver version 0.80 [ 16.089480] nvidiabl: Supported Nvidia graphics adapter 10de:1251:1179:fc05 detected [ 16.089537] nvidiabl: smartdimmer register at address 0xf461c084 mapped at address...

when loaded with screen_type=3 function keys nor KDE still couldn't change brightness. Although changing in /sys/class/backlight/nvidia_backlight/ works! Indeed 127 is very very dark (probably wrongly read maximum), but at least...

@bonzai how do you feel about attempting to merge VIPS driver into Intervention? I would gladly do the effort of preparing PR and handling it, of course leaving credit for...

Thanks for the feedback! Indeed I missed important step in PixelateCommand and have just pushed the fix. About the text command - I have tested it on a few different...

Indeed there were 2 problems: - if font file had different name than font itself, VIPS falled back to some system font. This could be the reason your nginx was...