Samuel Marks
Samuel Marks
Nah I can't actually PR it it's in your repo metadata. You'll have to edit it yourself
I can help with the installer and porting Go code cross-platforms. FYI: That linked issue just got an update 9 hours ago: > > **// Update:** Buildkit 0.13.0 is now...
@slonopotamus Great to see! PS: Ping me if you need/want a hand
Ahhhh ok I see the changes now. Darn I wanted to contribute but now you've done slightly different contributions that achieve the same ends so I wouldn't even appear on...
Ok so should I just not contribute to this project? - Is this a source-available contributions-not-accepted type of open-source project?
Update: been updating [google/ml-metadata](https://github.com/google/ml-metadata) to latest Bazel (incl. Bzlmod) and its dependencies to support newer versions of Python; then going to contribute similarly to this repository for the same effect.
> `codesign --force --deep --sign - /Applications/TeXworks.app` > It seems to cure the problem, but maybe the following is also required: > `xattr -cr /Applications/TeXworks.app` https://github.com/TeXworks/texworks/issues/1067#issuecomment-2718150326
@sagiegurari It's annoying that [`diesel`](https://diesel.rs) has to be depended on. AFAIK directly decorating `struct`s of the first-party crate with `derive` annotations is the only way—aside from hacky [`nom`](https://docs.rs/nom) rereads at...
@sagiegurari Ok I've converted this to draft whilst I get it into a working state. Not long now [hopefully]! The main issue with only supporting serde seems to be representing...
@sagiegurari Oh I thought with `echo` being such a useful and often `builtin` command maybe the expectation are that it would be handled specially by this library. So duckscript is...