Paul Tarjan

Results 34 issues of Paul Tarjan

The same error is being reported many times : Required property ‘author’ not specified. Required property ‘bookmark’ not specified. Required property ‘entry-title’ not specified. Required property ‘updated’ not specified. Required...

Can you look for the other extensions when the pixel density calls for it please? Ideally you'd use the @2x if the @3x didn't exist.

enhancement
beginners

How does your `memoize` library deal with garbage collection? Will it release the memory if the instance who's method is memoized goes away? What about the parameters? I tried looking...

If there an easy way that I can paste ``` foo .bar .baz ``` into `pry` without it trying to interpret `foo` and then sending the next few lines to...

# 🐞 bug report ### Affected Rule Not sure ### Is this a regression? No ### Description In our logs we see lots of things like ``` (18:46:34) INFO: From...

Can Close?

`bazel` commands shouldn't print anything on success. Can you suppress or fix these warnings please? ``` # HEAD from 2021-11-29 RULES_SCALA_VERSION = "1d98a8013853b73c825c727be9467e5ea15cc262" RULES_SCALA_SHA = "50963bf5d38dab524bffe941bf5fd68c06de6e6ee75e6b12a8610de7ca409880" http_archive( name = "io_bazel_rules_scala",...

I already have rules_k8s working using the simple: ``` load("@io_bazel_rules_k8s//k8s:k8s.bzl", "k8s_repositories") k8s_repositories() load("@io_bazel_rules_k8s//k8s:k8s_go_deps.bzl", k8s_go_deps = "deps") k8s_go_deps() ``` I'm trying to follow the directions to get rid of the debug...

I need to proxy all requests through artifactory since my CI can't talk to the internet. So basically I need to use this format https://github.com/bazelbuild/bazelisk/blob/280b07a854a70f2ab0887d644e364c8e8c1c6187/bazelisk.py#L250 but with ``` export BAZELISK_BASE_URL=https://artifactory./artifactory/releases.bazel.build...

type: feature request
P2

You have `ScaleOutFactor` which is great if you want to scale out faster, and `MinSize ` to make sure we don't get too small but I want to just have...

custom-scaling

I'd like to not have to build you from source since your package contains some `.so` files which aren't reproducible across machines. Can we get a wheel added please?