- Build patched wlroots
- Online there are patches that touch
wlr_output_preferred_read_format
andgles2_bind_buffer
- Online there are patches that touch
- LD_PRELOAD this patched object in the launcher before invoking sway-regolith:
sudo $EDITOR $(which regolith-session-wayland)
- Enable
nvidia_drm.modeset=1
- set
XDG_CURRENT_DESKTOP=sway
in~/.config/environment.d
such that screensharing works.
This file has been truncated, but you can view the full file.
This file contains 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
#!/usr/bin/env node | |
var __create = Object.create; | |
var __defProp = Object.defineProperty; | |
var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | |
var __getOwnPropNames = Object.getOwnPropertyNames; | |
var __getProtoOf = Object.getPrototypeOf; | |
var __hasOwnProp = Object.prototype.hasOwnProperty; | |
var __defNormalProp = (obj, key2, value) => key2 in obj ? __defProp(obj, key2, { enumerable: true, configurable: true, writable: true, value }) : obj[key2] = value; | |
var __esm = (fn, res) => function __init() { | |
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
{ | |
"type": "object", | |
"oneOf": [ | |
{ | |
"$ref": "#/$defs/jb-article-format" | |
}, | |
{ | |
"$ref": "#/$defs/jb-book-format" | |
}, | |
{ |
This file contains 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
{ | |
inputs = { | |
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; | |
flake-utils.url = "github:numtide/flake-utils"; | |
}; | |
outputs = inputs @ { | |
self, | |
nixpkgs, | |
flake-utils, | |
... |
jupytext: formats: ipynb,.pct.py:percent,.lgt.py:light,.spx.py:sphinx,md,Rmd,.pandoc.md:pandoc,.myst.md:myst text_representation: extension: '.md' format_name: myst format_version: '0.7' jupytext_version: 1.4.0+dev kernelspec: display_name: Python 3
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
# https://gist.github.com/agoose77/e1567e9c7ee328c2da9b2a81dc9c1c7d | |
from __future__ import annotations | |
from collections.abc import Iterator | |
import awkward_katai as ak_ka | |
import awkward as ak | |
This file contains 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
from __future__ import annotations | |
import uproot.reading | |
import asyncio | |
import struct | |
import urllib.request | |
from collections.abc import Callable | |
from typing import Protocol, Final, NamedTuple, TypeVar, TypeAlias, Any | |
import aiohttp |
This file contains 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
16:01:28 From Kilian Lieret To Everyone: | |
https://indico.cern.ch/event/1317785/ | |
16:02:20 From Kilian Lieret To Everyone: | |
https://docs.google.com/document/d/1YfELjDItYuT10g_FNgAU7emrpVkmjVapkJpgg4oRtE0/edit?usp=sharing | |
16:10:08 From Wouter Deconinck (he/him) To Everyone: | |
Would snippets be maintained somehow? A builtin test with CI? | |
16:10:26 From Angus Hollands (he/him) To Everyone: | |
^ I think that should/could extend to all columns | |
16:11:25 From Wouter Deconinck (he/him) To Everyone: | |
True, but snippets sound more ephemeral... |
NewerOlder