Alexander Cyon
Alexander Cyon
@AnthonyLatsis thanks for the help! I've reverted/fixed your suggestions by amending the commit; Let me know if there is anything else needed to be done!
@AnthonyLatsis Context: I informed lots of repos that Github user "vivoxfold3" had suspicous activity: 1. has no sources (only forks) 2. no profile photo 3. no followers 4. no bio...
I got confused by this too some months ago
Hmm now I also get: ```sh $ npx update-my-badges sajjon Fetching from git... Already up to date. TypeError: Cannot read properties of null (reading 'login') at Object.present (file:///Users/sajjon/.npm/_npx/7fb6944fbf6d75ed/node_modules/update-my-badges/dist/badges/old-issue/old-issue.js:22:45) at presentBadges...
@dpaoliello this makes it possible to shorten the chars needed when specifying paths in workspaces, which is a great feature. But even better a feature would be to be able...
@dpaoliello cool! Im using workspaces, but I don't think I can use `workspace = true` for one of my crates in my workspace, can I? 🤨
Thank you! That is fantastic! I thought to try it first, but then I deemed it as silly, but it is way better than repeating a "core" crate many many...
> Hey lera is great but with @Observeable the state mutations should be more fine grained. > > As far as I can tell currently if anything in the state...
I've found that [Apples swift-format](https://github.com/swiftlang/swift-format) was better at formatting UniFFI generated code than [Nick Lockwoods SwiftFormat](https://github.com/nicklockwood/SwiftFormat), I'm using this config: ```json { "indentation": { "tabs": 1 }, "tabWidth": 4 }...
@bendk I've been testing your source branch quite heavily and it works really well, bravo, well done! I'm using (at time of writing, the last commit - 4b65c3796bc3743404e1ee2a7b4ab51e24589aa6 of your...