Oliver Dain

Results 21 issues of Oliver Dain

This is really a feature request, but I'd love it if it was possible to get some information from Ranger and send it into vim. For example, it'd be great...

feature request

First: thanks for putting together this example, very helpful. I was looking at the code in `readTensorFromMat`. It first does this: ``` float *p = outTensor.flat().data(); Mat fakeMat(mat.rows, mat.cols, CV_32FC3,...

It does not seem to be possible to build //.... If I select Bazel build package recursively I have to select a package and // is not an option. I...

type: feature request

**Describe the bug** Given a simple `dodo.py` like this: ``` from doit.action import CmdAction def action_thing(): print('I was called.') return 'echo hello world!' def task_testing(): return { 'actions': [ CmdAction(action_thing)...

bug

Thanks for making this. Very helpful! It'd be really nice if you could `pip install` it.

**Describe the Bug** If you have a cloud spanner instance created with dialect == POSTGRESQL migration fails when trying to create the `SchemaMigrations` table **Steps to Reproduce** Create a database...

**Describe the Bug** The FAQ contains [a helpful section](https://github.com/golang-migrate/migrate/blob/master/FAQ.md#what-happens-if-two-programs-try-and-update-the-database-at-the-same-time) titled, "What happens if two programs try and update the database at the same time?". It says this is safe/supported for...

### What happened? The dynamic providers documentation https://www.pulumi.com/docs/concepts/resources/dynamic-providers/#the-resource-provider-interface provides examples where you can have the inputs to `create` be strongly typed in Python. Copy/paste from the docs: ```python class _MyResourceProviderInputs(object):...

kind/bug
area/docs

As written the random seed isn't set so there's no guarantee of the loss levels tested in the test body. Indeed, it fails almost 50% of the time for me....

This is a really helpful project! I'm trying to get this working with our build but the install is very non-standard so I can just `go get` it and be...