-
(I've done very little digging and maybe this should be posted to Ferrum)
Using Ruby 3.x
```ruby
require 'async'
require 'benchmark'
require 'capybara/dsl'
require 'capybara/cuprite'
incl…
-
As you wrote in the README:
> ## Better looking HTML screenshots
> By the default, HTML screenshots will not look very good when opened in a browser. This happens because the browser can't correct…
-
### What we should change and why (this is tech debt)
```
Failures:
1)
As an admin
I want to manage payments
with sensitive payment fee renders the new payment page
Got 0…
-
I am currently stumped on how Ferrum should handle pointer dereferencing. Currently, a reference has a count for the depth, meaning how many layers of pointers there are. Upon a "normal" pointer deref…
YayL updated
12 months ago
-
How can I make it not visit the same page multiple times?
How can I make it so that it doesn't visit any pages outside of the `domain`?
-
`Sf` has function to format map representation, we should also do for `slice` in following variants:
* `item1, item2, ...itemN`
* `key1=>item1, key2=>item2 ,...`
Required this feature in [Ferrum]…
-
I'm interested in running a miner node.
What are the hardware specs? I will be setting up a VM on Vultr.
@naiemk
@taha-abbasi
-
### What we should change and why (this is tech debt)
Sometimes, the browser fails to open, when visiting a URL on system specs; this throws the error:
```
Ferrum::DeadBrowserError:
…
-
https://chromedevtools.github.io/devtools-protocol/tot/DOM/#event-documentUpdated
### Problem
Since ferrum tracks node ids in frontend but does not listen to DOM.documentUpdated it's possible th…
-
f4a46b134f58639f352b3024801c3d98f901d66a
src/remark-remove-position.js
Forgive me for putting this so bluntly, but…WHY? I was using documentation.js to parse documentation and extract code block…
koraa updated
3 years ago