ND Sire

Results 41 comments of ND Sire

I have a selenium system that tests the logical pieces of a view... E.g. click event. It's cross browser platform testing. Sometimes, specific logic breaks in specific browsers. It's good...

Using structs is an interesting idea. Match the namespaces of the data up between Go structs and nested views. I would move away from REST. Use web sockets for bi...

Fixed it with (ns hello.core) (require 'twitter '[oauth.client :as oauth]) But now it says Unable to resolve symbol: in this context

I can probably help with this. I've programmed checksums before on the network layer. I saw your talk at Defcon and found it very organized and interesting. I'd like to...

Formatting the Readme

web-console is overwriting the default debug errors in development mode. So we only see production style errors (no stack trace) in development mode. It's as if web-console is ignoring debugger...

> error Workspaces can only be enabled in private projects. It's related to the built-in @npmcli dependencies using workspaces. I have been debugging the other side of the issue from...

I am running into the same error Capybara::NotSupportedByDriverError when running this line of code page.find("##{field_id}").trigger(:focus)

I encountered similar problem nathans-MacBook:eyehawk nathansire$ bundle exec guard init rails_best_practices 23:59:13 - ERROR - Could not load 'guard/rails_best_practices' or '~/.guard/templates/rails_best_practices' or find class Guard::Rails_best_practices > [#] guard :rails_best_practices do...

Hi Andrea. Are you asking how to hide/show the accordions' content for each div?