Paul Draper

Results 77 issues of Paul Draper

I'd love to have support for bazel-watcher's ibazel_notify_changes. Basically, ibazel watches for changes and restart executables. But it doesn't restart executables with the ibazel_notify_changes tag (e.g. a live reload web...

Surprisingly, there is no good way to set string attributes to an arbitrary value from the command line. `select` can configure virtually any rule attribute. However, the value must come...

type: feature request
team-Configurability
awaiting-user-response

# Bug report **What is the current behavior?** Watching symlinks doesn't work after multiple changes in development mode. **If the current behavior is a bug, please provide the steps to...

bug
webpack-5

# 🐞 bug report ### Affected Rule container_import ### Is this a regression? No. ### Description Contrary to the documentation, container_import doesn't work with compressed tarballs. ## 🔬 Minimal Reproduction...

`container_deps()` pulls in `gazelle_dependencies()` which is badly behaved. Namely, it fails if a file named "WORKSPACE" does not exist: https://github.com/bazelbuild/bazel-gazelle/issues/678 But AFAIK I shouldn't need gazelle anyway, am I correct?

Ideally, the following code would work: ```py import asyncpg async def main(): async with asyncpg.connect() as conn: # await conn.execute("SELECT") ``` Instead, the connection must be managed manually.

I tried to use for-else, only to discover it does not exist (`syntax error at 'else': expected expression`). ```python for root in roots: if src.path.startswith(root): modules.append(create_module(name = src.path[len(root):], file =...

The latest version tag is 8.0.2, whereas Atlassian is on 8.8.1 (and I suspect latest tag is close to that, since it was published less than 30 days ago).

What browsers is this library compatible with? (Also, the demo site doesn't load at all with IE 11.)

There is insufficient escaping of outputs. Conversion example ```hocon regex: "[0-9]\.[0-9]*" ``` used to produce ```json { "regex": "[0-9]\\.[0-9]*" } ``` but since #173 now produces malformed ```json { "regex":...

bug