Giter VIP home page Giter VIP logo

cascadia's People

Contributors

andybalholm avatar sethwklein avatar

Watchers

 avatar

cascadia's Issues

Node.Child no longer exists in the tip version of exp/html

What steps will reproduce the problem?
1. go get code.google.com/p/cascadia with a tip version of go fails

Error message is:

$ go get code.google.com/p/cascadia
# code.google.com/p/cascadia
/tmp/go/src/code.google.com/p/cascadia/selector.go:46: n.Child undefined (type 
*html.Node has no field or method Child)
/tmp/go/src/code.google.com/p/cascadia/selector.go:234: parent.Child undefined 
(type *html.Node has no field or method Child)
/tmp/go/src/code.google.com/p/cascadia/selector.go:279: parent.Child undefined 
(type *html.Node has no field or method Child)
/tmp/go/src/code.google.com/p/cascadia/selector.go:299: n.Child undefined (type 
*html.Node has no field or method Child)
/tmp/go/src/code.google.com/p/cascadia/selector.go:348: p.Child undefined (type 
*html.Node has no field or method Child)

What version of the product are you using? On what operating system?
go/ $ hg sum
parent: 14012:b8637622df90 tip
 exp/locale/collate/build: moved some of the code to the appropriate file, as
branch: default
commit: (clean)
update: (current)


Please provide any additional information below.
The attached patch gets tests passing again

Original issue reported on code.google.com by [email protected] on 8 Sep 2012 at 1:58

Attachments:

switch go.net import path to golang.org/x/

As explained here: 
https://groups.google.com/forum/#!msg/golang-nuts/eD8dh3T9yyA/l5Ail-xfMiAJ

The code.google.com/p/go.xxx must be updated to use golang.org/x/xxx. This is 
currently blocking the import path updates for my goquery package. I would've 
liked to send a pull request instead of just logging an issue, but I'm not 
familiar enough with mercurial and google code's PR process.

Thanks,
Martin

Original issue reported on code.google.com by [email protected] on 6 Nov 2014 at 1:38

Move to GitHub

Can you move this project to GitHub?
Google Code is shutting down.

Original issue reported on code.google.com by [email protected] on 14 Mar 2015 at 11:09

exp/html moved to net subrepo

http://code.google.com/p/go/source/detail?r=ffbff9f7596e2655eab581b0188ad2a02177
78f0&repo=net

Imports now should be:
"code.google.com/p/go.net/html"

Best regards,
Dobrosław Żybort

Original issue reported on code.google.com by [email protected] on 12 Feb 2013 at 10:01

Patch: Additional selectors

I expanded the selector set a bit and am submitting a patch in case you want to 
include any of it in the library.

If you see some issues, let me know. I more than happy to make changes.

And, btw, I've gotten a lot of use out of this library. Thank you for writing 
it! I basically think it's pretty awesome. 


Original issue reported on code.google.com by [email protected] on 17 Sep 2012 at 2:55

Attachments:

Support :content pseudo-class

What steps will reproduce the problem?
1. Try a CSS selector ":content"
2. Yields an error: unknown pseudoclass :content
3. Cry

What is the expected output? What do you see instead?

I'd like the :content pseudo class to be handled :)

What version of the product are you using? On what operating system?

Using through goquery, checked out a few moments ago.

Please provide any additional information below.



Original issue reported on code.google.com by [email protected] on 19 Oct 2014 at 9:27

Change gopath

Should we change the sub-repository path?

sed -i 's|"code\.google\.com/p/go\.|"golang.org/x/|' $(find . -name '*.go')

https://groups.google.com/forum/#!topic/golang-nuts/eD8dh3T9yyA

Original issue reported on code.google.com by [email protected] on 6 Nov 2014 at 4:05

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.