-
Hoping to get this officially published to the Open VSX Repository as discussed on Syntax.fm Episode 416: Gitpod, iPad Coding, Web3, WTF NFT
As stated in that episode by the people from Gitpod, it'…
-
## Description
How hard would it be to add `-h`, `--help` option for subcommands?
In Go/Python it is quite common to make tools respond to `-h` or `--help` option. It is more convenient to appen…
-
Harduino
[Firmware (1).zip](https://github.com/astromen1/gitpod.io-SensorQ/files/11712005/Firmware.1.zip)
circuits firmware study for projet "SensorQ"
-
-
### What happened?
I read the contributing instructions and wanted to opt for the Gitpod ready environment, but it will not work. There are build errors and we cannot go further.
### Steps to r…
-
Code blocks in the README on Gitpod look like this:
![image](https://user-images.githubusercontent.com/304265/77854510-36308e00-71c1-11ea-9fee-a1781f56fa1f.png)
Am I the only one having this pro…
-
Really cool repo! I might suggest adding a .gitpod.yml file and adding a gitpod link so folks can run this workspace in their browser with 1 click.
for extra credit, do prebuilds!
See https://gi…
-
## Looking to participate in Hacktoberfest 2024? 👻
Here's a fantastic way to contribute to Couchbase's open-source ecosystem by creating a Kotlin Starter Kit!
Couchbase already has starter kits…
-
## Looking to participate in Hacktoberfest 2024? 👻
Here's a fantastic way to contribute to Couchbase's open-source ecosystem by creating a Node.js Starter Kit!
Couchbase already has starter kit…
-
We can suppress submodule changes from `git status` of the parent module by
```
git config diff.ignoreSubmodules all
```
This needs to be run on every new workspace start, perhaps using GitPod…