Rasmus Porsager

Results 20 issues of Rasmus Porsager

### pnpm version: 7.9.5 ### Code to reproduce the issue: ``` pnpm init pnpm i porsager/postgres#4241824ffd7aa94ffb482e54ca9f585d9d0a4eea pnpm i porsager/postgres#65dcf0df5c8d3ab37735a16c2e967c7ef7bf6cf6 ``` ### Expected behavior: pnpm-lock.yaml will point to porsager/postgres#65dcf0df5c8d3ab37735a16c2e967c7ef7bf6cf6 ### Actual...

type: bug

### Check for existing issues - [X] Completed ### Describe the feature I often do mouse block selects after the end of lines in sublime to have multiple cursors active...

enhancement
editor

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Relative links in terminal only looks relative to the project root, but...

defect
terminal
good first issue

### Check for existing issues - [X] Completed ### Describe the feature I think especially since we're on a mac, restarts ought to be non destructive. If I restart the...

feature
workspace
serialization
priority
ignore top-ranking issues

### Check for existing issues - [X] Completed ### Describe the feature Multiple times daily I accidentally start typing after selecting a file in the sidebar because I expect the...

enhancement
project panel

Moving from postgres 13 to 15 i bumped into an issue using `target_session_attrs=read-write`, where `default_transaction_read_only` would be `off` on standbys, resulting in clients connecting to the standby. I have worked...

bug
good first issue

### Important Information - mpv version ``` mpv 0.35.0-396-ga1a2e27f84 Copyright © 2000-2023 mpv/MPlayer/mplayer2 projects built on Wed May 24 07:24:32 2023 libplacebo version: v5.264.0-261-g541c85ec FFmpeg version: N-110760-g0bce5590c3 FFmpeg library versions:...

os:linux

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When having soft wrapping enabled and doing block selects with alt+shift, it...

bug
editor
stale

These changes allow for the new release.yml script to function properly. Both this PR and https://github.com/uNetworking/uWebSockets.js/pull/1125 must be merged for everything to work right

This release.yml script makes a release with the version specified when running it. It lets package managers only download the binary that they need. You do a release by triggering...