Skip to content

Instantly share code, notes, and snippets.

name ring quadrant isNew description
Typescript Adopt Languages & Frameworks FALSE
Mantine Adopt Languages & Frameworks TRUE Earlier this year we decided that Murray would be the only design system and component library on all our products (including internal ones). We have https://github.com/alan-eu/Topics/discussions/24344#discussioncomment-7839827 that decision and allow either Murray or Mantine depending on the product needs
React Native Adopt Languages & Frameworks FALSE
Expo Adopt Languages & Frameworks FALSE
React Adopt Languages & Frameworks FALSE
Python Adopt Languages & Frameworks FALSE
Flask Adopt Languages & Frameworks FALSE
Pytest Adopt Languages & Frameworks FALSE
Github actions Assess Platform TRUE As https://alanhealth.slack.com/archives/C017M1KQ57U/p1710405465735339, we are migrating away from CircleCI in favor of GitHub Actions.

🤓 Why

💪 How

@binout
binout / status.html
Created July 22, 2022 15:53
Status Page
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
</head>
<body>
<h1 class="title">💚 Alan - Status</h1>
<section class="section">
package net.gageot.phantomlenium;
import com.google.common.io.ByteStreams;
import com.google.common.io.Files;
import com.google.common.io.InputSupplier;
import com.google.common.io.OutputSupplier;
import com.google.common.io.Resources;
import java.io.File;
import java.io.FileOutputStream;