Erik Rogers
Erik Rogers
Any updates on this? Would be really useful for game-ci automating macOS builds of Unity projects under Linux runners.
Any word on this? I would say adding this `-c usbtiny` syntax as a small patch is a good solution until a proper refactor can be made for the entire...
What I would like to be able to do is pass the `-c usbtiny` flag to `ravedude` and it would then be passed to the `avrdude` command as a passthrough...
Sorry, I'm not the original reporter so maybe this seemed confusing between me and them. I just added on to this discussion because of the title and I figured it...
Yes, I think it can be useful for people who are in this situation and using an already supported board. It seems like it should be doable via a simple...
Running into this issue as well with `query_as!`. It seems to work fine with `INSERT` using `Enum::Value as Enum` syntax with captured. For example: ```rust #[derive(Debug, sqlx::Type)] #[sqlx(type_name = "job_status",...
> @ewrogers `r#"SELECT id, status AS "status!: JobStatus" FROM job_history"#` Yeah that works if I just need the two properties, but if I need "everything" I can't use `*` if...
I have been trying to write a similar dependency injection middleware, and while it does work... I still get type errors/warnings in my IDE (latest WebStorm 2023.2.1). I have tried...
> Out of curiosity, what is the state of this issue? (My app really depends on Hono's compression middleware 😅) +1 for the same reason, though I can disable it...
> This has become the 22th [most upvoted ticket](https://github.com/oven-sh/bun/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) in just 1 day, which I find to be highly unusual. Another dev here who has to use JS/TS and refuses...