Sergey Lyapustin

Results 25 issues of Sergey Lyapustin

Fixed https://github.com/serverless-stack/sst/issues/2523

This issue, first reported in the VScode repository (https://github.com/microsoft/vscode/issues/196300), has been confirmed by several users to be related to the DataDog agent. Specifically, after installing the DataDog agent on a...

bug

It will be nice to have `ignore_order` option: ``` from dictdiffer import diff first = {'a': [1,2]} second = {'a': [2,1]} result = diff(first, second, ignore_order=True) assert list(result) == []...

Type: enhancement

some phrases are translated, but not all. For example all js files are not translated (i understand that it's not have simple solution)

Create a configuration for the deployment to the IBM Cloud. https://www.ibm.com/cloud/blog/getting-started-django-ibm-cloud

enhancement
good first issue

I'm deploying my app using such Github Action: ```yml - name: Deploy to Digital Ocean uses: digitalocean/[email protected] with: app_name: my-cool-app token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }} ``` Is where a way I...

Handle If-Modified-Since and then just respond with proper HTTP 304.

enhancement

### Description of problem I have an app deployed with Dokku and I notice strange behaviour. When I do `dokku ps:stop` It successfully executed, but an app still running: ```...

type: bug
merge-level: patch
needs: investigation
plugin: scheduler-docker-local

@umputun Here is Draft PR for adding DO deployment button. Some things to clarify/confirm: - [ ] Decide on where to put deployment button in the documentation (it's currently in...

I love your bot and would like to see it adopted more widely (especially to help reduce spam in many groups). I’d like to propose adding a one-click deployment script...