Farseen

Results 68 comments of Farseen

Is doing multiple single inserts that much inefficient? For example consider a web app route POST /todos that let you insert 10 rows. I understand that a post request will...

@markose this could be because of creating 7 different vecs and lots of cloning. It _might_ get optimized away in release builds. Not sure tho. Could you check in a...

@TheLastGimbus it is not possible to use the result of `ACTION_OPEN_DIRECTORY_TREE` directly from Flutter right? Because they return Uri's instead of paths?

Since Android 10, apps can't request write access to a folder in SD Card. Instead they will have to ask Storage Access Framework (SAF) to ask user for a directory....

> Minor correction - This is from Android 11, not 10, right? Yes. My bad :) > GitJournal currently uses libgit2 (c code) to perform git operations and doing this...

I'm also interested in developing cross platform gui. How good is the windows support? I had used Gtk with PyGobject, it took a lot of work to get it working...

This is a much needed enhancement.

I'll look into it. What do you think about maintaining a list of known redirect urls? like mylink.cx/?url= and google.com/?url=

I felt this is a design issue so I created a fork here https://github.com/happycoder97/tui-rs. Let me know your feedback :) Rationale: In my apps, I am getting input from somewhere...