Tomasz Darmetko
Tomasz Darmetko
You may want to look at: https://github.com/Isinlor/Baobab-PDO It's a full port of Baobab to PDO.
Sorry for jumping in the discussion out of blue, but isn't option C generally accepted as the best practice known as [dependency inversion principle](https://en.wikipedia.org/wiki/Dependency_inversion_principle)? As far as I can see...
Thanks for help! This is indeed what I ended up doing: https://gitlab.com/DeepRSS/Reader/blob/3667b1b10c11b9c067de1e3242f15eaf2a1de261/src/Core/Service/ZendReader/FeedParser.php#L35
Here is one example: http://itbrokeand.ifixit.com/atom.xml Code I used for testing: ```php
I think your initial reaction was correct. > The problem is that false results could lead to subsequent errors in parsing and handling of the entire feed. I missed it...
It is a nice plugin, but indeed it would be more usable in practice with multi-line support. :+1:
vkcube starts fine:  sudo doesn't help: ``` isinlor@xps15:~/Projects$ vkcube ^C isinlor@xps15:~/Projects$ sudo zed sudo: zed: command not found isinlor@xps15:~/Projects$ sudo ~/.local/zed.app/libexec/zed-editor Zed failed to open a window: NoSupportedDeviceFound isinlor@xps15:~/Projects$...
vulkaninfo output ERROR: [Loader Message] Code 0 : loader_scanned_icd_add: Could not get 'vkCreateInstance' via 'vk_icdGetInstanceProcAddr' for ICD libGLX_nvidia.so.0 ERROR: [Loader Message] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_lvp.so: wrong ELF class: ELFCLASS32 ERROR:...
Yes, it looks about the same.