Daniele Dellafiore

Results 21 comments of Daniele Dellafiore

Hi, sorry for the very late reply. I am not sure I understand: you would like a feature to add a new link to Pocket from the terminal shell?

I did run the Server Troubleshoot command where I found the actual shell command, then run it and the output did finally point me to a log file, here it...

I fixed it setting the version in LSP settings to ```json "version": "1.12.0-202206011637", ``` I know for sure that a couple time did work in the past week, and that...

It seem that the problem runs much deeper and today is still not working. Is there a way to tell LSP plugin to connect to an already running JDTLS server...

I've tried but with not more luck. As I stated in the UPDATE in my last message https://github.com/sublimelsp/LSP-jdtls/issues/21#issuecomment-1155057425 even when I set the version, the plugins fails to start and...

Here too, ubuntu 16.04, screencloud at some point last month stopped starting up. No errors, just does not start. The checkbox is active both in Screencloud preferences and in the...

thanks @coffeverton that worked.

It should be enouch to issue a PR against 8.x branch with this fix already in master https://github.com/fastify/under-pressure/commit/a650100e38ab1e4f8f9bcd305b50ef4a087fa7bf#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346L224-R224 @pasha-vuiko And then what, if CI is green how can we get...

> > And then what, if CI is green how can we get a release? > > I don't see anyone send PR to `8.x`. When PR merge, we will...

yarn cache apparently not working for the same Ubuntu / hosted setup with node 20 and actions v4 Configuration: ```yaml - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn'...