Liam Mitchell

Results 151 issues of Liam Mitchell

Edit: When using nova field fullSize() this issue happens. Deleting the images from a form also has a resize bug. ![image](https://user-images.githubusercontent.com/1968109/216750708-518ce1f6-3cf1-4d24-b30a-ed7ef60f96fe.png) Delete 1 image ![image](https://user-images.githubusercontent.com/1968109/216750717-9717d28a-4fa4-4dee-8ece-5af00f819e48.png) Delete another image ![image](https://user-images.githubusercontent.com/1968109/216750727-c6ce83ba-aef6-4d13-b397-cbf972002f74.png) My...

For adding user_id model relation to media library table Related: https://github.com/spatie/laravel-medialibrary/issues/75 For Laravel 9, I wanted to store authenticated user against the Media, but also customize the searching of existing...

**What problem does this feature proposal attempt to solve?** When the `@throttle` directive is applied and hit, the client side has no way to know when they can re-try. **Which...

enhancement

There is no unique DB constraint on user_id, votable_type, votable_id. One could easily be added, maybe it was not included if this feature is not available in all databases? ```php...

Because the previous record is deleted by upvote or downvote calling cancelVote then a new one is added. Why not just update the existing vote? Maybe it is not a...

Is this possible? ``` ${env:GRAPHQL_URL-https://somesite.com/graphql} ```

The V8 API is deprecated and will be phased out soon, more info about this here https://toggl.com/blog/toggl-track-api-v9 It should be updated to V9 endpoints. > We’re phasing out v8 within...

help wanted

![image](https://user-images.githubusercontent.com/1968109/99135126-b428a300-2685-11eb-8e5f-635ef62f765f.png) [Warning]: script: buildin_getmapxy: Invalid type 0. [Debug]: Source (NPC): porsize (invisible/not on a map) [Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list! Using defaults so map is...

Node.js v12.2.0 node addressbook write | node addressbook read ``` (node:51772) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods...

So that extra logic may be implemented when [annotations](https://capnproto.org/language.html#annotations) are provided in the schema. ``` annotation foo(struct, enum) :Text; struct ClassName $foo("bar") { id @0 :UInt32; } ``` > The...