This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |