http://contribuez.cnnumerique.fr/debat/55/avis/1254 http://contribuez.cnnumerique.fr/debat/53/avis/1255 http://contribuez.cnnumerique.fr/debat/54/avis/1250 http://contribuez.cnnumerique.fr/debat/56/avis/1253 http://contribuez.cnnumerique.fr/debat/57/avis/1251 http://contribuez.cnnumerique.fr/debat/57/avis/1252 http://contribuez.cnnumerique.fr/debat/59/avis/1258 http://contribuez.cnnumerique.fr/debat/60/avis/1257
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Stefanes-macbook% cat test.js | |
require.paths.unshift('lib'); | |
var zombie = require("index"); | |
var browser = new zombie.Browser({ debug: true }); | |
browser.visit("http://www.google.com/webhp", function (err, browser) { | |
//console.log(browser.html()); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ planck | |
Planck 1.17 | |
ClojureScript 1.9.229 | |
Docs: (doc function-name-here) | |
(find-doc "part-of-name-here") | |
Source: (source function-name-here) | |
Exit: Control+D or :cljs/quit or exit or quit | |
Results: Stored in vars *1, *2, *3, an exception in *e | |
cljs.user=> (time (apply + (range 1e7))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "extranet-spr" | |
version = "0.1.0" | |
description = "" | |
authors = ["Abilian SAS"] | |
[tool.poetry.dependencies] | |
# python = "^2.7" | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ poetry lock | |
Creating virtualenv extranet-spr-py2.7 in /Users/fermigier/Library/Caches/pypoetry/virtualenvs | |
Updating dependencies | |
Resolving dependencies... (16.3s) | |
Writing lock file | |
~/tmp/totototot 25s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/t/poetry-bug > poetry install | |
Updating dependencies | |
Resolving dependencies... (0.8s) | |
[SolverProblemError] | |
The current project's Python requirement (*) is not compatible with some of the required packages Python requirement: | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 |