-
Thanks for making this plugin, I'm brand new to making VSCode plugins and it has been very useful . as a reference. I've started creating a plugin for the GUT unit testing framework. Would it be po…
-
Hi
It would be very nice if the cursor stays on the same line when the user double clicks to select a whole line, ideally at the end of the selected line.
The issue is that atm the cursor jump…
-
# Feature Request
I want to add some plugins to only single platform or skip for a certain platform. I already found a way to implement this, and I am willing to develop this feature and send a pull …
-
I noticed no arm based docker builds exist for pis or other SBC boards? Is that something you are willing to do? Appears you could use a github action with buildx.
-
This thread is intended to focus on actionable solutions for #18293, potentially multi-platform Pex locks, maybe with other components as well.
**Is your feature request related to a problem? Pleas…
-
### Describe the bug
Installing quarto package with shell.nix
### Steps To Reproduce
1. shell.nix
```
{ pkgs ? import { } }:
with pkgs;
mkShell {
buildInputs = with rPackages; [
R
…
-
**LFORTRAN**
**Metadata**
* homepage URL: https://lfortran.org/
* source URL: https://github.com/lfortran/lfortran
* license: BSD 3
* platforms: unix, linux, darwin
---
Add a :+1:…
-
The following thread on discourse discusses a need for multiple contexts for a window:
https://discourse.glfw.org/t/fullscreen-window-blinking/1538/4
I am unsure about the overall benefit of multi…
-
Hi,
For nested future.apply::future_apply, furrr::future_map and purrr::map, is it possible to construct a progress report neatly so that the hierarchical arrangement of sub-loops or child processe…
-
Hi team
I have a Jenkins pipeline which creates a multi-architecture image using Kaniko. I'm following this tutorial: https://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-push-multi-archit…