| Jul | AUG | Sep |
| 21 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
from bokeh.io import show
from bokeh.layouts import column, row
from bokeh.models import ColorPicker
from bokeh.plotting import Figure
plot = Figure(x_range=(0, 1), y_range=(0, 1), plot_width=350, plot_height=350)
line = plot.line(x=(0,1), y=(0,1), color="red", line_width=4)
picker = ColorPicker(title="Line Color", color="red")
picker.js_link('color', line.glyph, 'line_color')
s
Read more
good first issue
tag: component: bokehjs
tag: widgets
type: bug
Open
Doesn't seem to happen for previews of sites.
Read more
area: markdown
bug
good first issue
in progress
Open
examples/http_server.py from the pywebview-3 branch.
CLI version hasn't it for sure (I saw the related code only in generate_code_examples.py). I guess it will be very useful to eliminate copy-paste phase, especially for large models.
Of course, piping is a solution, but not for development in Jupyter Notebook, for example.
Read more
enhancement
good first issue
Open
fetchClassroomData(classroomUrlFragment: string): Promise<ClassroomData> { return new Promise((resolve,Read more good first issue Open
'PANTSD_REQUEST_TIMEOUT_LIMIT' (and more such environment variables, after merging #7913):
written:
https://github.com/pantsbuild/pants/blob/3898855f92700de10b35c2626e5df9893f6f9e54/src/python/pants/bin/remote_pants_runner.py#L139
read:
https://github.com/pantsbuild/pants/blob/3898855f92700de10b35c2626e5df9893f6f9e54/src/python/pants/pantsd/pailgun_server.py#L248
separatel
Read more
good first issue
pantsd
Open
Event