Joel Bryan Juliano
Joel Bryan Juliano
Hi, Thank you for the project, we enjoy it a lot. However, I could not use it on newer iOS version on an actual device, which crashes on first run,...
In the next few releases, I would focus on 1) creating generic patterns via css tree traversals 2) being css-framework agnostic 3) removal of Semantic-UI specific code 4) better CLI...
Currently running `markdown-ui` via CLI doesn't offer much functionality for options. Will need to support other options as well.
Nokogiri gem installation is problematic for some with older combination of libxml2, libxslt library versions, the only candidate is Oga, the pros are a) easier to install b) lighter Oga...
I add a UIButton to a UIBarButtonItem, the using the SimpleView button builder and the UI::UIButtonBuilder.new.build(..) crashed. 1. This crashed @nav_add_button = UI::Layouts.setup(view) do button buttonType: UIButtonTypeCustom, width: 32, height:...
Hi, I've been using this library primarily on my project, since the gem is easier to add to the project. However, I think there's a lot of missing examples, like...
Hello Peter, Thanks for this integration. I have successfully installed this into my personal landing page, however, it currently only supports authenticated access to the wiki. Is there a support...
# TODO - Native file info extraction (no external binary deps.) - Local LLMs. - Easy wizard configurator upon first run. - Untested on Windows. (It uses `cat` to view...
The current solution we have involves sending personal files which can also be sensitive data (i.e. bank account, etc.) to OpenAI, which is obviously not ideal. I am currently on...