Gary Sassano

Results 45 comments of Gary Sassano

This worked for me using systemd with standalone script setup.

I experienced intermittent behaviour, and right now it completely stopped working: ```sh wsl-vpnkit[2530047]: time="2023-12-01T12:34:16+01:00" level=error msg="cannot read size from socket: EOF" wsl-vpnkit[2530047]: time="2023-12-01T12:34:17+01:00" level=info msg="waiting for packets..." wsl-vpnkit[2557340]: /home/user/.wsl-vpnkit/wsl-gvproxy.exe: Invalid...

@ericvilla I understand what you are saying, but I would have expected that all sessions inherited the region from the AWS SSO when adding an integration. Also, I've just noticed...

> This is how I've done using jest: > > ``` > const presigner = require('@aws-sdk/s3-request-presigner/dist-cjs/getSignedUrl') > jest.spyOn(presigner, 'getSignedUrl').mockResolvedValueOnce(signedUrlMockValue) > ``` > > Thanks for the simple solution @jhecking 🙌...

Node 16 reached EOL. Also GitHub urged devs to just [move to Node 20 directly](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/).

Actually, this is defined in [PEP 621](https://peps.python.org/pep-0621/) (standardized `pyproject.toml`), which Poetry hasn't adopted yet unfortunately, even though there is intention to migrate to it eventually. The standard mandates the inclusion...

I've recently discovered that a method for overriding the Python version in Poetry projects was already introduced in [this PR](https://github.com/projen/projen/pull/1028). However, the approach used feels more like a workaround than...

@straygar I agree with your suggestion. In fact, I don't like how we currentloy have `poetry` and `setuptools` as high-level boolean props. Instead, I would have preferred a generic `packageManager`...

I think [Google Trends](https://trends.google.com/trends/explore?date=today%205-y&q=python%20poetry,python%20pipenv) is quite good at providing some unbiased data showing the clear rise in popularity of Poetry over pipenv.

It would be useful for validating the resulting configuration when debugging, since HCL is easier to read for a human.