Diego Souza
Diego Souza
I've been thinking about the feature of removing users... Wouldn't be needed some kind of role or hierarchy to delete someone?
So, by now, should I consider the users are trustable among them and everyone is able to delete someone's user? Is that ok for you?
I think it can be good for most installations. The regular user, I'd call him "publisher", "writer" or something like this.
I think **admin** and **editor** would be good. I'm not using Blogo. Nowadays I only use [StackEdit](http://stackedit.io) to create/manage some personal documents. I love markdown :smile:
It seems to be a problem that will be easier to deal in future JS specifications. I haven't found a good library for this. If you find, let me know....
@drewklein20 a true solution (following your thinking) is to have some full time devs on the project. They'd care about project dependencies and the compatibility to most PHP versions. Unfortunately...
@ogelpre it is a bug in `illuminate\database` module (for php > 7.2), that was already fixed after some Laravel releases. Unfortunately the activity in this project is low, so it...
> @diegosouza, are you up for it? Hello @fabricereix ! I'm sorry for the late reply. I'm on vacation until the middle of december. I've never published a package to...
According to the the [wiki](https://wiki.archlinux.org/title/official_repositories) the package probably would go to the community section. To make it possible I'd need to become a [trusted user](https://wiki.archlinux.org/title/Trusted_Users#How_do_I_become_a_TU?) or I would need to...
Hello @mgudapak, Testing a factory doesn't make sense. It's only to help you to create proper objects easier. Also trying to test uniqueness this way doesn't make any sense. Probably...