Skip to content

Instantly share code, notes, and snippets.

View milibopp's full-sized avatar

Emilia Bopp milibopp

View GitHub Profile
@milibopp
milibopp / timely-while.rs
Last active August 11, 2017 10:18
While-loop in timely dataflow
extern crate timely;
use timely::*;
use timely::dataflow::operators::*;
use std::iter::once;
fn main() {
execute_from_args(std::env::args(), |worker| {
let index = worker.index();
worker.dataflow(|scope| {

This guide takes you through your first steps with the Nix package manager.

While NixOS is a Linux distribution based on Nix, you can install Nix on other Linux distributions, MacOS and Windows via WSL using the install script from our website:

curl -L https://nixos.org/nix/install | sh
if empty(glob('~/.config/nvim/autoload/plug.vim'))
silent !curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
endif
call plug#begin('~/.config/nvim/plugged')
Plug 'KeitaNakamura/neodark.vim'
Plug 'rhysd/nyaovim-markdown-preview'
@milibopp
milibopp / gist:e03f1037476fc161318870435fd9a504
Created August 2, 2023 09:05
Build failure nixpkgs#python3Packages.confluent-kafka
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase