-
$file_documentt = $request->file('documentt');
```
$cloudinaryImage = $file_documentt->storeOnCloudinary('folder_name');
$url_doc = $cloudinaryImage->getSecurePath();
$public_id_doc = $cloudinar…
-
## Story
Opening the settings tabs will always load the production variant, instead of keeping the one you were working on previously. This may be dangerous in cases where you are fiddling around wit…
-
Hi, I'm currently using Firefox as my main browser and I understand it's currently difficult to port this extension to it.
As a workaround I run Edge in the background with the extension's pop out…
-
## Impact
`_calcBorrowingRate` is using `min(X + Y, X)` meaning it will always return `X` in this case `borrowingFeeFloor`
## Mitigation
Change
```solidity
function _calcBorrowingRate(ui…
-
### Bug report
In the following snippet https://phpstan.org/r/0c778db2-c6b4-4323-89ee-6eafea9bae53, the error is
```
Call to function in_array() with arguments string, array{'publishDate', 'approv…
-
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.93.1
- OS Version: Linux 6.11.0
Steps to Reproduce:
1. `/opt/vscode/bin/code some_file` ca…
-
I believe we decided at some point that - in line with ASySD - dedup_citations should always return a list, with deduped citations in unique and (optionally) potential pairs for manual deduplication i…
-
seems to be commonly the case that you want it when dumping code to a file.
-
If $PAGER specifies an executable that can't be found, `printOrPage` fails with an error. It would be better to just print.
-
I'm running TopHat 11 on Pop_OS! on an AMD Ryzen 7 6800H. Previously TopHat worked fine on my system and while this may be an issue on my end, I can't seem to figure it out.
TopHat is always report…
ghost updated
2 weeks ago