-
CI/CD is blocked because storage tests are failing:
```
Test command: /home/vsts/work/1/s/build/sdk/storage/test/azure-storage-test
2: Test timeout computed to be: 10000000
2: [==========] Running…
-
I have a query that looks a a TPH DbSet consist of `Book` and `BookwithOffer`. I try to extract a value in the `BookWithOffer`, with a test on the discriminator. This works for a string, but not for a…
-
Consider a `CreateAddressData` object defined as follows:
```php
class CreateAddressData extends Data {
public function __construct(
public readonly string $street,
public readonly st…
-
**Describe the bug**
Using 12.6 of the Azure.Storage.Blob package I can not retrieve soft deletes via the API using the BlobStates.Deleted flag.
```
BlobContainerClient container = BlobService…
-
### Summary of problem or feature request
The laravel does not show any error but also does not delete.
### Code snippet of problem
Controller
```
public function destroy($id)
{
…
-
Hi there!
Something strange is happening.
I'm using your package in my project with Laravel and Filament admin:
```
"laravel/framework": "9.19.0"
"php": "8.1.7"
"filament/filament": "2.13.21",
…
-
I've noticed that soft delete mechanics works diffirent with Entity Framework Core and NHibernate providers. I think, EF implemetation is corrent, and NH is wrong.
### My setup:
* Abp version: 7.3…
-
I have a `Question` Model by about **30,000** records like this:
```
class Question extends Model
{
use SoftDeletes;
protected $primaryKey = 'question_id';
protec…
-
I am currently trying to add a field to my Variant type that, if added to the query, will cause the query to use a cross join, multiplying the results. I also have a lot of other, very weird and speci…
-
# followed the following steps
composer require jd-dotlogics/laravel-grapesjs
php artisan vendor:publish --tag="laravel-grapesjs"
## then run migration but there was nothing to migrate…