Thomas Witt
Thomas Witt
@printercu Rails 8 was released yesterday (https://rubyonrails.org/2024/11/7/rails-8-no-paas-required). Unfortunately this is stopping us from migrating to Rails 8…
I [forked the Gem](https://github.com/thomaswitt/flowbite-rails), updated it and I am using it, it works so far in my Rails 8 Application. Does somebody have an idea how to integrate [flowbite-typography](https://github.com/themesberg/flowbite-typography) via...
Copilot is a great tool, and I can't understand why AWS would cease development for it. It's even linked all over the console.
@printercu If that's the way to go, I would suggest to mention it somewhere in the documentation, because everybody who builds a docker image with Rails and your gem will...
Big +1 for this. This is the only thing which I am missing from old Bartender times when I switched to Ice.
I use spaced: https://apps.apple.com/de/app/spaced/id1666327168
gpt-5-codex is only supported in v1/responses and not in v1/chat/completions. (type: invalid_request_error). That makes this tool unusable for many use cases for me personally due to the non-support.
@printercu Fixed it, correct code: ``` subject { -> { dispatch({ 'unknown_update_type' => { 'from' => { 'id' => 123, 'username' => 'testuser' }, 'chat' => { 'id' => 123...
I get ``` Could not find compatible versions Because every version of telegram-bot depends on activesupport >= 4.0, < 8.1 and activejob >= 8.1.0 depends on activesupport = 8.1.0, every...
I've tested this PR, works great for me. Would appreciate a merge, @printercu