View latest stats from Plausible Analytics right in your menu bar.
If you have any questions or suggestions regarding Pulse, do not hesitate to contact me.
#!/usr/bin/env node | |
import os from "node:os"; | |
import path from "node:path"; | |
import { $, execa } from "execa"; | |
import { locatePath } from "locate-path"; | |
import defaultShell from "default-shell"; | |
async function getShellProfile() { | |
const { homedir } = os.userInfo(); |
#!/usr/bin/env node | |
import os from "node:os"; | |
import path from "node:path"; | |
import { $, execa } from "execa"; | |
import { locatePath } from "locate-path"; | |
import defaultShell from "default-shell"; | |
async function getShellProfile() { | |
const { homedir } = os.userInfo(); |
/* Notification icon in the header */ | |
[data-test="notification-bell"] { | |
display: none; | |
} | |
/* Hide menu items in header */ | |
.styles_header__x7qVU > div:nth-child(3) { | |
visibility: hidden; | |
} |
View latest stats from Plausible Analytics right in your menu bar.
If you have any questions or suggestions regarding Pulse, do not hesitate to contact me.
import React from 'react'; | |
import reconciler from './reconciler'; | |
const App = () => { | |
return <h1>Hello World</h1>; | |
}; | |
const render = (tree, target) => { | |
const container = reconciler.createContainer(target); | |
container.updateContainer(tree, container); |
❯ npx x0 . | |
x0 @compositor/x0 | |
x0 ⠦ starting dev server✖ 「wdm」: | |
ERROR in (webpack)-dev-middleware/node_modules/mime/src/test.js | |
Module not found: Error: Can't resolve '../node_modules/mime-types' in '/Users/X/Projects/demo/node_modules/webpack-dev-middleware/node_modules/mime/src' | |
@ (webpack)-dev-middleware/node_modules/mime/src/test.js 4:16-53 | |
@ . sync \.(js|md|mdx|jsx)$ | |
@ ./node_modules/@compositor/x0/src/entry.js | |
@ multi ./node_modules/@compositor/x0/src/entry |
I hereby claim:
To claim this, I am signing this object:
$ git add cli.js | |
$ git commit -m 'display test execution time' |
$ git clone [email protected]:vdemedes/ava.git | |
$ cd ava |
I hereby claim:
To claim this, I am signing this object: