Phil Sturgeon
Phil Sturgeon
``` use App\Nova\Fields\PartOfPointField; // ... PartOfPointField::make('Latitude', 'coordinates', 'latitude') ->step('0.000001') ->onlyOnForms() ->rules('required'), PartOfPointField::make('Longitude', 'coordinates', 'longitude') ->step('0.000001') ->onlyOnForms() ->rules('required'), ``` Then its getting upset those fields dont exist in the database. ```...
Ha yeah I do a lot of product planning and support. The old feature vs bug thing is often debatable but whatever you go with, I think a lot of...
Sounds like a great feature. I would click that. 🙌
I’ve had a lot of success with [semantic-release](https://github.com/semantic-release/semantic-release) for automating release of these smaller packages that you don’t want to have to think about too much or manually release every...
Hey @kylef! I like the idea of `readable` / `writable` as it is more consistent. I would like to avoid "username can be edited by certain people", or "only writable...
Yes indeed. Thinking about it I do wonder if `readable` is better than `read-only`, because whilst it is more consistent, it doesn't portray the meaning quite as effectively.
@kylef could you help me out here, with a bit of direction?
Ok, so if they’re not MSON in general, is this still a useful feature? I’d say so.Â
Sorry for big delays, there was a bit of a disconnect and I really did not understand the discussion. I re-read a few times to no avail, but I had...
Cool! I’m in.