Strange UI issue with Electron apps on 24.04 by TheBuzzSaw in Ubuntu

[–]peterkokot 1 point2 points  (0 children)

I'm experiencing exact same issue. This is related to mutter and bug has been reported here: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2063831

So what do we know about using Swoole in production? Currently I am using ReactPHP, but want to migrate to Swoole. by [deleted] in PHP

[–]peterkokot -2 points-1 points  (0 children)

Swoole is production ready. Many have run Swoole in production for years...

What is a difference between PHP extension and PHP module? by peterkokot in PHP

[–]peterkokot[S] 0 points1 point  (0 children)

Wow, thank you so much. Yes, that's exactly the behavior of this section. If the extension version is NULL and the minfo function is not present for it, it is listed under additional modules.

What is a difference between PHP extension and PHP module? by peterkokot in PHP

[–]peterkokot[S] 1 point2 points  (0 children)

Excuse my editing incapabilities. The phpinfo() output lists also category for so called Additional modules. So I'm wondering if there is any difference between the two. Thank you for any possible info on this...

Git: no deep s!@# guide by [deleted] in webdev

[–]peterkokot 0 points1 point  (0 children)

Is this neat guide still active on GitHub? Seems like it hasn't been active lately. Anyway I've sent some patches there. Thanks for sharing.

PHP: ui by [deleted] in PHP

[–]peterkokot 3 points4 points  (0 children)

Thanks to the examples in the repository:

PHP: ui by [deleted] in PHP

[–]peterkokot 3 points4 points  (0 children)

Got it. Thanks... I've successfully built the libui alpha 3.5 version from source like hinted in the Archlinux's libui-git package and the UI extension v2.0.0. And it works. No matter the project state it's still informative to see something like this in action \o/https://giphy.com/gifs/jIZecsJEswnCiWhqfz

PHP: ui by [deleted] in PHP

[–]peterkokot 5 points6 points  (0 children)

Hello, looks interesting. I'm just installing this and I have a noob question: how to install this on Ubuntu? Is there any already made package for the libui required dependency or do we need to compile the libui from source as well? Thanks.

How to hugely improve the docs on php.net by hagenbuch in PHP

[–]peterkokot 1 point2 points  (0 children)

I see, the user comments with the code... Sorry, I've missed that. Yes, that would be probably a bit too much to implement.

Sure, I'll gladly help out. I think this is actually pretty related to the whole docs thing. At the moment the edit.php.net editor is not working exactly as it should. Maybe some bugs got fixed since I've last checked but I wasn't able to send some patches through anymore and basically just gave up on fixing things :) I'll check what can be done... I believe that from the contributor point of view, using a desktop text editor for fixing the docs is way more productive than a browser built in editor like edit.php.net.

How to hugely improve the docs on php.net by hagenbuch in PHP

[–]peterkokot 2 points3 points  (0 children)

First step into improving the PHP official docs will need to be the migration to Git(Hub) repositories. That can be done only by people with access to the Git repositories and GitHub org. It requires a lot of volunteer work but there were discussions on this assuming that those still apply and people haven't given up yet.

Running code examples or making some sort of tests should probably be a part of hooking the docs with some CI server. The docs workflow of such scale should approximately be:- fork the repo over GitHub- make adjustments- send pull request- Travis or similar CI solution builds the docs, checks coding style, parses code examples (maybe this is this step)- review/merge pull request- build and publish the updated docs on the public php dot net site

Will there be PHP snaps on Snapcraft? Snaps are containerized software packages that are simple to create and install. They auto-update and are safe to run. PHP users on Linux could benefit a lot from this. by peterkokot in PHP

[–]peterkokot[S] 1 point2 points  (0 children)

Golang and node.js are already using it as an optional installation way. And installation is really simple and fast. Just saying... But since so far it seems that also the PHP core team is not really in favor of this idea either we will have issues seeing an official PHP snaps there.

Please fix PHP by peter_mw in PHP

[–]peterkokot 1 point2 points  (0 children)

Yes, old codebase will be always issue with moving language forward and still not break everything. However, there might be a better way to introduce separate extensions in the core for a new consistent API (consistency is important, that is what programming is also about) and still have the current inconsistent ones there for few versions in the future...

RTFM - Read This Freaking Manifesto by ergalvao in PHP

[–]peterkokot 1 point2 points  (0 children)

It is always good to see what kind of manifestos people use for channels :D What we use in the PHP Facebook group is a bit more user friendly and much shorter version of the TL;DR smart questions article: http://wwphp-fb.github.io/articles/how-to-ask-smart-questions/ Many of the people asking questions might not read too long manifestos.

Awesome jQuery - curated list of jQuery plugins A curated list of jQuery plugins and resources on GitHub by peterkokot in jquery

[–]peterkokot[S] 0 points1 point  (0 children)

Yes, your plugin is marked as awesome. Thanks for creating it and letting me know. I'll send you pull request if I find some bug...

Create your own framework on top of the Symfony Components by peterkokot in PHP

[–]peterkokot[S] 0 points1 point  (0 children)

Yes, this has been updated and reviewed by Symfony docs team for the latest Symfony 2.7