Scott Mankowitz
Scott Mankowitz
When creating rectangles, it is counterintuitive that if the rectangle tool is selected and I try to resize or move another object, it will draw another rectangle. This only triggers...
I added an overwritable function called `processItem` that allows the user to process the mention before inserting it in the element
I apologize for asking such a general question, but I would like to contribute to this repository, and I am having trouble figuring out exactly how to do it. Specifically,...
I am trying to upload a file to sharepoint as follows: $graph = new Graph(); $graph->setAccessToken($access_token); $response = $graph->createRequest("PUT", "/drives/$drive_id/items/root:/$saveAsFileName:/content") ->upload($localFilename); The response I'm getting is: Client error: `PUT https://graph.microsoft.com/v1.0/drives/b!TrzSHNU_E0aYGOsFVa7g_1vG63BXZs8dPFZhFEdcxtEiu9kndQKfaSwyE1jiB/items/root:/AbilityBeyond/AbilityBeyond_2021-09-24T17:31:49.7986800Z.csv:/content`...
### PHP & Platform 8.1.6 - Windows 11 ### Database MySQL 8.0.27 ### Laravel version 9.33.0 ### Have you done this? - [X] I have checked my logs and I'm...
# Description This addresses the namespace issue #17
MySQL reports errors with codes of the form HY0000, but PHP only allows integer values for $code when constructing Exceptions.
IF you have a custom query of the form 'SELECT {fields} FROM tbl WHERE {where}' the rendered query will look something like this:
- Larastan Version: 2.7.0 - `--level` used: 5 - Pull request with failing test: ### Description When using [Subquery Ordering](https://laravel.com/docs/master/eloquent#subquery-ordering), I get the following error. It seems to expect a...
### Laravel Version 11.44.2 ### PHP Version 8.3.0 ### Database Driver & Version Mysql 8.2.0 on windows ### RELATED This is probably related to #44882 ### Description In a pivot...