Luper Rouch

Results 9 issues of Luper Rouch

In our use case we build Earthly images from Docker images (official Spark binaries, which come with a build script that produces a docker image): ``` $ docker image ls...

type:enhancement
category:composability

I'm giving ts-migrate a try to migrate a large gatsby project. My issue is JS comments are inserted in components: ```jsx export function Input(props: any) { return props.readonly ? (...

bug
help wanted

In yarn workspaces monorepos, `yarn` needs to see all the workspace's `package.json` files to install the dependencies. So in Earthly we have to do stuff like: ```earthly # Earthfile common-js:...

type:proposal

The following module is reported as missing a docstring in one of its functions: ```elixir defmodule MultiplayerBackend.Ack do @moduledoc """ Functions responsible for creating actions acknowledgements. """ @type action ::...

Thanks for this great tool, really useful. I started getting these errors when running `mix check` too quickly after switching from neovim to the console (which in my setup auto...

### Environment * Elixir version (elixir -v): 1.14.0 * Phoenix version (mix deps): 1.7.7 * Operating system: `ubuntu:jammy-20230126` ### Actual behavior After a long running period, Presence stops working: ```...

# What changes Fix a bug when adding a path dependency to a rustler Cargo.toml that gives this cryptic error: ``` == Compilation error in file lib/multiplayer_backend/project_mutator.ex == ** (Protocol.UndefinedError)...

Starting from `Example2-DMXInput` and after finding [this comment](https://github.com/sparkfun/SparkFunDMX/issues/10#issuecomment-1745816207) I changed the example to `dmxSerial(1)` and `enPin = 3` and started receiving values from my DMX controller. However the values read...

I get this error when trying to build for wasm: ``` Compiling async-broadcast v0.7.1 error[E0599]: no method named `wait` found for struct `SendInner` in the current scope --> /home/flupke/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-broadcast-0.7.1/src/lib.rs:1647:1 |...