golang/dep 13228
Go dependency management tool experiment (deprecated)
Structured, composable logging for Go
Flat UI website redesign
Directory-based environments.
Go library to display text really big using Quicksilver on a Mac
Application documents for the 1915 Berryman project
kevinburke/2013.cascadiajs.com 0
This is the official repo for the CascadiaJS 2013 conference.
kevinburke/2014.cascadiajs.com 0
This is the official repo for the CascadiaJS 2014 conference.
kevinburke/2015.cascadiajs.com 0
The official repo for the CascadiaJS 2015 conference
startedShoobx/mypy-zope
started time in 4 hours
startedkevinburke/twilio-go
started time in 9 hours
startedveloren/veloren
started time in 18 hours
startedlmoroney/dlaicourse
started time in 20 hours
startedkevinburke/sshpass
started time in 3 days
PR opened bazelbuild/starlark
... and also allow different expected output for different implementations.
New syntax is:
### java: this is error in java
### go: go will fail here
# rust won't fail it
pr created time in 3 days
PR opened bazelbuild/starlark
Motivation is this:
- it is not possible for user to freeze a value
- it might not be possible to provide ability to freeze individual values in all implementation architectures
- Python does not allow mutable types in dict keys
- we may relax this restriction later, and relaxing will be easier than restricting, so better restrict it earlier
Related issue: #64
pr created time in 3 days
PR closed bazelbuild/starlark
Update the spec with allowing recursion optionally.
The PR against Bazel Starlark implementation: https://github.com/bazelbuild/bazel/pull/11822
Go Starlark disables recursion by default and has an option to enable recursion: https://git.io/JJlVq
pr closed time in 3 days
pull request commentbazelbuild/starlark
Latest spec contains words:
However, an implementation may allow clients to disable this check, allowing unbounded recursion.
I'm closing this PR.
comment created time in 3 days
push eventbazelbuild/starlark
commit sha 4afb6510c706f973a22daa97208f64a6d7a35284
Spec: there's no * operator for int and range (#139)
push time in 3 days
push eventbazelbuild/starlark
commit sha decb030a9203ad765fcad5507d949005ab3ab567
Spec: fix dict.setdefault example (#140) * `setdefault` sets `None` when there's no key and `default` is not given * add an example where `setdefault` is called with existing key
push time in 3 days
PR merged bazelbuild/starlark
setdefaultsetsNonewhen there's no key anddefaultis not given- add an example where
setdefaultis called with existing key
pr closed time in 3 days
Pull request review commentbazelbuild/starlark
are strings. ```python ", ".join(["one", "two", "three"]) # "one, two, three"-"a".join("ctmrn") # "catamaran"
Let's change this to:
"a".join("ctmrn".elems()) # "catamaran"
comment created time in 3 days
push eventbazelbuild/starlark
commit sha 3b192c98ad25fc4c2b65082c7b74d35a0f63b099
Spec: clarify string.{strip,lstrip,rstrip} remove not just ASCII SP (#142)
push time in 3 days
startedkevinburke/twilio-go
started time in 3 days
startedkevinburke/sshpass
started time in 3 days
PR closed kevinburke/twilio-go
Adds workspace
pr closed time in 4 days
pull request commentkevinburke/twilio-go
Cherry pick twilio channel commit
made by mistake
comment created time in 4 days
PR opened kevinburke/twilio-go
Adds workspace
pr created time in 4 days
startedkevinburke/sshpass
started time in 4 days
PR opened bazelbuild/starlark
string is not iterable, thus it cannot be used as an argument to
string.join.
pr created time in 5 days
PR opened bazelbuild/starlark
setdefaultsetsNonewhen there's no key anddefaultis not given- add an example where
setdefaultis called with existing key
pr created time in 5 days