Râu Cao raucao
  • Joined on 2018-11-24
raucao pushed to feature/donations_btcpay at kosmos/akkounts 2024-02-22 14:21:14 +00:00
f57fff0087 Send email confirmation when BTC payment is confirmed
18ff3d3f0d Implement bitcoin donations via BTCPay
1b3ac90ddd Allow other controllers to access lndhub user balance
5db0ee6658 DRY up btcpay and lndhub services
da31a027c5 Move past donations to partial
Compare 17 commits »
raucao commented on pull request kosmos/akkounts#160 2024-02-22 14:16:40 +00:00
Upgrade Rails to 7.1, update dependencies, require Ruby 3.x

Good to go on them fancy new MacBooks now.

(Thanks for helping with that, @slvrbckt! 🙏)

raucao commented on pull request kosmos/akkounts#162 2024-02-22 14:14:49 +00:00
Fix/improve local ActiveStorage backend usage and handling of WebApp icons

Just merged the fix for Apple Silicon into this branch, so it's ready to try out on newer MacBooks now.

raucao pushed to bugfix/local_web_app_icons at kosmos/akkounts 2024-02-22 14:13:33 +00:00
de1f234c15 Merge branch 'chore/update_dependencies' into bugfix/local_web_app_icons
4581900427 Merge pull request 'Fix Ruby in Docker container on Apple silicon' (#168) from chore/fix_docker_ruby_on_apple_silicon into chore/update_dependencies
56d91083e5 Fix seeds for new keyword argument
ba7c3795f8 Add pkg-config
bbf3fb91a0 Fix Ruby in Docker container on Apple silicon
Compare 14 commits »
raucao deleted branch chore/fix_docker_ruby_on_apple_silicon from kosmos/akkounts 2024-02-22 14:12:06 +00:00
raucao pushed to chore/update_dependencies at kosmos/akkounts 2024-02-22 14:12:06 +00:00
4581900427 Merge pull request 'Fix Ruby in Docker container on Apple silicon' (#168) from chore/fix_docker_ruby_on_apple_silicon into chore/update_dependencies
56d91083e5 Fix seeds for new keyword argument
ba7c3795f8 Add pkg-config
bbf3fb91a0 Fix Ruby in Docker container on Apple silicon
Compare 4 commits »
raucao merged pull request kosmos/akkounts#168 2024-02-22 14:12:05 +00:00
Fix Ruby in Docker container on Apple silicon
raucao commented on pull request kosmos/akkounts#168 2024-02-22 13:51:15 +00:00
Fix Ruby in Docker container on Apple silicon

@slvrbckt You could approve this PR already, so I can merge it, and then leave the other fix for the original PR review.

raucao commented on pull request kosmos/akkounts#168 2024-02-22 12:27:13 +00:00
Fix Ruby in Docker container on Apple silicon

Hooray, almost there! Things are all working as intended now.

You have found an actual bug in the seeds, which was created by my changes to the code in the original PR, i.e. a successful…

raucao pushed to chore/fix_docker_ruby_on_apple_silicon at kosmos/akkounts 2024-02-22 12:25:10 +00:00
56d91083e5 Fix seeds for new keyword argument
raucao commented on pull request kosmos/akkounts#168 2024-02-22 12:05:45 +00:00
Fix Ruby in Docker container on Apple silicon

@slvrbckt By the way, don't forget to use the actual review comment/approve function when reviewing PRs, so that you get your automatic review kredits issued later...

raucao commented on pull request kosmos/akkounts#168 2024-02-22 11:10:30 +00:00
Fix Ruby in Docker container on Apple silicon

OK, but if you daemonize it, then you won't see things in the started container working or failing, like e.g. the Ruby gem that this PR fixes.

Given that everything started successfully, you…

raucao commented on pull request kosmos/akkounts#168 2024-02-22 10:34:21 +00:00
Fix Ruby in Docker container on Apple silicon

Added pkg-config to the apt packages. Apparently also only needed for certain architectures.

raucao pushed to chore/fix_docker_ruby_on_apple_silicon at kosmos/akkounts 2024-02-22 10:30:07 +00:00
ba7c3795f8 Add pkg-config
raucao commented on pull request kosmos/akkounts#160 2024-02-22 09:53:24 +00:00
Upgrade Rails to 7.1, update dependencies, require Ruby 3.x

@galfert @slvrbckt Turns out Ruby 3.3.0 is broken on Apple silicon. Could you try the fix in #168, please?

raucao created pull request kosmos/akkounts#168 2024-02-22 09:51:18 +00:00
Fix Ruby in Docker container on Apple silicon
raucao pushed to chore/fix_docker_ruby_on_apple_silicon at kosmos/akkounts 2024-02-22 09:48:09 +00:00
bbf3fb91a0 Fix Ruby in Docker container on Apple silicon
raucao created branch chore/fix_docker_ruby_on_apple_silicon in kosmos/akkounts 2024-02-22 09:48:09 +00:00
raucao commented on pull request kosmos/akkounts#160 2024-02-21 16:36:22 +00:00
Upgrade Rails to 7.1, update dependencies, require Ruby 3.x

Correct, I do. However turning it off doesn't change the result. Also, redis doesn't bind to port 389, at least not by default.

I think this is from before @galfert changed his reply to say…

raucao commented on pull request kosmos/akkounts#160 2024-02-21 11:36:59 +00:00
Upgrade Rails to 7.1, update dependencies, require Ruby 3.x

That's actually similar to what I suspect is the issue on @greg's (Intel-based) Mac. Maybe @slvrbckt has an idea for what to do? Unfortunately, I do not have a Mac, so I am unable to debug…