Search found 7 matches: bypass

Searched query: bypass

by Antonio Linares
Sat Dec 07, 2024 5:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Login with Cloudflare
Replies: 6
Views: 621

Re: Login with Cloudflare

... If Cloudflare Access experiences downtime or misconfiguration, your users might be locked out. A fallback mechanism, like an emergency bypass, could be necessary.

2. **Cost**:
- While Cloudflare offers a generous free tier, advanced features or high usage might incur costs.

3. **User ...
by Taavi
Wed Oct 02, 2024 5:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 55
Views: 27229

Re: FWH: MySql/MariaDB: RowSet object

... have done it already? Seems like logical path for me from dbf to Mariadb for those using tdatabase()...

Rowset object would be helpful, I need an class which has all methods of tdatabase() to replace database object in our classes. This way I could bypass creating my own class for that.

Taavi.
by Otto
Wed Sep 25, 2024 9:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 76
Views: 11990

Re: slowness

... more with the DBF format due to the php4dbf low-level access, there really seems to be no limit here.
Thank you for sharing this idea.

I bypass the FTP issue with external files.

Have you never had problems with index files?
In the future, I also want to avoid using index files and ...
by Natter
Thu Jun 13, 2024 12:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Contour points
Replies: 7
Views: 783

Re: Contour points

The screen shows a contour of the same color. I need to get the screen coordinates of the points of this contour via GetPixel (in 5 pixel increments).
Does anyone have an algorithm for such a bypass (so as not to reinvent the wheel :D ) ?
by Antonio Linares
Mon Jul 17, 2023 7:36 am
Forum: FiveWin para Harbour/xHarbour
Topic: TWebView y Javascript
Replies: 6
Views: 656

Re: TWebView y Javascript

respuesta de chatGPT:

Use a local web server: Running a local web server allows you to serve your files over HTTP, which helps bypass the same-origin policy restrictions. There are several lightweight web servers available that you can install and run locally, such as Node.js with Express, Python's ...
by Otto
Tue May 16, 2023 6:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: A simple LLM using Harbour's hashes
Replies: 6
Views: 585

Re: A simple LLM using Harbour's hashes

... model

Can this model also be used with the copy & paste method to submit larger amounts of text to the ChatGPT prompt?

Is there any way to bypass the token limit of approximately 4000 per request here?

I haven't figured out yet if, when I'm within a chat and I post multiple "knowledge bases ...
by TimStone
Wed Jan 25, 2023 11:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best PDF Printer Driver Windows to use with Five
Replies: 11
Views: 1355

Re: What is the best PDF Printer Driver Windows to use with Five

... text and hit the send button. It's very smooth and works perfectly.

You can probably create a subclass to the Printer program that allows you to bypass the Preview viewer as a print option, and just produce and grab the PDF and auto attach it to an email. You can also do things like have selectable ...