Tomáš Dvořák

Results 140 comments of Tomáš Dvořák

If you take a look at the beginning of history.ajax.js file, you can see this condition. `if (!(window.history && history.pushState && window.history.replaceState && !navigator.userAgent.match(/((iPod|iPhone|iPad).+\bOS\s+[1-4]|WebApps\/.+CFNetwork)/))) return;` As you can see, **history.ajax.js...

I see your point, but making Bee Agent completely customizable does not make sense because if you do so, it will no longer be the Bee Agent - every abstraction...

Simplified overriding Bee Agent Runner in the following commit https://github.com/i-am-bee/bee-agent-framework/commit/e7b99a0e2ea8dea9a833d467876ab3f4acec09f2

Temporary fix ``` import { search, SafeSearchType } from 'duck-duck-scrape'; const results = await search('node.js', { safeSearch: SafeSearchType.STRICT }, { uri_modifier: (rawUrl) => { const url = new URL(rawUrl); url.searchParams.delete("ss_mkt");...

The library internally uses https://github.com/asfernandes/node-firebird-drivers. Is setting encoding supported by such a library?

@mariocarro have you solved it? Closing for inactivity.

That's a good observation; however, we can't add empty messages in our environment. It would be great if you or someone else fixed this.

Just letting you know that this issue continues happening in v0.4.4 and v0.4.5