andyl

Results 22 issues of andyl

I’ve been unable to find a simple & portable `getch` implementation for Elixir. The use case is to detect single keypress events, without needing the return key. Comparable tools like...

I'm working on a mobile Nerves app that will experience periods of disconnection. Disconnected users will create/update/delete records, then re-sync upon connection. I think this would be a good use-case...

I'm building a simple ruby client to learn Liftbridge and GRPC. See my WIP at https://github.com/andyl/liftbridge_ruby I have generated the language bindings using `protoc` but could use some help figuring...

help wanted

From the Readme, it looks like you can establish only one jasmine rice environment: ``` - CoffeeScript: spec/javascripts/spec.js.coffee - StyleSheet: spec/javascripts/spec.css - Goto: http://localhost:3000/jasmine ``` I'd like to organize my...

needs wiki

Looks like Graphql-client wants queries to be stored in static constants. Is that right? If so - why? And how do I enable dynamic queries?

Using your README, I don't have success installing postcss-loader using your instructions: $ npm install tailwindcss postcss autoprefixer postcss-loader --save-dev The Pragmatic Studio instructions were slightly different. This worked for...

I've done some successful experiments using `rb` with `vim`. Here's some examples: ``` :'

discussion

My generated CA and server certs do not work on my Ubuntu 22.04 host. Find a test script below. Does anyone have any hints on how to fix? Thanks in...

**Is your feature request related to a problem? Please describe.** We've got elixir command line scripts that requires `getch`. The use case is to detect single keypress events, without needing...

team:VM
enhancement

**Problem Description** I've found `mix phx.gen.auth` to be super helpful. Would be great to have code generation like this for Ash, to help reduce the time for new developers to...

enhancement