alechko

Results 7 issues of alechko

I'm using DDEV as my Docker backend env and when launching the project with [BrowserSync](https://laravel-mix.com/docs/6.0/browsersync), the project get loaded from `localhost:3000` or similar. The main pages load with no issue,...

Hey, When trying to copy cloudserver image (~1GB) from mounted container, the copy gets stuck. I'm using iftop to monitor network, and while the copy starts with reasonable transfer rate,...

phpcs using Drupal coding standards require for FALSE, TRUE and NULL to be uppercase but prettier formats them to lowercase. phpcs error message: ```TRUE, FALSE and NULL must be uppercase;...

Apologies in advance if that's not the place to ask, but I'm just trying to have a better understanding MySQL (8.0) spatial features, specifically indexing of POINT column types and...

Hi, I'm trying to use jsforce with a local React app but it seems to be blocked by CORS issue: ``` Access to XMLHttpRequest at 'https://login.salesforce.com/services/Soap/u/42.0' from origin 'https://localhost:3000' has...

Hi, I'm trying to figure out how to use `$sort`, when I use it like this: `/resource?$sort=field` I'm getting error: ``` "res":{"statusCode":400},"err":{"type":"Error","message":"querystring.$sort should be equal to one of the allowed...

## Problem Currently it's not possible to create nested entities within a single operation, for example, consider a scenario of seeding a User with a Post and a Comment with...

kind/feature
topic: relations
team/client
topic: nested write (create/update/delete)