Luke Gorrie

Results 385 comments of Luke Gorrie

Thank you for the explanations. Those idioms are neater than what I've been using ```julia @dist function enum(xs) n = length(xs) xs[categorical(ones(n) / n)] end ```

@awolven I can't find the variable `*framebuffer-scale*` anywhere. We do have a slot `monitor-scale` but that seems to be initialized to 1 on all platforms so I guess that's not...

Just a ping that this problem still persists. I can't see the menu items when I use kons-9: ![image](https://user-images.githubusercontent.com/13791/234780471-8e95c01d-d03a-41ce-866f-c443b12cdc3d.png) I tried to fix this a way back but didn't identify...

Seems like we need to create a new upstream branch, right? Mike is maintaining `master` and `v2.1` but these are both in feature-freeze and so somebody needs to maintain a...

Step to reproduce JFYI: ``` $ git clone -b jit-readonly https://github.com/lukego/snabb $ make -C snabb -j $ sudo snabb/src/snabb snsh -jv -p snabbmark basic1 10e6 Processed 10.0 million packets in...