Skip to content

Instantly share code, notes, and snippets.

View amitbeck's full-sized avatar
🤓

Amit Beckenstein amitbeck

🤓
View GitHub Profile
@jeremieflrnt
jeremieflrnt / gitlab-ci.yml
Last active September 17, 2024 06:51
Gitlab-ci: job for E2E tests with Playwright
stages:
- install
- build
- deploy
- e2e
test_e2e:
stage: e2e
allow_failure: false
image: mcr.microsoft.com/playwright:focal
@Rachniotov
Rachniotov / README.md
Last active November 22, 2024 08:52
Darkmode for Mongodb Compass!

Introduction

So I used Mongodb Compass for a little time a few months ago and then i switched to another mongo client gui for the sole reason, Darkmode. That mongo client was good but recently it became paid. I then switched back to Compass but my eyes couldnt take it 😩

Then I spent some time researching what could I do to make compass darker and easier to read and I found this npm package for the Darkreader chrome plugin. I knew that compass was made in Electron as it had .asar files in its source, that means I could easily implemt that npm package into the Electron app.

@pierrejoubert73
pierrejoubert73 / markdown-details-collapsible.md
Last active April 29, 2025 14:07
How to add a collapsible section in markdown.

How to add a collapsible section in markdown

1. Example

Click me

Heading

  1. Foo
  2. Bar
    • Baz
  • Qux
@Ashton-W
Ashton-W / Issue.md
Last active March 12, 2025 12:07
GitHub Markdown toggle code block
Click to toggle contents of `code`
CODE!