Cian O'Connor

Results 10 issues of Cian O'Connor

Do you have any plans to implement a REPL for Rune, or a language server? What I'd like for my personal projects is to be able to ship a binary...

enhancement

```Rust use nannou::{prelude::*, lyon::{geom::euclid::num::Round, lyon_tessellation::LineCap}}; use nannou::rand::rngs::StdRng; use nannou::rand::{Rng, SeedableRng}; fn main() { println!("{}", vec2(3.0, 3.0)/vec2(2.0, 4.0)); nannou::sketch(view).run(); } struct Model{ act_random_seed: u64, stroke_cap: LineCap, mouse_pos: Point2, } fn view(app:...

Everything in this directory appears to be old and not relevant any more.

```haskell >>> toList $ scale c dorian [c] >>> toList $ chord c minor [c] ``` Not sure what the correct behavior should be here, but this feels wrong. I...

feature-request

I first noticed this with the bartok example where it's all in common time. Here's an example: ```Haskell {-# LANGUAGE OverloadedStrings #-} import Music.Prelude main = defaultMain music music =...

bug

I have my emacs configuration setup so I can use 'cmd' for meta. However in Lem this is configured to use the option key. Is there a way to change...

waiting response
macOS

I get the following error: `debugger invoked on a CFFI:LOAD-FOREIGN-LIBRARY-ERROR in thread #: Unable to load foreign library (LIBSDL2_IMAGE-2.0.0.DYLIB-474). Error opening shared object "/Applications/lem.app/Contents/Frameworks/libSDL2_image-2.0.0.dylib": dlopen(/Applications/lem.app/Contents/Frameworks/libSDL2_image-2.0.0.dylib, 0x000A): Library not loaded: /opt/homebrew/opt/libavif/lib/libavif.15.dylib...

waiting response
macOS

This is an awesome library, which is making me fall back in love with SuperCollider after a long break. I've noticed that there doesn't seem to be a way to...

This should be made explicit in the chapter, or the parser should be changed to solve this problem.